Skip to content

Commit

Permalink
chore: update testnet RPC for immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Dec 18, 2023
1 parent 30a5570 commit a19db88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/libs/TransactionRecoveryApi/constants/chain/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const rpcMap: Record<EvmChain | string, string> = {
[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]:
Expand Down

0 comments on commit a19db88

Please sign in to comment.