Skip to content

Commit

Permalink
chore(contracts): add solady lib
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Jan 23, 2025
1 parent 11a27d2 commit ba73ba0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
"@openzeppelin/contracts": "^5.0.2",
"solady": "^0.0.298"
}
}
3 changes: 2 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"typescript": "5.3"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
"@openzeppelin/contracts": "^5.0.2",
"solady": "^0.0.298"
}
}
3 changes: 2 additions & 1 deletion packages/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@openzeppelin/=node_modules/@openzeppelin/
forge-std/=node_modules/forge-std/
@solady/=node_modules/solady/
forge-std/=node_modules/forge-std/
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3107,6 +3107,7 @@ __metadata:
resolution: "@excubiae/contracts@workspace:packages/contracts/contracts"
dependencies:
"@openzeppelin/contracts": "npm:^5.0.2"
solady: "npm:^0.0.298"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9394,6 +9395,7 @@ __metadata:
forge-std: "github:foundry-rs/forge-std#v1.9.2"
hardhat: "npm:^2.22.11"
hardhat-gas-reporter: "npm:^1.0.8"
solady: "npm:^0.0.298"
solhint: "npm:^5.0.3"
solidity-coverage: "npm:^0.8.13"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -17724,6 +17726,13 @@ __metadata:
languageName: node
linkType: hard

"solady@npm:^0.0.298":
version: 0.0.298
resolution: "solady@npm:0.0.298"
checksum: 10/b337d65e0f3aadabcb981a6bbf71a4097cc9e0f91afb354a77352a45d933109834568c5e3e3c90c30a29809b95aeb0eb8da4574dbffa18ff451064f52a0fa4a0
languageName: node
linkType: hard

"solc@npm:0.8.26":
version: 0.8.26
resolution: "solc@npm:0.8.26"
Expand Down

0 comments on commit ba73ba0

Please sign in to comment.