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

Commit 6e379bc

Browse files
authored
Merge pull request #421 from blocto/develop
feat: polygon test amoy
2 parents 68ad08b + d95202f commit 6e379bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/chilled-comics-tickle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@blocto/sdk': patch
3+
---
4+
5+
migration testnet polygon_mumbai to polygon_amoy

packages/blocto-sdk/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const ETH_RPC_LIST: Mapping = {
2727

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

3333
// Avalanche Mainnet
3434
43114: 'https://api.avax.network/ext/bc/C/rpc',

0 commit comments

Comments
 (0)