Skip to content

Commit

Permalink
fix: update evm endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed May 13, 2023
1 parent af70f5b commit 6a3f246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TESTNET = {
NETWORK_CHAIN_ID:
'1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f',
NETWORK_EVM_RPC: 'https://testnet.telos.net/evm',
NETWORK_EVM_ENDPOINT: 'https://testnet.telos.caleos.io',
NETWORK_EVM_ENDPOINT: 'https://testnet.telos.net',
NETWORK_EVM_CHAIN_ID: 41,
HYPERION_ENDPOINT: 'https://testnet.telos.net',
NETWORK_EXPLORER: 'https://explorer-test.telos.net',
Expand Down

0 comments on commit 6a3f246

Please sign in to comment.