diff --git a/package.json b/package.json index ad0b413c..5470a68f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts b/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts index f5d94836..06b4b82f 100644 --- a/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts +++ b/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts @@ -3,10 +3,10 @@ import { Network } from "@ethersproject/networks"; export const rpcMap: Record = { [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",