Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 52274ab

Browse files
authored
Merge pull request #432 from blocto/feat/update-polygon-rpc
feat: update the new polygon RPC endpoint
2 parents 2e2164e + 8e25917 commit 52274ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blocto-sdk/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const ETH_RPC_LIST: Mapping = {
2626
97: 'https://data-seed-prebsc-1-s1.binance.org:8545',
2727

2828
// Polygon Mainnet
29-
137: 'https://rpc-mainnet.maticvigil.com/',
29+
137: 'https://polygon-rpc.com/',
3030
// Polygon Amoy Testnet
3131
80002: 'https://rpc-amoy.polygon.technology/',
3232

0 commit comments

Comments
 (0)