Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions apps/entropy-explorer/src/entropy-deployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,16 @@ export const EntropyDeployments = {
isTestnet: true,
chainId: 168_587_773,
},
"sonic-testnet": {
address: "0x8D254a21b3C86D32F7179855531CE99164721933",
name: "Sonic Testnet",
rpc: "https://rpc.testnet.soniclabs.com",
explorerTxTemplate: "https://testnet.sonicscan.org/txs/$ADDRESS",
explorerAccountTemplate: "https://testnet.sonicscan.org/address/$ADDRESS",
icon: "https://icons.llamao.fi/icons/chains/rsz_sonic.jpg?w=20&h=20",
isTestnet: true,
chainId: 14_601,
},
} as const satisfies Record<string, EntropyDeployment>;

export const isValidDeploymentSlug = (
Expand Down
Loading