Skip to content

Commit

Permalink
fix the last slash character in the indexer url
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Jan 11, 2025
1 parent d9c57f5 commit fadf665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/chains/telos-zkevm-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config: NetworkConfig =
'explorer': 'https://zktest.teloscan.io',
'ecosystem': 'https://www.telos.net/ecosystem',
'bridge': 'https://bridge.telos.net/bridge',
'indexer': 'https://api.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 fadf665

Please sign in to comment.