feat: add new chain Ethereum Sepolia Testnet - #271
Merged
Conversation
thesems
marked this pull request as ready for review
August 27, 2026 12:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Ethereum Sepolia Testnet (
ETHS, chainId11155111) as a supported EVM chain.Changes
supportedChains.evm.ts— chain entry:ChainKey.ETHS, nativeETH,mainnet: false,relayerSupported: false, explorersepolia.etherscan.io, RPCethereum-sepolia-rpc.publicnode.com.multicall.ts— canonical multicall30xcA11bde05977b3631167028862bE2a173976CA11.foundry.ts—foundryChainNameMap→sepolia(matchesconfig/networks.jsonincontracts).coins.ts— native ETH, USDC (0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238), and WETH (0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14, matching the chain'swrappedNativeAddressincontracts).Also: Arbitrum Sepolia WETH correction
wrappedTokens[ChainId.ARBS]moves0x2836ae2e…→0x980B62Da83eFf3D4576C647993b0c1D7faf17c73.The old address landed in #243 and never matched
wrappedNativeAddressforarbitrumsepoliain the contracts repo'sconfig/networks.json, so it isn't the WETH the deployed diamond wraps/unwraps with. Both are real WETH deployments on 421614, but the old one is effectively unused (~0.36 total supply vs ~3,630). Included here because the new ETHS entry above is added under exactly the rule ARBS was violating — the matching backend-side fix is in the paired BE PR.Dependencies / merge order
Pinned to
@lifi/types@18.3.0-alpha.0(lifinance/types#569) for BE validation. Do not merge yet — per the agreed sequence:types alpha✅18.3.0-alpha.0publisheduse it in data-types✅ this PRpnpmcheck failures expected until tenderly-sim is bumped)So the
@lifi/typespin here still needs to move to stable18.3.0before this merges.