Skip to content

Commit

Permalink
Merge pull request #419 from blocto/feat/polygon-testnet
Browse files Browse the repository at this point in the history
Feat/polygon testnet
  • Loading branch information
sanyu1225 authored May 2, 2024
2 parents 7247d88 + e8251f0 commit d95202f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit d95202f

Please sign in to comment.