Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/EntropyDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
nativeCurrency: "ETH",
},
"optimism-sepolia": {
rpc: "https://sepolia.optimism.io",
rpc: "https://api.zan.top/opt-sepolia",
network: "testnet",
delay: "",
address: "0x4821932D0CDd71225A6d914706A621e0389D7061",
Expand Down Expand Up @@ -348,7 +348,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
delay: "",
gasLimit: "500K",
network: "testnet",
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz",
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz/http",
nativeCurrency: "DMT",
},
apechain: {
Expand All @@ -357,7 +357,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
delay: "1 block",
gasLimit: "500K",
network: "mainnet",
rpc: "https://curtis.hub.caldera.xyz/",
rpc: "https://apechain.calderachain.xyz/http",
nativeCurrency: "APE",
},
"abstract-testnet": {
Expand Down
Loading