Skip to content

Commit

Permalink
Merge branch 'main' into tanstack-dev-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini authored Oct 11, 2024
2 parents c3a4985 + fdbbcc5 commit 2726480
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@curvefi/api": "^2.63.8",
"@curvefi/api": "^2.63.10",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@lingui/react": "^4.6.0",
Expand Down
48 changes: 48 additions & 0 deletions packages/external-rewards/src/campaigns/YieldNest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,54 @@
"multiplier": "2.5",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "borrow",
"description": "null",
"campaignStart": "1728993600",
"campaignEnd": "1730203199",
"address": "0x143985860efaeacb92db23e4b0c4d66be51b08d2",
"network": "ethereum",
"multiplier": "6",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "borrow",
"description": "null",
"campaignStart": "1730203200",
"campaignEnd": "1770000000",
"address": "0x143985860efaeacb92db23e4b0c4d66be51b08d2",
"network": "ethereum",
"multiplier": "2.5",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "supply",
"description": "null",
"campaignStart": "1728993600",
"campaignEnd": "1730203199",
"address": "0x52036c9046247c3358c987a2389ffde6ef8564c9",
"network": "ethereum",
"multiplier": "6",
"tags": ["points"],
"lock": "false"
},
{
"id": "null",
"action": "supply",
"description": "null",
"campaignStart": "1730203200",
"campaignEnd": "1770000000",
"address": "0x52036c9046247c3358c987a2389ffde6ef8564c9",
"network": "ethereum",
"multiplier": "2.5",
"tags": ["points"],
"lock": "false"
}
]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2090,16 +2090,16 @@ __metadata:
languageName: node
linkType: hard

"@curvefi/api@npm:^2.63.8":
version: 2.63.8
resolution: "@curvefi/api@npm:2.63.8"
"@curvefi/api@npm:^2.63.10":
version: 2.63.10
resolution: "@curvefi/api@npm:2.63.10"
dependencies:
"@curvefi/ethcall": "npm:6.0.7"
axios: "npm:^0.21.1"
bignumber.js: "npm:^9.0.1"
ethers: "npm:^6.11.0"
memoizee: "npm:^0.4.15"
checksum: 10c0/c32ab12f95cff2315aa40d2e37af029bfb900e19dcc69fc68e27c1ce726bf214b9cec2daf4e32f2af6a785c620ff0d14c70f55496629645e28e259cb7ed268da
checksum: 10c0/4928e4a7edc96e2fdda8286b68bd4ff032eb81e3183288c317d50e06d155a5f834e83a7fbed322c7b4b864e2dc0e88b85dfd9ea84b0420535cc07f35bae57c92
languageName: node
linkType: hard

Expand Down Expand Up @@ -16958,7 +16958,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "main@workspace:apps/main"
dependencies:
"@curvefi/api": "npm:^2.63.8"
"@curvefi/api": "npm:^2.63.10"
"@hookform/error-message": "npm:^2.0.1"
"@hookform/resolvers": "npm:^3.9.0"
"@lingui/cli": "npm:^4.6.0"
Expand Down

0 comments on commit 2726480

Please sign in to comment.