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

Feat/polygon testnet #419

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/chilled-comics-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@blocto/sdk': patch
---

migration testnet polygon_mumbai to polygon_amoy
4 changes: 2 additions & 2 deletions packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const ETH_RPC_LIST: Mapping = {

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

// Avalanche Mainnet
43114: 'https://api.avax.network/ext/bc/C/rpc',
Expand Down
Loading