Skip to content

Commit 55609d9

Browse files
committed
Merge remote-tracking branch 'origin/shah/morpho-vault-apy' into v147
2 parents 1225d2f + fa0b2d2 commit 55609d9

6 files changed

Lines changed: 4101 additions & 151 deletions

File tree

src/abi/irm-adaptive-curve.abi.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export const ABI_JSON = [
2+
{
3+
"type": "function",
4+
"name": "rateAtTarget",
5+
"inputs": [
6+
{
7+
"name": "id",
8+
"type": "bytes32"
9+
}
10+
],
11+
"outputs": [
12+
{
13+
"name": "",
14+
"type": "int256"
15+
}
16+
],
17+
"stateMutability": "view"
18+
}
19+
] as const

0 commit comments

Comments
 (0)