feat: switch eclipse USDC/USDT EVM fee legs to OffchainQuotedLinearFee - #1632
Draft
haggis-hyperlane wants to merge 1 commit into
Draft
feat: switch eclipse USDC/USDT EVM fee legs to OffchainQuotedLinearFee#1632haggis-hyperlane wants to merge 1 commit into
haggis-hyperlane wants to merge 1 commit into
Conversation
Exported from the mainnet3 warp config getters after PR hyperlane-xyz/hyperlane-monorepo#9143. All EVM->EVM fee legs on USDC/eclipsemainnet and USDT/eclipsemainnet now use OffchainQuotedLinearFee with quote signer 0xEd1829805De615eEFC7303766D395Ea0a1B2b04d. Tron source legs on USDT stay on LinearFee by design. allowedRebalancingBridges keys are re-synced from chain names to domain IDs to match current getter output.
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.
Summary
Exported deploy configs from the mainnet3 warp config getters after the getter changes in hyperlane-xyz/hyperlane-monorepo#9143.
Two categories of change in each file:
Fee migration (the intended change). Every EVM→EVM fee leg on
USDC/eclipsemainnetandUSDT/eclipsemainnetflips fromLinearFeetoOffchainQuotedLinearFee, addingquoteSigners: [0xEd1829805De615eEFC7303766D395Ea0a1B2b04d](the Hyperlane quote signer). bps and owners are unchanged.LinearFeeon all 4 destinations, by design (separate governance domain + flat-bps/reimburse model, per USDT/eni AW-675).allowedRebalancingBridgeskey re-sync (benign). Keys change from chain names to domain IDs (e.g.ethereum→1,arbitrum→42161,tron→728126428,plasma→9745). This is pre-existing drift: the getter has emitted domain IDs since before this branch, and the eclipse files simply hadn't been re-exported. Same bridge addresses, same chains — matches the current convention already used by moonpay/citrea/igra exports.Generated via
export-warp-configs.ts --environment mainnet3 --warpRouteIds USDC/eclipsemainnet USDT/eclipsemainnet.Draft — pairs with monorepo PR #9143; merge after that lands.
Test plan