Skip to content

Commit 4268efb

Browse files
committed
Fix ABI usage
1 parent e3324b7 commit 4268efb

4 files changed

Lines changed: 4067 additions & 41 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)