-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hosted-sdk] add demo for aggregation
- Loading branch information
1 parent
8ae5a25
commit 0f4bf73
Showing
2 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
// Tokens | ||
export const wstETH = '0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0'; | ||
export const USDC = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'; | ||
export const MARKET_ADDRESS = '0x34280882267ffa6383b363e278b027be083bbe3b'; | ||
export const SY_ADDRESS = '0xcbc72d92b2dc8187414f6734718563898740c0bc'; | ||
export const PT_ADDRESS = '0xb253eff1104802b97ac7e3ac9fdd73aece295a2c'; | ||
export const YT_ADDRESS = '0x04b7fa1e727d7290d6e24fa9b426d0c940283a95'; | ||
|
||
export const CHAIN_ID = 1; | ||
export const RECEIVER_ADDRESS = '<RECEVER_ADDRESS>'; | ||
export const RECEIVER_ADDRESS = '<RECEVER_ADDRESS>'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters