Skip to content

Commit eeb252b

Browse files
Add deployed addresses in yield-controller
1 parent d1cc841 commit eeb252b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,18 @@ where amount is the amount of funds to be sent.
9898
To check the current status of the yield controller, one can call the `packages/yield-router/getState.ts` script as follow:
9999
```ANCHOR_PROVIDER_URL=<anchor_provide_url> yarn ts-node packages/yield-router/getState.ts```
100100
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.
101+
102+
## Deployed Addresses:
103+
104+
| Account | Mainnet | Devnet | Description | Notes |
105+
|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
106+
| yield-router program | | [syriqUnUPcFQjRSaxdFo2wPnXXPjbRsLmhiWUVoGdTo](https://explorer.solana.com/address/syriqUnUPcFQjRSaxdFo2wPnXXPjbRsLmhiWUVoGdTo?cluster=devnet) | yield-router program | |
107+
| yield-router state | | [Jpp29FzyV7rXdVRWFaiE9tBcVCaEMvj16gk87rC3S4z](https://explorer.solana.com/address/Jpp29FzyV7rXdVRWFaiE9tBcVCaEMvj16gk87rC3S4z?cluster=devnet) | state address of yield-router program | |
108+
| fund-sender program | | [sfsH2CVS2SaXwnrGwgTVrG7ytZAxSCsTnW82BvjWTGz](https://explorer.solana.com/address/sfsH2CVS2SaXwnrGwgTVrG7ytZAxSCsTnW82BvjWTGz?cluster=devnet) | program to transfer fund from output yield accounts to climate project wallets | |
109+
| ecoToken `fund-sender` state address | | [FVGb13zXEMBAChayjEMnae28M4avRKbXVBKhjqPvSkbv](https://explorer.solana.com/address/FVGb13zXEMBAChayjEMnae28M4avRKbXVBKhjqPvSkbv?cluster=devnet) | ecoToken `fund-sender` state address | |
110+
| 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` | |
111+
| ecoToken Wallet | [FToVGCufMQQgt3ca2C8s1NHMMaGZBLjaj5zjjP66Brwb](https://explorer.solana.com/address/FToVGCufMQQgt3ca2C8s1NHMMaGZBLjaj5zjjP66Brwb) | [eco7LrrTRHBFW1Ab4B4GzYThaRzUEyjPrTJDqPUJbWn](https://explorer.solana.com/address/eco7LrrTRHBFW1Ab4B4GzYThaRzUEyjPrTJDqPUJbWn?cluster=devnet) | ecoToken wallet | |
112+
| offset bridge `fund-sender` state address | | [4SoZYUny9QCf3hh3LSYYCRXN3ENHWnYSyf4ih19mwvBc](https://explorer.solana.com/address/4SoZYUny9QCf3hh3LSYYCRXN3ENHWnYSyf4ih19mwvBc?cluster=devnet) | offset `fund-sender` state address | |
113+
| 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` | |
114+
| offset bridge Wallet | | [osb2bAXA7PUJZKDAmMGTwGL7vdZRZuemfENjbdT1UaN](https://explorer.solana.com/address/osb2bAXA7PUJZKDAmMGTwGL7vdZRZuemfENjbdT1UaN?cluster=devnet) | offset bridge wallet | |
115+
| 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 commit comments

Comments
 (0)