Skip to content

Commit

Permalink
GDA update events now have userData
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado committed Oct 18, 2023
1 parent 0a38697 commit 91a1de9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/models/GDAEventsAbi.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ module.exports = {
internalType: "int96",
name: "adjustmentFlowRate",
type: "int96"
},
{
"indexed": false,
"internalType": "bytes",
"name": "userData",
"type": "bytes"
}
],
name: "FlowDistributionUpdated",
Expand Down Expand Up @@ -98,6 +104,12 @@ module.exports = {
internalType: "uint256",
name: "actualAmount",
type: "uint256"
},
{
"indexed": false,
"internalType": "bytes",
"name": "userData",
"type": "bytes"
}
],
name: "InstantDistributionUpdated",
Expand Down

0 comments on commit 91a1de9

Please sign in to comment.