Skip to content

Commit

Permalink
Subgraph: update abi
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed Oct 30, 2020
1 parent 626eae6 commit 00e0c00
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/govern-subgraph/abi/GovernRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"name": "queue",
"type": "address"
},
{
"indexed": true,
"internalType": "contract IERC20",
"name": "token",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
Expand Down Expand Up @@ -81,6 +87,11 @@
"name": "_queue",
"type": "address"
},
{
"internalType": "contract IERC20",
"name": "_token",
"type": "address"
},
{
"internalType": "string",
"name": "_name",
Expand Down

0 comments on commit 00e0c00

Please sign in to comment.