Skip to content

Commit

Permalink
update protocol rewards package (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash authored Sep 29, 2023
1 parent c226740 commit 7e16c4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
"dependencies": {
"@changesets/cli": "^2.26.2",
"@openzeppelin/contracts": "4.9.2",
"@wagmi/cli": "^1.0.1",
"@zoralabs/openzeppelin-contracts-upgradeable": "4.8.4",
"@zoralabs/protocol-rewards": "1.1.2",
"@zoralabs/protocol-rewards": "1.2.1",
"abitype": "^0.8.7",
"ds-test": "https://github.com/dapphub/ds-test#cd98eff28324bfac652e63a239a60632a761790b",
"es-main": "^1.2.0",
"forge-std": "https://github.com/foundry-rs/forge-std#705263c95892a906d7af65f0f73ce8a4a0c80b80",
Expand All @@ -49,11 +51,9 @@
"prettier-plugin-solidity": "^1.1.3",
"solady": "^0.0.123",
"solmate": "^6.1.0",
"@wagmi/cli": "^1.0.1",
"tsup": "^7.2.0",
"typescript": "^5.0.4",
"abitype": "^0.8.7",
"tsx": "^3.13.0",
"typescript": "^5.0.4",
"viem": "^1.6.0",
"vite": "^4.1.4",
"vitest": "~0.30.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -750,10 +750,10 @@
resolved "https://registry.yarnpkg.com/@zoralabs/openzeppelin-contracts-upgradeable/-/openzeppelin-contracts-upgradeable-4.8.4.tgz#130b69cd5ff70b1f67da11fe53fe8b2323464b84"
integrity sha512-5vhL88tz00Gv2+NUhLdYBRqb9RRekfyQAodXTQxJU2LYxxy6jr1mPycTZempQ1kmw5wIwFbSIoYzpaxOx6UK6Q==

"@zoralabs/protocol-rewards@1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@zoralabs/protocol-rewards/-/protocol-rewards-1.1.2.tgz#bc151601b44a74c508f5bf376a7eac355a3a468c"
integrity sha512-VLNaGth3AWNi8ehJM2eoIdWzzJIKSYqxQmlFpsjtOgBi2YnKJTJQPxrCk4Hlh/T3BBEGa1auSkGk1ynOCW0dUg==
"@zoralabs/protocol-rewards@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@zoralabs/protocol-rewards/-/protocol-rewards-1.2.1.tgz#fe7f011748b036a1a3c8f3b43811307794d1c89a"
integrity sha512-Jf2aIHhyAsybCCv1byV5uP/YiwA/ZB3zTywDO6d15796Bf58zzC3D1ptKuh+z1Nba3dU2Hzqz0K7EEQOjoq+1A==

[email protected]:
version "0.8.7"
Expand Down

0 comments on commit 7e16c4d

Please sign in to comment.