-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: wallet integration guide #499
Feat: wallet integration guide #499
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| Mainnet Factory Registry | 1 | 0xaF1f5e1c19cB68B30aAD73846eFfDf78a5863319 | | ||
| Mainnet Legacy Registry 1 | 1 | 0xe15461b18ee31b7379019dc523231c57d1cbc18c | | ||
| Mainnet Legacy Registry 2 | 1 | 0x50c1a2eA0a861A967D9d0FFE2AE4012c2E053804 | | ||
| Optimism Legacy Registry | 10 | 0x1ba4eB0F44AB82541E56669e18972b0d6037dfE0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are factory/release registries on OP, Arbitrum, and Base too
OP
factory: 0x79286Dd38C9017E5423073bAc11F53357Fc5C128
release: 0x81291ceb9bB265185A9D07b91B5b50Df94f005BF
arbitrum
factory: 0x84654e35E504452769757AAe5a8C7C6599cBf954
release: 0x697BC6bd64677bE63240262869dD5F2A3eEACCd3
base
factory: 0xF3885eDe00171997BFadAa98E01E167B53a78Ec5
release: 0x697BC6bd64677bE63240262869dD5F2A3eEACCd3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also fwiw, other ENS
0xaF1f5e1c19cB68B30aAD73846eFfDf78a5863319: v2.registry.ychad.eth, factory.ychad.eth
0x7Cb5ABEb0de8f6f46a27329B9eF54CE10E47F1e2: release.registry.ychad.eth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Will update. But wasn't planning on adding the release registries here since they aren't needed to find the vaults. Will add a link to the addresses page for other contracts.
commit 9945280 Author: rossgalloway <[email protected]> Date: Tue Jan 21 09:59:16 2025 -0500 Feat: wallet integration guide (yearn#499) * feat: wallet and portfolio tracker integration doc * fix: grammar * fix: update kong APY types. * fix: missing vaults and incorrect links * fix: add ens * fix: add info on APY/APR commit d2cd23b Author: Ross <[email protected]> Date: Thu Jan 16 09:29:39 2025 -0500 fix: conflict commit 086f888 Author: rossgalloway <[email protected]> Date: Mon Dec 30 15:30:31 2024 -0500 chore: update address checks data (yearn#498) * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check --------- Co-authored-by: rossgalloway <[email protected]> commit 3301db6 Author: rossgalloway <[email protected]> Date: Wed Dec 18 12:39:49 2024 -0500 Chore: clean up actions (yearn#497) * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * Update data from daily check * chore: clean up old actions --------- Co-authored-by: rossgalloway <[email protected]> commit 8ced3cc Author: rossgalloway <[email protected]> Date: Mon Dec 16 11:27:20 2024 -0500 Fix: AddressCheck action (yearn#495) * Update data from daily check * fix: addressCheck action --------- Co-authored-by: rossgalloway <[email protected]> commit 670cdb0 Author: rossgalloway <[email protected]> Date: Thu Dec 12 17:38:34 2024 -0500 add guardian information (yearn#494) * add guardian information * edit phrasing * update phrasing again commit f8b2d03 Author: rossgalloway <[email protected]> Date: Thu Dec 12 15:46:19 2024 -0500 Chore: add new veyfi gauges (yearn#490) * Add new gauges * update chart title and formatting commit 19afa83 Author: rossgalloway <[email protected]> Date: Thu Dec 12 15:45:49 2024 -0500 add RPC calls and checks (yearn#485) * add RPC calls and checks * add script and license, fix imports * clean up react functions. * update workflow * update workflow * update workflow * remove automatic address checking on load. commit a210351 Author: rossgalloway <[email protected]> Date: Thu Dec 12 13:53:15 2024 -0500 Feat: Add new FAQ to guides section (yearn#482) * update env * add FAQ * new faq page * update sidebar * add logic to open details tab when linked to a contained heading. * minor grammar fixes * minor grammarly fixes --------- Co-authored-by: Marco Guaspari Worms <[email protected]> commit 715ca1b Author: cuiyourong <[email protected]> Date: Wed Dec 11 23:59:30 2024 +0800 chore: remove redundant words in comment (yearn#491) Signed-off-by: cuiyourong <[email protected]> commit 2c5e245 Author: Skylar Ray <[email protected]> Date: Wed Dec 4 21:18:51 2024 +0200 Update ygift.md (yearn#487) Co-authored-by: rossgalloway <[email protected]> commit 3d529ee Author: Danil <[email protected]> Date: Wed Dec 4 20:18:34 2024 +0100 Update interfaces.md (yearn#488) Co-authored-by: rossgalloway <[email protected]> commit a80e8bf Author: rossgalloway <[email protected]> Date: Wed Dec 4 14:14:48 2024 -0500 update yETH addresses (yearn#489)
Add new integration guide for wallets and portfolio trackers using Yearn Vaults.
solves issue #416