Skip to content

Commit

Permalink
feat: Add a script to call the massImport method
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls committed Nov 29, 2023
1 parent a9bf0f5 commit 3a7253b
Show file tree
Hide file tree
Showing 8 changed files with 983 additions and 121 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ dist

# Misc
.DS_Store
tracking.json
source.json
6 changes: 6 additions & 0 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"deploy:post": "npx hardhat run script/deploy/postDeployment.ts --network",
"encode": "npx hardhat run script/encode.ts",
"lint": "pnpm solhint \"{script,src,test}/**/*.sol\"",
"massImport:prepare": "npx hardhat run script/massImport/prepareData.ts",
"massImport:attest": "npx hardhat run script/massImport/massImport.ts --network",
"reimport": "npx hardhat run script/recreateNetworkFile.ts --network",
"test": "forge test",
"upgrade:": "npx hardhat run script/upgrade/upgradeEverything.ts --network",
Expand All @@ -42,5 +44,9 @@
"hardhat": "^2.19.0",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.0.5"
},
"dependencies": {
"@consensys/linea-sdk": "^0.1.6",
"@types/node": "^20.9.0"
}
}
Loading

0 comments on commit 3a7253b

Please sign in to comment.