Skip to content

Commit

Permalink
chore: update rpc url for polygon and goerli (#294)
Browse files Browse the repository at this point in the history
* chore: update rpc url for polygon testnet

* chore: update goerli rpc url

* 0.13.9
  • Loading branch information
npty authored Jan 10, 2024
1 parent 214e490 commit 83210e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelarjs-sdk",
"version": "0.13.8",
"version": "0.13.9",
"description": "The JavaScript SDK for Axelar Network",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/libs/TransactionRecoveryApi/constants/chain/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { Network } from "@ethersproject/networks";

export const rpcMap: Record<EvmChain | string, string> = {
[EvmChain.FANTOM]: "https://rpc.testnet.fantom.network",
[EvmChain.POLYGON]: "https://nd-244-242-844.p2pify.com/a336ed852bfcb6dd53869c8626be64fd",
[EvmChain.POLYGON]: "https://rpc-mumbai.maticvigil.com",
[EvmChain.MOONBEAM]: "https://rpc.api.moonbase.moonbeam.network",
[EvmChain.AVALANCHE]: "https://api.avax-test.network/ext/bc/C/rpc",
"ethereum-2": "https://goerli.infura.io/v3/510b6d5b3c56497b8070626a54f565a9",
"ethereum-2": "https://eth-goerli.api.onfinality.io/public",
[EvmChain.AURORA]: "https://testnet.aurora.dev",
[EvmChain.BINANCE]: "https://data-seed-prebsc-1-s1.binance.org:8545",
[EvmChain.BNBCHAIN]: "https://data-seed-prebsc-1-s1.binance.org:8545",
Expand Down

0 comments on commit 83210e7

Please sign in to comment.