Skip to content

Commit

Permalink
change block explorer of gnosis to gnosisscan
Browse files Browse the repository at this point in the history
  • Loading branch information
rulfo71 committed Nov 19, 2022
1 parent ed4638f commit b2fe2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const gnosisChain: Chain = {
'https://poa-xdai-archival.gateway.pokt.network/v1/lb/61d897d4a065f5003a113d9a',
},
blockExplorers: {
default: { name: 'Blockscout', url: 'https://blockscout.com/xdai/mainnet' },
default: { name: 'Gnosis', url: 'https://gnosisscan.io' },
},
testnet: false,
};
Expand Down

0 comments on commit b2fe2d7

Please sign in to comment.