Skip to content

Commit 70b9db1

Browse files
committed
fix polygon rpc
1 parent dd312f7 commit 70b9db1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 2 additions & 1 deletion
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"
@@ -1294,4 +1294,5 @@
12941294
"networkId": 13374202,
12951295
"type": "EvmChain"
12961296
}
1297+
12971298
]

0 commit comments

Comments
 (0)