Skip to content

Commit a9e0dcd

Browse files
authored
Merge pull request #2457 from pyth-network/ton-rpc
fix(contract_manager): ton rpc url
2 parents 3211b06 + 385c740 commit a9e0dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract_manager/store/chains/TonChains.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mainnet: false
44
# using # is a hack so we can later separate the key from the URL and pass
55
# it as a header
6-
rpcUrl: https://testnet.toncenter.com/api/v2/#$ENV_TON_TESTNET_API_KEY
6+
rpcUrl: https://testnet.toncenter.com/api/v2/jsonRPC#$ENV_TON_TESTNET_API_KEY
77
type: TonChain
88
- id: ton_mainnet
99
wormholeChainName: ton_mainnet

0 commit comments

Comments
 (0)