Skip to content

Commit

Permalink
Fixing zkevm config values
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Dec 21, 2024
1 parent 3a5e57a commit 3910ec6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/chains/telos-zkevm-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 3910ec6

Please sign in to comment.