Skip to content

Commit

Permalink
Add deployed addresses in yield-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
gigileungyingchi committed Oct 27, 2023
1 parent d1cc841 commit eeb252b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,18 @@ where amount is the amount of funds to be sent.
To check the current status of the yield controller, one can call the `packages/yield-router/getState.ts` script as follow:
```ANCHOR_PROVIDER_URL=<anchor_provide_url> yarn ts-node packages/yield-router/getState.ts```
This script contains various instructions and will return the state account address, the state account data, the balance of the input yield account and the balance of the output yield account.

## Deployed Addresses:

| Account | Mainnet | Devnet | Description | Notes |
|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
| yield-router program | | [syriqUnUPcFQjRSaxdFo2wPnXXPjbRsLmhiWUVoGdTo](https://explorer.solana.com/address/syriqUnUPcFQjRSaxdFo2wPnXXPjbRsLmhiWUVoGdTo?cluster=devnet) | yield-router program | |
| yield-router state | | [Jpp29FzyV7rXdVRWFaiE9tBcVCaEMvj16gk87rC3S4z](https://explorer.solana.com/address/Jpp29FzyV7rXdVRWFaiE9tBcVCaEMvj16gk87rC3S4z?cluster=devnet) | state address of yield-router program | |
| fund-sender program | | [sfsH2CVS2SaXwnrGwgTVrG7ytZAxSCsTnW82BvjWTGz](https://explorer.solana.com/address/sfsH2CVS2SaXwnrGwgTVrG7ytZAxSCsTnW82BvjWTGz?cluster=devnet) | program to transfer fund from output yield accounts to climate project wallets | |
| ecoToken `fund-sender` state address | | [FVGb13zXEMBAChayjEMnae28M4avRKbXVBKhjqPvSkbv](https://explorer.solana.com/address/FVGb13zXEMBAChayjEMnae28M4avRKbXVBKhjqPvSkbv?cluster=devnet) | ecoToken `fund-sender` state address | |
| ecoToken temporary fund account | | [9CZJereiv7mVg5iwMq7cnAXXu1Z3r1MDyumkY3C18x96](https://explorer.solana.com/address/9CZJereiv7mVg5iwMq7cnAXXu1Z3r1MDyumkY3C18x96?cluster=devnet) | ecoToken `output_yield_account` for `yield-router` / input_account for `fund-sender` | |
| ecoToken Wallet | [FToVGCufMQQgt3ca2C8s1NHMMaGZBLjaj5zjjP66Brwb](https://explorer.solana.com/address/FToVGCufMQQgt3ca2C8s1NHMMaGZBLjaj5zjjP66Brwb) | [eco7LrrTRHBFW1Ab4B4GzYThaRzUEyjPrTJDqPUJbWn](https://explorer.solana.com/address/eco7LrrTRHBFW1Ab4B4GzYThaRzUEyjPrTJDqPUJbWn?cluster=devnet) | ecoToken wallet | |
| offset bridge `fund-sender` state address | | [4SoZYUny9QCf3hh3LSYYCRXN3ENHWnYSyf4ih19mwvBc](https://explorer.solana.com/address/4SoZYUny9QCf3hh3LSYYCRXN3ENHWnYSyf4ih19mwvBc?cluster=devnet) | offset `fund-sender` state address | |
| offset bridge temporary fund account | | [4VXd2SpV5vax6QJt12Avqo5SW8dZoMW2Yg8c37GGGuvM](https://explorer.solana.com/address/4VXd2SpV5vax6QJt12Avqo5SW8dZoMW2Yg8c37GGGuvM?cluster=devnet) | offset bridge `output_yield_account` for `yield-router` / input_account for `fund-sender` | |
| offset bridge Wallet | | [osb2bAXA7PUJZKDAmMGTwGL7vdZRZuemfENjbdT1UaN](https://explorer.solana.com/address/osb2bAXA7PUJZKDAmMGTwGL7vdZRZuemfENjbdT1UaN?cluster=devnet) | offset bridge wallet | |
| Certificate Vault | [Bup7DZk56XwQUDzuvBz9nzbr8e2iLPVrBpha1KTfEbbJ](https://explorer.solana.com/address/Bup7DZk56XwQUDzuvBz9nzbr8e2iLPVrBpha1KTfEbbJ) | [scvRXyo93vXa3Lyt3p6cj8cVtXGnn1LkuFyoJVu8GQb](https://explorer.solana.com/address/scvRXyo93vXa3Lyt3p6cj8cVtXGnn1LkuFyoJVu8GQb?cluster=devnet) | [Sunrise DAO](https://app.realms.today/dao/sunrisestake) certificate vault | |

0 comments on commit eeb252b

Please sign in to comment.