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

feat: update the new polygon RPC endpoint #432

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading