Skip to content

Commit 2e22920

Browse files
authored
Use deth code key
1 parent 4757cbb commit 2e22920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-viewer/src/explorer/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const BASESCAN_KEY = "ICQQDUA1C8R2EZY6M4QIIV7WUEZM8INNA7";
8383
const GNOSISSCAN_KEY = "7PWN1FIPXW6WDSGH3PIHRW1EEU4A882QSQ";
8484
const FRAXSCAN_KEY = "TEUJWRCAKIXQCUR7XZRKCFRH3QHH344PAM";
8585
const BLASTSCAN_KEY = "G6DR1ZFYP54GG49SJ9GID37SFQPV96H77E";
86-
const SONICSCAN_KEY = "2GSCMFPM44I9YKIN4UZKYNCFJG2CB1RAHE";
86+
const SONICSCAN_KEY = "QTH3YA3WFHJH76EV6KWN2PQTDJKA85PN4D";
8787

8888
// @todo this should be possible to override using VSCode settings
8989
export const explorerApiKeys: Record<ApiName, string> = {

0 commit comments

Comments
 (0)