Skip to content

Commit

Permalink
constants fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rastajpa committed Jul 31, 2023
1 parent cfd9d21 commit fb6fb43
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/constants/WalletConnectV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const EIP155_TEST_CHAINS = {
chain: 'eth',
currencyAbbreviation: 'eth',
rpc: 'https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
network: Network.testnet,
},
'eip155:80001': {
chainId: 80001,
Expand Down Expand Up @@ -134,8 +135,8 @@ export const WC_EVM_BLOCKCHAIN_EXPLORERS: {[key in string]: any} = {
[Network.testnet]: 'goerli.explorer.zksync.io/',
},
avax: {
[Network.mainnet]: 'explorer.zksync.io/',
[Network.testnet]: 'goerli.explorer.zksync.io/',
[Network.mainnet]: 'snowtrace.io/',
[Network.testnet]: 'testnet.snowtrace.io/',
},
};

Expand Down Expand Up @@ -213,7 +214,7 @@ export const WalletConnectSupportedEvmCoins: {[key in string]: CurrencyOpts} = {
paymentInfo: {
paymentCode: 'EIP681',
protocolPrefix: {livenet: 'zksync', testnet: 'zksync'},
ratesApi: 'https://bws.bitpay.com/bws/api/v3/fiatrates/eth',
ratesApi: '',
blockExplorerUrls: WC_EVM_BLOCKCHAIN_EXPLORERS.zksync.livenet,
blockExplorerUrlsTestnet: WC_EVM_BLOCKCHAIN_EXPLORERS.zksync.testnet,
},
Expand Down Expand Up @@ -250,7 +251,7 @@ export const WalletConnectSupportedEvmCoins: {[key in string]: CurrencyOpts} = {
paymentInfo: {
paymentCode: 'EIP681',
protocolPrefix: {livenet: 'avax', testnet: 'avax'},
ratesApi: 'https://bws.bitpay.com/bws/api/v3/fiatrates/eth',
ratesApi: '',
blockExplorerUrls: WC_EVM_BLOCKCHAIN_EXPLORERS.avax.livenet,
blockExplorerUrlsTestnet: WC_EVM_BLOCKCHAIN_EXPLORERS.avax.testnet,
},
Expand Down

0 comments on commit fb6fb43

Please sign in to comment.