Skip to content

Commit bd388c4

Browse files
committed
fix polygon rpc
1 parent dd312f7 commit bd388c4

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
{
247247
"id": "polygon",
248248
"mainnet": true,
249-
"rpcUrl": "http://127.0.0.1:8545",
249+
"rpcUrl": "https://polygon-rpc.com",
250250
"networkId": 137,
251251
"type": "EvmChain",
252252
"nativeToken": "MATIC"
@@ -1279,19 +1279,5 @@
12791279
"rpcUrl": "https://rpc.camp.raas.gelato.cloud",
12801280
"networkId": 484,
12811281
"type": "EvmChain"
1282-
},
1283-
{
1284-
"id": "ethereal_devnet",
1285-
"mainnet": false,
1286-
"rpcUrl": "https://rpc-ethereal-devnet-0.t.conduit.xyz/",
1287-
"networkId": 13374201,
1288-
"type": "EvmChain"
1289-
},
1290-
{
1291-
"id": "ethereal_testnet_v2",
1292-
"mainnet": false,
1293-
"rpcUrl": "https://rpc-ethereal-testnet-0.t.conduit.xyz",
1294-
"networkId": 13374202,
1295-
"type": "EvmChain"
12961282
}
12971283
]

0 commit comments

Comments
 (0)