Skip to content

Commit

Permalink
feat: update the new polygon RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mordochi committed Sep 19, 2024
1 parent 1130a80 commit 4d13a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ETH_RPC_LIST: Mapping = {
97: 'https://data-seed-prebsc-1-s1.binance.org:8545',

// Polygon Mainnet
137: 'https://rpc-mainnet.maticvigil.com/',
137: 'https://polygon-rpc.com/',
// Polygon Amoy Testnet
80002: 'https://rpc-amoy.polygon.technology/',

Expand Down

0 comments on commit 4d13a7d

Please sign in to comment.