Skip to content

Commit

Permalink
Merge pull request #222 from bcnmy/fix/package-json
Browse files Browse the repository at this point in the history
Fix/package json
  • Loading branch information
filmakarov authored Nov 25, 2024
2 parents 4a49a10 + 2a757c4 commit 5592a2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "nexus",
"name": "bcnmy-nexus",
"description": "Nexus - ERC7579 Modular Smart Account",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Biconomy",
"url": "https://github.com/bcnmy"
},
"dependencies": {
"@openzeppelin": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"@rhinestone/module-template": "https://github.com/erc7579/erc7739Validator",
"dotenv": "^16.4.5",
"account-abstraction": "github:eth-infinitism/account-abstraction#develop",
"erc7739-validator-base": "https://github.com/erc7579/erc7739Validator",
"solarray": "github:sablier-labs/solarray",
"viem": "2.7.13"
"sentinellist": "github:zeroknots/sentinellist",
"forge-std": "github:foundry-rs/forge-std#v1.8.2",
"solady": "github:vectorized/solady"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
Expand All @@ -22,34 +22,28 @@
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.7",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@prb/test": "^0.6.4",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": ">=10.0.6",
"@types/node": ">=20.12.12",
"account-abstraction": "github:eth-infinitism/account-abstraction#develop",
"chai": "^4.3.7",
"codecov": "^3.8.3",
"ds-test": "github:dapphub/ds-test",
"ethers": "^6.12.1",
"forge-std": "github:foundry-rs/forge-std#v1.8.2",
"hardhat": "^2.22.4",
"hardhat-deploy": "^0.12.4",
"hardhat-deploy-ethers": "^0.4.2",
"hardhat-gas-reporter": "^1.0.10",
"hardhat-storage-layout": "^0.1.7",
"husky": "^9.0.11",
"modulekit": "github:rhinestonewtf/modulekit",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"sentinellist": "github:zeroknots/sentinellist",
"solady": "github:vectorized/solady",
"solhint": "^5.0.1",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "^0.8.12",
"ts-node": ">=10.9.2",
"typechain": "^8.3.2",
"dotenv": "^16.4.5",
"typescript": ">=5.4.5"
},
"keywords": [
Expand Down
2 changes: 0 additions & 2 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
@openzeppelin/=node_modules/@openzeppelin/
@prb/test/=node_modules/@prb/test/
forge-std/=node_modules/forge-std/src/
account-abstraction/=node_modules/account-abstraction/contracts/
solady/=node_modules/solady/src/
excessively-safe-call/=node_modules/excessively-safe-call/src/
sentinellist/=node_modules/sentinellist/src/
ds-test/=node_modules/ds-test/src/
solarray/=node_modules/solarray/src/
erc7739Validator/=node_modules/erc7739-validator-base/src/

0 comments on commit 5592a2e

Please sign in to comment.