Skip to content

Commit d33de72

Browse files
committed
(chore) Add entropy soneium apechain
1 parent 47f0a65 commit d33de72

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
@@ -288,4 +288,20 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
288288
network: "mainnet",
289289
rpc: "https://mainnet-rpc.b3.fun/http",
290290
},
291+
"apechain-testnet": {
292+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
293+
explorer: "https://curtis.explorer.caldera.xyz/address/$ADDRESS",
294+
delay: "",
295+
gasLimit: "500K",
296+
network: "testnet",
297+
rpc: "https://curtis.rpc.caldera.xyz/http",
298+
},
299+
"soneium-minato-testnet": {
300+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
301+
explorer: "https://explorer-testnet.soneium.org/address/$ADDRESS",
302+
delay: "",
303+
gasLimit: "500K",
304+
network: "testnet",
305+
rpc: "https://rpc.minato.soneium.org/",
306+
},
291307
};

0 commit comments

Comments
 (0)