Skip to content

Commit 9374076

Browse files
authored
fix(entropy) Replace RPCs (#706)
1 parent 3b6ff37 commit 9374076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/EntropyDeployments.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
6060
explorer: "https://optimistic.etherscan.io/address/$ADDRESS",
6161
delay: "2 blocks",
6262
gasLimit: "500K",
63-
rpc: "https://optimism.llamarpc.com",
63+
rpc: "https://optimism.drpc.org",
6464
nativeCurrency: "ETH",
6565
},
6666
mode: {
@@ -145,7 +145,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
145145
nativeCurrency: "ETH",
146146
},
147147
"optimism-sepolia": {
148-
rpc: "https://api.zan.top/opt-sepolia",
148+
rpc: "https://sepolia.optimism.io",
149149
network: "testnet",
150150
delay: "",
151151
address: "0x4821932D0CDd71225A6d914706A621e0389D7061",
@@ -213,7 +213,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
213213
delay: "1 block",
214214
gasLimit: "500K",
215215
network: "mainnet",
216-
rpc: "https://rpc.mainnet.taiko.xyz",
216+
rpc: "https://rpc.ankr.com/taiko",
217217
nativeCurrency: "ETH",
218218
},
219219
"etherlink-testnet": {

0 commit comments

Comments
 (0)