We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a605 commit 5a6f6dfCopy full SHA for 5a6f6df
libs/blockchain/src/blockchain.config.ts
@@ -42,6 +42,7 @@ export const blockchainConfigList = () => ({
42
key: 'celo',
43
url: process.env.CELO_RPC_URL!,
44
explorers: [
45
+ new EtherScanExplorer({ baseUrl: 'celoscan.io', apiKey: process.env.CELOSCAN_KEY! }),
46
new BlockScoutExplorer({
47
baseUrl: 'explorer.celo.org/mainnet',
48
apiUrl: 'https://explorer.celo.org/api',
0 commit comments