Skip to content

Commit

Permalink
[v3]: update blockExplorerUrl links (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr authored Jul 24, 2024
1 parent ca9359c commit b5c6dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const chiado = {
chainId: Network.Chiado,
hexadecimalChainId: '0x27D8',
url: 'https://rpc.chiadochain.net',
blockExplorerUrl: 'https://gnosis-chiado.blockscout.com/',
blockExplorerUrl: 'https://gnosis-chiado.blockscout.com',
nativeCurrency: {
symbol: tokens.xdai,
name: tokens.xdai,
Expand All @@ -53,7 +53,7 @@ const gnosis = {
chainId: Network.Gnosis,
hexadecimalChainId: '0x64',
url: 'https://rpc.gnosischain.com',
blockExplorerUrl: 'https://blockscout.com/xdai/mainnet',
blockExplorerUrl: 'https://gnosisscan.io',
nativeCurrency: {
symbol: tokens.xdai,
name: tokens.xdai,
Expand Down

0 comments on commit b5c6dd5

Please sign in to comment.