Skip to content

Commit 641e1d1

Browse files
committed
chore(entropy-explorer) Add Sonic Testnet
1 parent ffc4a97 commit 641e1d1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/entropy-explorer/src/entropy-deployments.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,16 @@ export const EntropyDeployments = {
496496
isTestnet: true,
497497
chainId: 168_587_773,
498498
},
499+
"sonic-testnet": {
500+
address: "0x8D254a21b3C86D32F7179855531CE99164721933",
501+
name: "Sonic Testnet",
502+
rpc: "https://rpc.testnet.soniclabs.com",
503+
explorerTxTemplate: "https://testnet.sonicscan.org/txs/$ADDRESS",
504+
explorerAccountTemplate: "https://testnet.sonicscan.org/address/$ADDRESS",
505+
icon: "https://icons.llamao.fi/icons/chains/rsz_sonic.jpg?w=20&h=20",
506+
isTestnet: true,
507+
chainId: 14_601,
508+
},
499509
} as const satisfies Record<string, EntropyDeployment>;
500510

501511
export const isValidDeploymentSlug = (

0 commit comments

Comments
 (0)