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 4757cbb commit 2e22920Copy full SHA for 2e22920
packages/ethereum-viewer/src/explorer/networks.ts
@@ -83,7 +83,7 @@ const BASESCAN_KEY = "ICQQDUA1C8R2EZY6M4QIIV7WUEZM8INNA7";
83
const GNOSISSCAN_KEY = "7PWN1FIPXW6WDSGH3PIHRW1EEU4A882QSQ";
84
const FRAXSCAN_KEY = "TEUJWRCAKIXQCUR7XZRKCFRH3QHH344PAM";
85
const BLASTSCAN_KEY = "G6DR1ZFYP54GG49SJ9GID37SFQPV96H77E";
86
-const SONICSCAN_KEY = "2GSCMFPM44I9YKIN4UZKYNCFJG2CB1RAHE";
+const SONICSCAN_KEY = "QTH3YA3WFHJH76EV6KWN2PQTDJKA85PN4D";
87
88
// @todo this should be possible to override using VSCode settings
89
export const explorerApiKeys: Record<ApiName, string> = {
0 commit comments