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 ffc4a97 commit 641e1d1Copy full SHA for 641e1d1
apps/entropy-explorer/src/entropy-deployments.tsx
@@ -496,6 +496,16 @@ export const EntropyDeployments = {
496
isTestnet: true,
497
chainId: 168_587_773,
498
},
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
+ },
509
} as const satisfies Record<string, EntropyDeployment>;
510
511
export const isValidDeploymentSlug = (
0 commit comments