Skip to content

Commit

Permalink
use solady
Browse files Browse the repository at this point in the history
  • Loading branch information
estarriolvetch committed Dec 5, 2022
1 parent ee43016 commit 3d30704
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contracts/ERC1155Soul.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pragma solidity >=0.8.0;

import "solmate/src/utils/SSTORE2.sol";
import "solady/src/utils/SSTORE2.sol";

/**
* @title ERC1155Soul
Expand Down
2 changes: 1 addition & 1 deletion contracts/ERC1155SoulContinuous.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pragma solidity >=0.8.0;

import "solmate/src/utils/SSTORE2.sol";
import "solady/src/utils/SSTORE2.sol";
import "solidity-bits/contracts/BitMaps.sol";

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"solady": "^0.0.59",
"solady": "^0.0.60",
"solidity-bits": "^0.4.0",
"solmate": "https://github.com/transmissions11/solmate"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3951,10 +3951,10 @@ slice-ansi@^4.0.0:
astral-regex "^2.0.0"
is-fullwidth-code-point "^3.0.0"

solady@^0.0.59:
version "0.0.59"
resolved "https://registry.yarnpkg.com/solady/-/solady-0.0.59.tgz#1160f5e022ef2d2322e942d4d83ae55498d550e2"
integrity sha512-KnTHVIt2jmwqh9WWLW9iNL26kw0SQLA3EhJrt1/zVzGzSdUwarXUYIf/Nhok1OoMAjIcVIHLVUnQ2Dp1fVOYFw==
solady@^0.0.60:
version "0.0.60"
resolved "https://registry.yarnpkg.com/solady/-/solady-0.0.60.tgz#65e2f300d3c618e9564cb54dbcfb4ead31a4cd1e"
integrity sha512-5VuwlhX/DRxlst533nKKDgrHR+KU9KmzMbCz9ciArNmC6z7OSONl+czQYbiBoMcyw8MwT+az/I5WZdi4Ztv2hw==

[email protected]:
version "0.7.3"
Expand Down

0 comments on commit 3d30704

Please sign in to comment.