feat: add Robinhood Chain hop tokens and chain config - #369
Open
tvinagre wants to merge 1 commit into
Open
Conversation
Add default hop (connector) tokens for Robinhood Chain: - WETH (0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73) - USDG (0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168) - ETH native (0x0000000000000000000000000000000000000000) Robinhood Chain uses USDG as its stablecoin (no USDC/USDT/DAI/WBTC). Changes: - robinhood_pools.toml: worker-pools config with WETH+USDG+ETH as connector tokens for most_liquid and path_frank_wolfe algorithms - chains.yaml: custom chain registry for chain_id 4663 (1s block time, ETH native, WETH wrapped native, ETH-tier TVL thresholds) - fynd-rpc/src/config.rs: add robinhood to default_tycho_url and default_rpc_url so fynd serve --chain robinhood works out-of-the-box - tools/hindsight/src/resolve/monitor.rs: add robinhood block time (1s) to default_lag_blocks ENG-6264
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.
Add Robinhood Chain hop tokens and chain configuration. Refs: ENG-6264, ENG-6259