File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
apps/entropy-debugger/src/store Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
329347export const isValidDeployment = (
You can’t perform that action at this time.
0 commit comments