Skip to content

Commit da096af

Browse files
committed
added Zetachain
1 parent cb998f5 commit da096af

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

apps/entropy-debugger/src/store/entropy-deployments.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,24 @@ export const EntropyDeployments = {
324324
rpc: "https://mainnet.unichain.org",
325325
nativeCurrency: "ETH",
326326
},
327+
zetachain: {
328+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
329+
network: "mainnet",
330+
explorer: "https://zetachain.blockscout.com/address/$ADDRESS",
331+
delay: "0 block",
332+
gasLimit: "500K",
333+
rpc: "https://zetachain-evm.blockpi.network/v1/rpc/public",
334+
nativeCurrency: "ZETA",
335+
},
336+
"zetachain-testnet": {
337+
rpc: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
338+
network: "testnet",
339+
delay: "",
340+
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
341+
explorer: "https://explorer.zetachain.com/address/$ADDRESS",
342+
gasLimit: "500K",
343+
nativeCurrency: "ZETA",
344+
},
327345
} as const satisfies Record<string, EntropyDeployment>;
328346

329347
export const isValidDeployment = (

0 commit comments

Comments
 (0)