From a19db888e37c2c1859936b297cdb6b69b320f8de Mon Sep 17 00:00:00 2001 From: Canh Trinh Date: Mon, 18 Dec 2023 16:02:13 -0500 Subject: [PATCH] chore: update testnet RPC for immutable --- CHANGELOG.md | 2 +- src/libs/TransactionRecoveryApi/constants/chain/testnet.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4f654f..d17f0206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.13.8] - 2023-DECEMBER-18 -- Add `Immutable` to mainnet configs +- Add `Immutable` to mainnet configs; update `Immutable` testnet RPC ## [0.13.7] - 2023-DECEMBER-4 diff --git a/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts b/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts index 1ad658f7..f5d94836 100644 --- a/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts +++ b/src/libs/TransactionRecoveryApi/constants/chain/testnet.ts @@ -20,7 +20,7 @@ export const rpcMap: Record = { [EvmChain.POLYGON_ZKEVM]: "https://testnet-zkevm.polygonscan.com", [EvmChain.MANTLE]: "https://rpc.testnet.mantle.xyz", [EvmChain.SCROLL]: "https://sepolia-rpc.scroll.io", - [EvmChain.IMMUTABLE]: "https://rpc-geth.testnet.immutable.com", + [EvmChain.IMMUTABLE]: "https://rpc.testnet.immutable.com", [EvmChain.SEPOLIA]: "https://1rpc.io/sepolia", [EvmChain.ARBITRUM_SEPOLIA]: "https://sepolia-rollup.arbitrum.io/rpc", [EvmChain.CENTRIFUGE_TESTNET]: