Skip to content

Commit

Permalink
Add missing definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireGuerreGiordano committed Oct 18, 2024
1 parent 18c66cf commit 938fcc1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions registry/paraswap/calldata-AugustusSwapper-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
"tokenPath": "amountInMin"
}
},
"factory": {
"label": "Factory",
"format": "addressName",
"params": {
"types": ["contract"]
}
},
"amountOutMin": {
"label": "Minimum Outcome Amount",
"format": "tokenAmount",
Expand Down
14 changes: 14 additions & 0 deletions registry/paraswap/calldata-AugustusSwapper-v5.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@
"tokenPath": "amountInMin"
}
},
"factory": {
"label": "Factory",
"format": "addressName",
"params": {
"types": ["contract"]
}
},
"tokenIn": {
"label": "Inbound token",
"format": "addressName",
"params": {
"types": ["token"]
}
},
"amountOutMin": {
"label": "Minimum Outcome Amount",
"format": "tokenAmount",
Expand Down

0 comments on commit 938fcc1

Please sign in to comment.