Skip to content

Commit 0273c28

Browse files
authored
fix(entropy)-update-entropy-rpc (#498)
* fix(entropy)-update-entropy-rpc * fix * updated rpc
1 parent 067cd86 commit 0273c28

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
@@ -154,7 +154,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
154154
nativeCurrency: "ETH",
155155
},
156156
"optimism-sepolia": {
157-
rpc: "https://sepolia.optimism.io",
157+
rpc: "https://api.zan.top/opt-sepolia",
158158
network: "testnet",
159159
delay: "",
160160
address: "0x4821932D0CDd71225A6d914706A621e0389D7061",
@@ -348,7 +348,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
348348
delay: "",
349349
gasLimit: "500K",
350350
network: "testnet",
351-
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz",
351+
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz/http",
352352
nativeCurrency: "DMT",
353353
},
354354
apechain: {
@@ -357,7 +357,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
357357
delay: "1 block",
358358
gasLimit: "500K",
359359
network: "mainnet",
360-
rpc: "https://curtis.hub.caldera.xyz/",
360+
rpc: "https://apechain.calderachain.xyz/http",
361361
nativeCurrency: "APE",
362362
},
363363
"abstract-testnet": {

0 commit comments

Comments
 (0)