diff --git a/package.json b/package.json index c4d5f57c..5fdae8f6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": [ diff --git a/remappings.txt b/remappings.txt index 4613129f..1acb59a1 100644 --- a/remappings.txt +++ b/remappings.txt @@ -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/