Skip to content

Commit

Permalink
Update light node contract abi (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
boqiu committed Jul 27, 2023
1 parent 771ed55 commit 6c5a9ca
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 42 deletions.
5 changes: 0 additions & 5 deletions light/contract/LedgerInfo.abi
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@
"name": "account",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "compressedPublicKey",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "uncompressedPublicKey",
Expand Down
14 changes: 7 additions & 7 deletions light/contract/LedgerInfo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions light/contract/LightNode.abi
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
"name": "account",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "compressedPublicKey",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "uncompressedPublicKey",
Expand Down Expand Up @@ -147,11 +142,6 @@
"name": "account",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "compressedPublicKey",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "uncompressedPublicKey",
Expand Down Expand Up @@ -302,11 +292,6 @@
"name": "account",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "compressedPublicKey",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "uncompressedPublicKey",
Expand Down
Loading

0 comments on commit 6c5a9ca

Please sign in to comment.