-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/roycoprotocol/royco-sdk
- Loading branch information
Showing
10 changed files
with
43 additions
and
8 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"royco": patch | ||
--- | ||
|
||
New SDK version @ 2024-12-10 20:50:22 UTC | ||
New SDK version @ 2024-12-11 18:23:12 UTC |
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
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
9 changes: 9 additions & 0 deletions
9
sdk/constants/market-map/1/definitions/1_1_0x6402d18a46e56f37edbbe0f6a0aa9e83ee2d34a2.ts
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { defineMarket } from "@/sdk/constants"; | ||
|
||
export default defineMarket({ | ||
id: "1_1_0x6402d18a46e56f37edbbe0f6a0aa9e83ee2d34a2", | ||
name: "Lend WBTC on Gearbox", | ||
description: | ||
"When WBTC is supplied to the market, it is deposited into the Gearbox WBTC Mainnet Pool to earn yield. Users may withdraw at any time. As an additional incentive, depositors receive 2,000 Lombard LUX points per day for depositing.", | ||
is_verified: true, | ||
}); |
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
8 changes: 8 additions & 0 deletions
8
...initions/11155111_0_0xa8f8410870203a2cee840e9fa43bb0ab95efe5096c8d8274f2e0505d88e31ec3.ts
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { defineMarket } from "@/sdk/constants"; | ||
|
||
export default defineMarket({ | ||
id: "11155111_0_0xa8f8410870203a2cee840e9fa43bb0ab95efe5096c8d8274f2e0505d88e31ec3", | ||
name: "Sepolia Recipe Market for USDT", | ||
description: "Sepolia Recipe Market for USDT", | ||
is_verified: false, | ||
}); |
8 changes: 8 additions & 0 deletions
8
.../market-map/11155111/definitions/11155111_1_0xbe2a22476b6e3658fddd04c20928f52929aa4019.ts
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { defineMarket } from "@/sdk/constants"; | ||
|
||
export default defineMarket({ | ||
id: "11155111_1_0xbe2a22476b6e3658fddd04c20928f52929aa4019", | ||
name: "Sepolia Test Vault USDC Market", | ||
description: "Sepolia Test Vault USDC Market", | ||
is_verified: false, | ||
}); |
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
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
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