Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(taikoon): ipfs integration with 4everland #17119

Merged
merged 14 commits into from
May 16, 2024
Merged
Prev Previous commit
Next Next commit
cleanup for npm scripts
bearni95 committed May 14, 2024
commit 2743cf0e227a63990c99db0fb8dd0e0dc69f4279
3 changes: 1 addition & 2 deletions packages/taikoon/package.json
Original file line number Diff line number Diff line change
@@ -13,8 +13,7 @@
"merkle": "node script/js/generate-merkle-tree.js",
"deploy:localhost": "forge clean && pnpm compile && forge script script/sol/Deploy.s.sol --rpc-url http://localhost:8545 --broadcast",
"deploy:holesky": "forge clean && pnpm compile && forge script script/sol/Deploy.s.sol --rpc-url https://l1rpc.hekla.taiko.xyz/ --broadcast --gas-estimate-multiplier 200",
"publish:ipfs": "node script/js/4everland.js",
"deploy:ipfs": "rm -rf data/metadata/* && node script/js/resize-images.js && node script/js/add-images-ipfs.js && echo 'IPFS Base URI:' && ipfs add -r ./data/metadata/ && echo 'Update your .env file with the new IPFS URI'"
"deploy:ipfs": "rm -rf data/metadata/* && node script/js/resize-images.js && node script/js/4everland.js"
},
"devDependencies": {
"@types/node": "^20.11.30",