Skip to content

Commit 77b5e37

Browse files
committed
fix
1 parent ce81b9b commit 77b5e37

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

components/EntropyDeployments.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
153153
gasLimit: "500K",
154154
nativeCurrency: "ETH",
155155
},
156-
"optimism-sepolia": {
157-
rpc: "https://sepolia.optimism.io",
158-
network: "testnet",
159-
delay: "",
160-
address: "0x4821932D0CDd71225A6d914706A621e0389D7061",
161-
explorer: "https://optimism-sepolia.blockscout.com/address/$ADDRESS",
162-
gasLimit: "500K",
163-
nativeCurrency: "ETH",
164-
},
156+
// "optimism-sepolia": {
157+
// rpc: "https://sepolia.optimism.io",
158+
// network: "testnet",
159+
// delay: "",
160+
// address: "0x4821932D0CDd71225A6d914706A621e0389D7061",
161+
// explorer: "https://optimism-sepolia.blockscout.com/address/$ADDRESS",
162+
// gasLimit: "500K",
163+
// nativeCurrency: "ETH",
164+
// },
165165
"base-sepolia": {
166166
rpc: "https://sepolia.base.org",
167167
network: "testnet",
@@ -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: {

0 commit comments

Comments
 (0)