Skip to content

Commit

Permalink
fix: naming of getMetatransactionNonce nonce value in imwss
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jan 9, 2025
1 parent 6e5a4aa commit 3f684cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/versions/imwss/CoinMachine.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
"outputs": [
{
"internalType": "uint256",
"name": "_nonce",
"name": "nonce",
"type": "uint256"
}
],
Expand Down Expand Up @@ -743,4 +743,4 @@
"type": "function"
}
]
}
}
4 changes: 2 additions & 2 deletions dist/versions/imwss/VotingReputation.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"outputs": [
{
"internalType": "uint256",
"name": "_nonce",
"name": "nonce",
"type": "uint256"
}
],
Expand Down Expand Up @@ -1255,4 +1255,4 @@
"type": "function"
}
]
}
}
4 changes: 2 additions & 2 deletions dist/versions/imwss/VotingReputationStaking.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"outputs": [
{
"internalType": "uint256",
"name": "_nonce",
"name": "nonce",
"type": "uint256"
}
],
Expand Down Expand Up @@ -734,4 +734,4 @@
"type": "function"
}
]
}
}
4 changes: 2 additions & 2 deletions dist/versions/imwss/VotingReputationStorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"outputs": [
{
"internalType": "uint256",
"name": "_nonce",
"name": "nonce",
"type": "uint256"
}
],
Expand Down Expand Up @@ -614,4 +614,4 @@
"type": "function"
}
]
}
}

0 comments on commit 3f684cc

Please sign in to comment.