From d566f9504e1101cfcbc500f5754cee51f5171ae0 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Sat, 31 May 2025 12:17:33 +0200 Subject: [PATCH] fix(entropy) Replace RPCs --- components/EntropyDeployments.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index fa1d7c5d..f0ce2cf3 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -60,7 +60,7 @@ export const EntropyDeployments: Record = { explorer: "https://optimistic.etherscan.io/address/$ADDRESS", delay: "2 blocks", gasLimit: "500K", - rpc: "https://optimism.llamarpc.com", + rpc: "https://optimism.drpc.org", nativeCurrency: "ETH", }, mode: { @@ -145,7 +145,7 @@ export const EntropyDeployments: Record = { nativeCurrency: "ETH", }, "optimism-sepolia": { - rpc: "https://api.zan.top/opt-sepolia", + rpc: "https://sepolia.optimism.io", network: "testnet", delay: "", address: "0x4821932D0CDd71225A6d914706A621e0389D7061", @@ -213,7 +213,7 @@ export const EntropyDeployments: Record = { delay: "1 block", gasLimit: "500K", network: "mainnet", - rpc: "https://rpc.mainnet.taiko.xyz", + rpc: "https://rpc.ankr.com/taiko", nativeCurrency: "ETH", }, "etherlink-testnet": {