Skip to content

Commit

Permalink
fix event typo (#390)
Browse files Browse the repository at this point in the history
* fix event typo

* abi
  • Loading branch information
ianhe8x authored Mar 21, 2024
1 parent 2b3ed8d commit e4541a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/RewardsBooster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ contract RewardsBooster is Initializable, OwnableUpgradeable, IRewardsBooster {
);
event QueryRewardsSpent(
bytes32 indexed deploymentId,
address indexed runner,
address indexed spender,
uint256 amount,
bytes data
);
event QueryRewardsRefunded(
bytes32 indexed deploymentId,
address indexed runner,
address indexed spender,
uint256 amount,
bytes data
);
Expand Down
4 changes: 2 additions & 2 deletions publish/ABI/RewardsBooster.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
{
"indexed": true,
"internalType": "address",
"name": "runner",
"name": "spender",
"type": "address"
},
{
Expand Down Expand Up @@ -218,7 +218,7 @@
{
"indexed": true,
"internalType": "address",
"name": "runner",
"name": "spender",
"type": "address"
},
{
Expand Down

0 comments on commit e4541a0

Please sign in to comment.