diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 796a8c34..fa1d7c5d 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", @@ -171,15 +162,6 @@ export const EntropyDeployments: Record = { gasLimit: "500K", nativeCurrency: "ETH", }, - "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", @@ -198,15 +180,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", @@ -450,4 +423,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", + }, };