Explorar o código

Merge pull request #2457 from pyth-network/ton-rpc

fix(contract_manager): ton rpc url
Daniel Chew hai 8 meses
pai
achega
a9e0dcd052
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contract_manager/store/chains/TonChains.yaml

+ 1 - 1
contract_manager/store/chains/TonChains.yaml

@@ -3,7 +3,7 @@
   mainnet: false
   # using # is a hack so we can later separate the key from the URL and pass
   # it as a header
-  rpcUrl: https://testnet.toncenter.com/api/v2/#$ENV_TON_TESTNET_API_KEY
+  rpcUrl: https://testnet.toncenter.com/api/v2/jsonRPC#$ENV_TON_TESTNET_API_KEY
   type: TonChain
 - id: ton_mainnet
   wormholeChainName: ton_mainnet