Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamier committed Oct 15, 2024
1 parent 0bd27ff commit 2c730d4
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions registry/paraswap/calldata-AugustusSwapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,18 @@
"label": "Exchange",
"format": "addressName",
"params": {
"types": ["contract"]
"types": [
"contract"
]
}
},
"factory": {
"label": "Uniswap Factory",
"format": "addressName",
"params": {
"types": ["contract"]
"types": [
"contract"
]
}
}
},
Expand Down Expand Up @@ -265,7 +269,7 @@
}
},
{
"path": "toAmount",
"path": "amountOutMin",
"$ref": "$.display.definitions.minReceiveAmount",
"params": {
"tokenPath": "toToken"
Expand Down Expand Up @@ -293,7 +297,7 @@
}
},
{
"path": "toAmount",
"path": "amountOutMin",
"$ref": "$.display.definitions.minReceiveAmount",
"params": {
"tokenPath": "toToken"
Expand Down Expand Up @@ -427,7 +431,7 @@
"path": "data.toAmount",
"$ref": "$.display.definitions.minReceiveAmount",
"params": {
"tokenPath": "data.path.-1.to"
"tokenPath": "data.path.[-1].to"
}
},
{
Expand Down Expand Up @@ -499,4 +503,4 @@
}
}
}
}
}

0 comments on commit 2c730d4

Please sign in to comment.