Skip to content

Commit

Permalink
Merge pull request #17 from loreum-org/chore/release-sepolia
Browse files Browse the repository at this point in the history
chore: Updates for release
  • Loading branch information
xhad authored Mar 7, 2024
2 parents 70443bc + 965a751 commit b909e89
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 182 deletions.
46 changes: 23 additions & 23 deletions subgraphs/chamber/abis/Chamber.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
},
{
"type": "function",
"name": "approveProposal",
"name": "approve",
"inputs": [
{
"name": "_proposalId",
"name": "proposalId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_tokenId",
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_signature",
"name": "signature",
"type": "bytes",
"internalType": "bytes"
}
Expand All @@ -61,10 +61,10 @@
},
{
"type": "function",
"name": "cancelProposal",
"name": "cancel",
"inputs": [
{
"name": "_proposalId",
"name": "proposalId",
"type": "uint256",
"internalType": "uint256"
}
Expand All @@ -77,12 +77,12 @@
"name": "constructMessageHash",
"inputs": [
{
"name": "_proposalId",
"name": "proposalId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_tokenId",
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
}
Expand All @@ -98,20 +98,20 @@
},
{
"type": "function",
"name": "createProposal",
"name": "create",
"inputs": [
{
"name": "_target",
"name": "targets",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "_value",
"name": "values",
"type": "uint256[]",
"internalType": "uint256[]"
},
{
"name": "_data",
"name": "datas",
"type": "bytes[]",
"internalType": "bytes[]"
}
Expand All @@ -124,12 +124,12 @@
"name": "demote",
"inputs": [
{
"name": "_amt",
"name": "amount",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_tokenId",
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
}
Expand All @@ -152,20 +152,20 @@
},
{
"type": "function",
"name": "executeProposal",
"name": "execute",
"inputs": [
{
"name": "_proposalId",
"name": "proposalId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_tokenId",
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_signature",
"name": "signature",
"type": "bytes",
"internalType": "bytes"
}
Expand Down Expand Up @@ -397,12 +397,12 @@
"name": "promote",
"inputs": [
{
"name": "_amt",
"name": "amount",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_tokenId",
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
}
Expand Down Expand Up @@ -490,17 +490,17 @@
"name": "verifySignature",
"inputs": [
{
"name": "_proposalId",
"name": "proposalId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_tokenId",
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "_signature",
"name": "signature",
"type": "bytes",
"internalType": "bytes"
}
Expand Down
Loading

0 comments on commit b909e89

Please sign in to comment.