Skip to content

Feat: wallet integration guide#499

Merged
rossgalloway merged 36 commits intoyearn:masterfrom
rossgalloway:feat--wallet-integration-guide
Jan 21, 2025
Merged

Feat: wallet integration guide#499
rossgalloway merged 36 commits intoyearn:masterfrom
rossgalloway:feat--wallet-integration-guide

Conversation

@rossgalloway
Copy link
Collaborator

Add new integration guide for wallets and portfolio trackers using Yearn Vaults.

solves issue #416

@vercel
Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yearn-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 2:46pm

@rossgalloway rossgalloway changed the title Feat wallet integration guide Feat: wallet integration guide Jan 13, 2025
| Mainnet Factory Registry | 1 | 0xaF1f5e1c19cB68B30aAD73846eFfDf78a5863319 |
| Mainnet Legacy Registry 1 | 1 | 0xe15461b18ee31b7379019dc523231c57d1cbc18c |
| Mainnet Legacy Registry 2 | 1 | 0x50c1a2eA0a861A967D9d0FFE2AE4012c2E053804 |
| Optimism Legacy Registry | 10 | 0x1ba4eB0F44AB82541E56669e18972b0d6037dfE0 |
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Collaborator Author

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.

@rossgalloway rossgalloway merged commit 9945280 into yearn:master Jan 21, 2025
3 of 4 checks passed
@rossgalloway rossgalloway deleted the feat--wallet-integration-guide branch January 21, 2025 14:59
rossgalloway added a commit to rossgalloway/yearn-devdocs that referenced this pull request Jan 21, 2025
commit 9945280
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <therossgalloway@gmail.com>
Date:   Thu Jan 16 09:29:39 2025 -0500

    fix: conflict

commit 086f888
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <rossgalloway@users.noreply.github.com>

commit 3301db6
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <rossgalloway@users.noreply.github.com>

commit 8ced3cc
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <rossgalloway@users.noreply.github.com>

commit 670cdb0
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <58150151+rossgalloway@users.noreply.github.com>
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 <58150151+rossgalloway@users.noreply.github.com>
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 <58150151+rossgalloway@users.noreply.github.com>
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 <marcogworms@gmail.com>

commit 715ca1b
Author: cuiyourong <cuiyourong@gmail.com>
Date:   Wed Dec 11 23:59:30 2024 +0800

    chore: remove redundant words in comment (yearn#491)

    Signed-off-by: cuiyourong <cuiyourong@gmail.com>

commit 2c5e245
Author: Skylar Ray <137945430+sky-coderay@users.noreply.github.com>
Date:   Wed Dec 4 21:18:51 2024 +0200

    Update ygift.md (yearn#487)

    Co-authored-by: rossgalloway <58150151+rossgalloway@users.noreply.github.com>

commit 3d529ee
Author: Danil <37103154+Danyylka@users.noreply.github.com>
Date:   Wed Dec 4 20:18:34 2024 +0100

    Update interfaces.md (yearn#488)

    Co-authored-by: rossgalloway <58150151+rossgalloway@users.noreply.github.com>

commit a80e8bf
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
Date:   Wed Dec 4 14:14:48 2024 -0500

    update yETH addresses (yearn#489)
rossgalloway added a commit to rossgalloway/yearn-devdocs that referenced this pull request Feb 12, 2025
* first pass at yPools updates

* fix typo

* grammar fix to yeth-overview.md

* fix grammar in ypools-overview.md

* fix grammar in ypools-overview.md

* update LSD to LST

* working on it

* add specs

* feat: misc updates

* Squashed commit of the following:

commit 9945280
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <therossgalloway@gmail.com>
Date:   Thu Jan 16 09:29:39 2025 -0500

    fix: conflict

commit 086f888
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <rossgalloway@users.noreply.github.com>

commit 3301db6
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <rossgalloway@users.noreply.github.com>

commit 8ced3cc
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <rossgalloway@users.noreply.github.com>

commit 670cdb0
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
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 <58150151+rossgalloway@users.noreply.github.com>
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 <58150151+rossgalloway@users.noreply.github.com>
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 <58150151+rossgalloway@users.noreply.github.com>
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 <marcogworms@gmail.com>

commit 715ca1b
Author: cuiyourong <cuiyourong@gmail.com>
Date:   Wed Dec 11 23:59:30 2024 +0800

    chore: remove redundant words in comment (yearn#491)

    Signed-off-by: cuiyourong <cuiyourong@gmail.com>

commit 2c5e245
Author: Skylar Ray <137945430+sky-coderay@users.noreply.github.com>
Date:   Wed Dec 4 21:18:51 2024 +0200

    Update ygift.md (yearn#487)

    Co-authored-by: rossgalloway <58150151+rossgalloway@users.noreply.github.com>

commit 3d529ee
Author: Danil <37103154+Danyylka@users.noreply.github.com>
Date:   Wed Dec 4 20:18:34 2024 +0100

    Update interfaces.md (yearn#488)

    Co-authored-by: rossgalloway <58150151+rossgalloway@users.noreply.github.com>

commit a80e8bf
Author: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
Date:   Wed Dec 4 14:14:48 2024 -0500

    update yETH addresses (yearn#489)

* fix: picked wrong merge conflict choice

* updates

* fix: yaml formatting

* feat: add new abi encoder widget

* Revert "Merge remote-tracking branch 'origin/feat--update-and-re-org-yETH' into pr/rossgalloway/33"

This reverts commit 7f5fc6b, reversing
changes made to 9fecf30.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants