Skip to content

Commit

Permalink
fix: fix some addressName parameters (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger authored Oct 14, 2024
1 parent 4c62331 commit 50e9172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions registry/aave/calldata-lpv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"format": "addressName",
"label": "For asset",
"params": {
"type": "token"
"types": ["token"]
}
},
{
Expand Down Expand Up @@ -111,7 +111,7 @@
"format": "addressName",
"label": "For asset",
"params": {
"type": "token"
"types": ["token"]
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions registry/paraswap/calldata-AugustusSwapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
"label": "Exchange",
"format": "addressName",
"params": {
"type": "contract"
"types": ["contract"]
}
},
"factory": {
"label": "Uniswap Factory",
"format": "addressName",
"params": {
"type": "contract"
"types": ["contract"]
}
}
},
Expand Down

0 comments on commit 50e9172

Please sign in to comment.