Skip to content

Commit

Permalink
chore: new sonic blaze testnet deployment (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzif authored Dec 17, 2024
1 parent 42d56da commit 394d311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
10 changes: 5 additions & 5 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -31,10 +31,6 @@ export const ADDRESS: Record<SupportedChain, ChainContract> = {
address: "0xB6044f769f519a634A5150645484b18d0C031ae8",
blockCreated: 11430844,
},
[SupportedChain.SonicTestnet]: {
address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276",
blockCreated: 73294873,
},
[SupportedChain.BaseSepolia]: {
address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276",
blockCreated: 16130946,
Expand All @@ -43,6 +39,10 @@ export const ADDRESS: Record<SupportedChain, ChainContract> = {
address: "0xBbB06b25484AB9E23FEe8Ee321Af8e253ea7A76a",
blockCreated: 14587762,
},
[SupportedChain.SonicBlazeTestnet]: {
address: "0x4300d4C410f87c7c1824Cbc2eF67431030106604",
blockCreated: 4856278,
},
[SupportedChain.ArtheraTestnet]: {
address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276",
blockCreated: 74503,
Expand Down

0 comments on commit 394d311

Please # to comment.