Skip to content

Commit 5a6f6df

Browse files
committed
feat: add celoscan
1 parent a68a605 commit 5a6f6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/blockchain/src/blockchain.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const blockchainConfigList = () => ({
4242
key: 'celo',
4343
url: process.env.CELO_RPC_URL!,
4444
explorers: [
45+
new EtherScanExplorer({ baseUrl: 'celoscan.io', apiKey: process.env.CELOSCAN_KEY! }),
4546
new BlockScoutExplorer({
4647
baseUrl: 'explorer.celo.org/mainnet',
4748
apiUrl: 'https://explorer.celo.org/api',

0 commit comments

Comments
 (0)