-
Notifications
You must be signed in to change notification settings - Fork 985
feat(guale): add yield-server adapter for Guale (Arbitrum) #2090
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
base: master
Are you sure you want to change the base?
Conversation
Error while running guale adapter: Test Suites: 1 failed, 1 total
|
The guale adapter exports pools: Test Suites: 1 passed, 1 total
|
The guale adapter exports pools: Test Suites: 1 passed, 1 total
|
@ethien-salinas pls confirm u still working on this yes? |
|
Guale Yield Adapter (Arbitrum)
Hello DefiLlama team, thanks for reviewing this PR! 🙏
This contribution adds a yield-server adapter for Guale (a yield optimizer on Arbitrum).
Vault logic
wants()
→ identifies the two underlying tokensbalances()
→ returns the total amounts (vault + strategy/positions)APY
pricePerShare
or a similar metric to calculate daily growth.Scope
This PR covers the 3 live CLM vaults on Arbitrum:
0x6a84f7ba493c4d6590696b782b0f0fb2588fbdc2
(USDC/USDT)0xea89fd775cc0203b79a5cb5710d66a6145ea391d
(WBTC/WETH)0x6077e51a48a1ee3f8fa975dc23041cf248b180c7
(WETH/USDC)Compliance
project
field matches the folder name (guale
) and the slug in/protocols
.src/adaptors/guale/index.js
.Links