- id: ton_testnet wormholeChainName: ton_testnet 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 type: TonChain - id: ton_mainnet wormholeChainName: ton_mainnet mainnet: true # using # is a hack so we can later separate the key from the URL and pass # it as a header rpcUrl: https://toncenter.com/api/v2/jsonRPC#$ENV_TON_MAINNET_API_KEY type: TonChain