Skip to content

Commit

Permalink
chore: add Transmuter interface (#275)
Browse files Browse the repository at this point in the history
* chore: add Transmuter interface

* rename the abis

* clean names
  • Loading branch information
GuillaumeNervoXS authored Oct 9, 2023
1 parent 809e00d commit c933877
Showing 1 changed file with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@
"outputs": [
{
"internalType": "uint64[]",
"name": "",
"name": "xFeeBurn",
"type": "uint64[]"
},
{
"internalType": "int64[]",
"name": "",
"name": "yFeeBurn",
"type": "int64[]"
}
],
Expand Down Expand Up @@ -366,12 +366,12 @@
"outputs": [
{
"internalType": "uint64[]",
"name": "",
"name": "xFeeMint",
"type": "uint64[]"
},
{
"internalType": "int64[]",
"name": "",
"name": "yFeeMint",
"type": "int64[]"
}
],
Expand Down Expand Up @@ -480,7 +480,7 @@
"outputs": [
{
"internalType": "enum OracleReadType",
"name": "readType",
"name": "oracleType",
"type": "uint8"
},
{
Expand All @@ -490,7 +490,12 @@
},
{
"internalType": "bytes",
"name": "data",
"name": "oracleData",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "targetData",
"type": "bytes"
}
],
Expand Down Expand Up @@ -542,12 +547,12 @@
"outputs": [
{
"internalType": "uint64[]",
"name": "",
"name": "xRedemptionCurve",
"type": "uint64[]"
},
{
"internalType": "int64[]",
"name": "",
"name": "yRedemptionCurve",
"type": "int64[]"
}
],
Expand Down Expand Up @@ -688,7 +693,7 @@
"type": "bool"
}
],
"stateMutability": "view",
"stateMutability": "nonpayable",
"type": "function"
},
{
Expand Down Expand Up @@ -1259,8 +1264,8 @@
"type": "address"
},
{
"internalType": "enum ActionType",
"name": "action",
"internalType": "uint8",
"name": "pausedType",
"type": "uint8"
}
],
Expand Down Expand Up @@ -1329,4 +1334,4 @@
"stateMutability": "nonpayable",
"type": "function"
}
]
]

0 comments on commit c933877

Please sign in to comment.