Skip to content

Commit

Permalink
chore: bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nlecoufl committed Dec 5, 2024
1 parent 4344389 commit bbda62b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/AngleProtocol/merkl-contracts/issues"
},
"devDependencies": {
"@angleprotocol/sdk": "2.34.1",
"@angleprotocol/sdk": "2.34.5",
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/contracts-upgradeable": "4.8.1",
"prettier": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/Disputer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ contract FundDisputer is DisputerScript {
address disputerAddress = readAddress(chainId, "Merkl.Disputer");

IERC20 disputeToken = Disputer(disputerAddress).distributor().disputeToken();
console.log("Transferring %s %s to %s", _amountToFund, disputerAddress);
console.log("Transferring %s to %s", _amountToFund, disputerAddress);
disputeToken.transfer(disputerAddress, _amountToFund);
}
}
Expand Down

0 comments on commit bbda62b

Please sign in to comment.