Skip to content

Commit

Permalink
Merge branch 'main' into test_677-account-nonce-discrepancies-additio…
Browse files Browse the repository at this point in the history
…nal-tests
  • Loading branch information
natanasow committed Feb 5, 2025
2 parents f49d8be + 7f00646 commit 6671124
Show file tree
Hide file tree
Showing 25 changed files with 1,902 additions and 500 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
"internalType": "address[]",
"name": "receivers",
"type": "address[]"
},
{
"internalType": "int64[]",
"name": "serials",
"type": "int64[]"
}
],
"name": "nftAirdropDistribute",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"type": "int64[]"
}
],
"name": "cancelAirdrops",
"name": "cancelMultipleAirdrops",
"outputs": [
{
"internalType": "int64",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"type": "int64[]"
}
],
"name": "claimAirdrops",
"name": "claimMultipleAirdrops",
"outputs": [
{
"internalType": "int64",
Expand Down

This file was deleted.

Loading

0 comments on commit 6671124

Please sign in to comment.