diff --git a/foundry.toml b/foundry.toml index 8d0025b..0d4f35f 100644 --- a/foundry.toml +++ b/foundry.toml @@ -28,3 +28,4 @@ mantle = { chain = 5000, key = "${ETHERSCAN_API_KEY}", url = "https://api.mantle base = { chain = 8453, key = "${ETHERSCAN_API_KEY}", url = "https://api.basescan.org/api" } base_sepolia = { chain = 84532, key = "${ETHERSCAN_API_KEY}", url = "https://api-sepolia.basescan.org/api" } taiko = { chain = 167000, key = "${ETHERSCAN_API_KEY}", url = "https://api.taikoscan.io/api" } +sonic_blaze_testnet = { chain = 57054, key = "${ETHERSCAN_API_KEY}", url = "https://api-testnet.sonicscan.org/api" } diff --git a/index.ts b/index.ts index d9a767c..c9a534a 100644 --- a/index.ts +++ b/index.ts @@ -5,7 +5,7 @@ export enum SupportedChain { Holesky = 17_000, CeloAlfajores = 44_787, MantleSepolia = 5_003, - SonicTestnet = 64_165, + SonicBlazeTestnet = 57_054, BaseSepolia = 84_532, FormTestnet = 132_902, ArtheraTestnet = 10_243, @@ -31,10 +31,6 @@ export const ADDRESS: Record = { address: "0xB6044f769f519a634A5150645484b18d0C031ae8", blockCreated: 11430844, }, - [SupportedChain.SonicTestnet]: { - address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276", - blockCreated: 73294873, - }, [SupportedChain.BaseSepolia]: { address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276", blockCreated: 16130946, @@ -43,6 +39,10 @@ export const ADDRESS: Record = { address: "0xBbB06b25484AB9E23FEe8Ee321Af8e253ea7A76a", blockCreated: 14587762, }, + [SupportedChain.SonicBlazeTestnet]: { + address: "0x4300d4C410f87c7c1824Cbc2eF67431030106604", + blockCreated: 4856278, + }, [SupportedChain.ArtheraTestnet]: { address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276", blockCreated: 74503,