From 060205045589a4c507738edb50210fedf9519c76 Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Fri, 27 Jun 2025 09:20:04 -0700 Subject: [PATCH] chore(entropy): purge chains --- components/EntropyDeployments.tsx | 108 ------------------------------ 1 file changed, 108 deletions(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 4a5264e7..0efad599 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -27,24 +27,6 @@ export const EntropyDeployments: Record = { rpc: "https://rpc.blast.io", nativeCurrency: "ETH", }, - "lightlink-phoenix": { - address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", - network: "mainnet", - explorer: "https://phoenix.lightlink.io/address/$ADDRESS", - delay: "1 block", - gasLimit: "500K", - rpc: "https://replicator.phoenix.lightlink.io/rpc/v1", - nativeCurrency: "ETH", - }, - chiliz: { - address: "0x0708325268dF9F66270F1401206434524814508b", - network: "mainnet", - explorer: "https://scan.chiliz.com/address/$ADDRESS", - delay: "12 blocks", - gasLimit: "500K", - rpc: "https://rpc.ankr.com/chiliz", - nativeCurrency: "CHZ", - }, arbitrum: { address: "0x7698E925FfC29655576D0b361D75Af579e20AdAc", network: "mainnet", @@ -63,24 +45,6 @@ export const EntropyDeployments: Record = { rpc: "https://optimism.drpc.org", nativeCurrency: "ETH", }, - mode: { - address: "0x8D254a21b3C86D32F7179855531CE99164721933", - network: "mainnet", - explorer: "https://explorer.mode.network/address/$ADDRESS", - delay: "2 blocks", - gasLimit: "500K", - rpc: "https://mainnet.mode.network/", - nativeCurrency: "ETH", - }, - zetachain: { - address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", - network: "mainnet", - explorer: "https://zetachain.blockscout.com/address/$ADDRESS", - delay: "0 block", - gasLimit: "500K", - rpc: "https://zetachain-evm.blockpi.network/v1/rpc/public", - nativeCurrency: "ZETA", - }, base: { address: "0x6E7D74FA7d5c90FEF9F0512987605a6d546181Bb", network: "mainnet", @@ -90,33 +54,6 @@ export const EntropyDeployments: Record = { rpc: "https://developer-access-mainnet.base.org/", nativeCurrency: "ETH", }, - "lightlink-pegasus": { - rpc: "https://replicator.pegasus.lightlink.io/rpc/v1", - network: "testnet", - delay: "1 block", - address: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a", - explorer: "https://pegasus.lightlink.io/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "ETH", - }, - "chiliz-spicy": { - rpc: "https://spicy-rpc.chiliz.com", - network: "testnet", - delay: "12 blocks", - address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134", - explorer: "https://spicy-explorer.chiliz.com/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "CHZ", - }, - "mode-sepolia": { - rpc: "https://sepolia.mode.network/", - network: "testnet", - delay: "2 blocks", - address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", - explorer: "https://sepolia.explorer.mode.network/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "ETH", - }, "sei-evm-testnet": { rpc: "https://evm-rpc-testnet.sei-apis.com", network: "testnet", @@ -162,24 +99,6 @@ export const EntropyDeployments: Record = { gasLimit: "500K", nativeCurrency: "ETH", }, - "zetachain-testnet": { - rpc: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public", - network: "testnet", - delay: "0 block", - address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF", - explorer: "https://explorer.zetachain.com/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "ZETA", - }, - "taiko-hekla": { - rpc: "https://rpc.hekla.taiko.xyz/", - network: "testnet", - delay: "1 block", - address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", - explorer: "https://hekla.taikoscan.network/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "ETH", - }, "sei-evm": { address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", explorer: "https://seitrace.com/address/$ADDRESS?chain=pacific-1", @@ -189,33 +108,6 @@ export const EntropyDeployments: Record = { rpc: "https://evm-rpc.sei-apis.com", nativeCurrency: "SEI", }, - merlin: { - address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", - explorer: "https://scan.merlinchain.io/address/$ADDRESS", - delay: "1 block", - gasLimit: "500K", - network: "mainnet", - rpc: "https://rpc.merlinchain.io", - nativeCurrency: "BTC", - }, - "merlin-testnet": { - address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", - explorer: "https://testnet-scan.merlinchain.io/address/$ADDRESS", - delay: "1 block", - gasLimit: "500K", - network: "testnet", - rpc: "https://testnet-rpc.merlinchain.io/", - nativeCurrency: "BTC", - }, - taiko: { - address: "0x26DD80569a8B23768A1d80869Ed7339e07595E85", - explorer: "https://taikoscan.io/address/$ADDRESS", - delay: "1 block", - gasLimit: "500K", - network: "mainnet", - rpc: "https://rpc.ankr.com/taiko", - nativeCurrency: "ETH", - }, "etherlink-testnet": { address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509", explorer: "https://testnet.explorer.etherlink.com/address/$ADDRESS",