Skip to content

Commit

Permalink
fix: typos (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamier authored Oct 15, 2024
1 parent 2a3b359 commit b4139cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 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 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion registry/uniswap/calldata-UniswapV3Router02.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"label": "Amount to Send",
"format": "tokenAmount",
"params": {
"tokenPath": "path[0]"
"tokenPath": "path.[0]"
}
},
{
Expand Down

0 comments on commit b4139cf

Please sign in to comment.