Skip to content

Commit

Permalink
add @erc6900/ to npm package path and remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fangting-alchemy committed Sep 20, 2024
1 parent b13bcea commit c166acd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "v1.0.1",
"dependencies": {
"account-abstraction": "github:eth-infinitism/account-abstraction#v0.7.0",
"modular-account-libs": "github:erc6900/modular-account-libs#v0.8.0-rc.0",
"reference-implementation": "github:erc6900/reference-implementation#v0.8.0-rc.1",
"@erc6900/modular-account-libs": "github:erc6900/modular-account-libs#v0.8.0-rc.0",
"@erc6900/reference-implementation": "github:erc6900/reference-implementation#v0.8.0-rc.1",
"solady": "github:Vectorized/solady#v0.0.237"
},
"devDependencies": {
Expand All @@ -25,4 +25,4 @@
"lint:script": "solhint --max-warnings 0 -c ./config/solhint-script.json './script/**/*.sol'",
"test": "forge test && SMA_TEST=true forge test"
}
}
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ds-test/=lib/forge-std/lib/ds-test/src/
@erc6900/modular-account-libs/=node_modules/modular-account-libs/src/
@erc6900/modular-account-libs/=node_modules/@erc6900/modular-account-libs/src/
@eth-infinitism/account-abstraction/=node_modules/account-abstraction/contracts/
account-abstraction/=node_modules/account-abstraction/contracts/
@openzeppelin/=lib/openzeppelin-contracts/
@alchemy/light-account/=lib/light-account/
solady=node_modules/solady/src/
@erc-6900/reference-implementation/=node_modules/reference-implementation/src/
@erc-6900/reference-implementation/=node_modules/@erc6900/reference-implementation/src/
forge-gas-snapshot/=lib/forge-gas-snapshot/src/
forge-std/=lib/forge-std/

0 comments on commit c166acd

Please sign in to comment.