Skip to content

Commit

Permalink
Finance: add ProxyDeposit event ABI to detect direct vault deposits
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Sep 2, 2019
1 parent 8f33cef commit ead7624
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apps/finance/app/src/abi/vault-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,22 @@
],
"name": "VaultDeposit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "value",
"type": "uint256"
}
],
"name": "ProxyDeposit",
"type": "event"
}
]

0 comments on commit ead7624

Please sign in to comment.