From ee96b1930f9e635bbf48aeb88770615a00bebe8a Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 16 Apr 2025 15:09:31 -0400 Subject: [PATCH 1/3] chore(entropy) Add Unichain --- components/EntropyDeployments.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 062b1a5f..98218265 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -459,4 +459,13 @@ export const EntropyDeployments: Record = { rpc: "https://soneium.drpc.org", nativeCurrency: "ETH", }, + unichain: { + address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", + explorer: "https://unichain.blockscout.com/address/$ADDRESS", + delay: "0 block", + gasLimit: "500K", + network: "mainnet", + rpc: "https://mainnet.unichain.org", + nativeCurrency: "ETH", + }, }; From d3d8d5de44dcf76b179a06b554190c772f574814 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 16 Apr 2025 16:15:21 -0400 Subject: [PATCH 2/3] removed chains --- components/EntropyDeployments.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 98218265..655c8f88 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -108,15 +108,6 @@ export const EntropyDeployments: Record = { gasLimit: "500K", nativeCurrency: "CHZ", }, - "conflux-espace-testnet": { - rpc: "https://evmtestnet.confluxrpc.com", - network: "testnet", - delay: "", - address: "0xdF21D137Aadc95588205586636710ca2890538d5", - explorer: "https://evmtestnet.confluxscan.io/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "CFX", - }, "mode-sepolia": { rpc: "https://sepolia.mode.network/", network: "testnet", @@ -180,15 +171,6 @@ export const EntropyDeployments: Record = { gasLimit: "2.5M", nativeCurrency: "BERA", }, - "coredao-testnet": { - rpc: "https://rpc.test.btcs.network", - network: "testnet", - delay: "", - address: "0xf0a1b566B55e0A0CB5BeF52Eb2a57142617Bee67", - explorer: "https://scan.test.btcs.network/address/$ADDRESS", - gasLimit: "500K", - nativeCurrency: "tCORE", - }, "zetachain-testnet": { rpc: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public", network: "testnet", From 8e5ee76d94c6b36b3af7694e5d5b8f55f0ade868 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 16 Apr 2025 16:38:38 -0400 Subject: [PATCH 3/3] removed orange --- components/EntropyDeployments.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 655c8f88..9572931d 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -189,15 +189,6 @@ export const EntropyDeployments: Record = { gasLimit: "500K", nativeCurrency: "ETH", }, - "orange-testnet": { - address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", - explorer: "https://subnets-test.avax.network/orangetest/address/$ADDRESS", - delay: "", - gasLimit: "500K", - network: "testnet", - rpc: "https://subnets.avax.network/orangetest/testnet/rpc", - nativeCurrency: "JUICE", - }, "sei-evm": { address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", explorer: "https://seitrace.com/address/$ADDRESS?chain=pacific-1",