Skip to content

Commit

Permalink
Merge pull request #184 from getamis/ASL-5267/infura-holeksy
Browse files Browse the repository at this point in the history
[ASL-5267] infura holeksy
  • Loading branch information
roadmanfong authored May 6, 2024
2 parents 8f0d995 + 9839a30 commit 62de9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/constants/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const NETWORK_INFO: Record<Network, NetworkInfo> = {
nativeToken: ETHEREUM_NATIVE_TOKEN,
networkType: 'ethereum',
rpc: {
url: 'https://1rpc.io/holesky',
infuraNetwork: 'holesky',
},
},

Expand All @@ -66,7 +66,7 @@ export const NETWORK_INFO: Record<Network, NetworkInfo> = {
name: 'amoy',
chainId: Network.AMOY,
ensAddress: '0x0000000000000000000000000000000000000000',
explorerUrl: 'https://www.oklink.com/zh-hant/amoy',
explorerUrl: 'https://amoy.polygonscan.com/',
color: '#de4437',
nativeToken: POLYGON_NATIVE_TOKEN,
networkType: 'polygon',
Expand Down

0 comments on commit 62de9f6

Please sign in to comment.