diff --git a/src/config/chains/telos-zkevm-testnet/index.ts b/src/config/chains/telos-zkevm-testnet/index.ts index d3d22c45..75c3aacd 100644 --- a/src/config/chains/telos-zkevm-testnet/index.ts +++ b/src/config/chains/telos-zkevm-testnet/index.ts @@ -59,15 +59,15 @@ const config: NetworkConfig = 'rpc': { 'protocol': 'https', 'host': 'zkrpc.testnet.telos.net', - 'port': 8124, + 'port': 443, 'path': '', }, - 'api': 'https://zktest.teloscan.io/v1', + 'api': 'https://api.telos.net/v1', 'hyperion': 'https://mainnet.telos.net/', - 'explorer': 'https://teloscan.io', + 'explorer': 'https://zktest.teloscan.io', 'ecosystem': 'https://www.telos.net/ecosystem', 'bridge': 'https://bridge.telos.net/bridge', - 'indexer': 'https://zktest.teloscan.io/', + 'indexer': 'https://api.zktest.teloscan.io/', 'contractsBucket': 'https://verified-evm-contracts.s3.amazonaws.com', 'monitor': 'https://api.monitor-test.telos.net', },