Skip to content

Commit dd0435d

Browse files
authored
(chore) Add entropy soneium apechain (#414)
1 parent fd6b067 commit dd0435d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,20 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
280280
network: "mainnet",
281281
rpc: "https://mainnet-rpc.b3.fun/http",
282282
},
283+
"apechain-testnet": {
284+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
285+
explorer: "https://curtis.explorer.caldera.xyz/address/$ADDRESS",
286+
delay: "",
287+
gasLimit: "500K",
288+
network: "testnet",
289+
rpc: "https://curtis.rpc.caldera.xyz/http",
290+
},
291+
"soneium-minato-testnet": {
292+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
293+
explorer: "https://explorer-testnet.soneium.org/address/$ADDRESS",
294+
delay: "",
295+
gasLimit: "500K",
296+
network: "testnet",
297+
rpc: "https://rpc.minato.soneium.org/",
298+
},
283299
};

0 commit comments

Comments
 (0)