Merge branch 'develop' of https://github.com/epociask/optimism into...
Merge branch 'develop' of https://github.com/epociask/optimism into indexer.withdrawal_type_supplies
Showing
This diff is collapsed.
This diff is collapsed.
... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
"release:publish": "pnpm install --frozen-lockfile && npx nx run-many --target=build && pnpm build && changeset publish", | "release:publish": "pnpm install --frozen-lockfile && npx nx run-many --target=build && pnpm build && changeset publish", | ||
"release:version": "changeset version && pnpm install --lockfile-only", | "release:version": "changeset version && pnpm install --lockfile-only", | ||
"install:foundry": "curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry", | "install:foundry": "curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry", | ||
"update:foundry": "foundryup -C $(cat .foundryrc)", | "update:foundry": "bash ./ops/scripts/install-foundry.sh", | ||
"install:abigen": "go install github.com/ethereum/go-ethereum/cmd/abigen@$(cat .abigenrc)", | "install:abigen": "go install github.com/ethereum/go-ethereum/cmd/abigen@$(cat .abigenrc)", | ||
"print:abigen": "abigen --version | sed -e 's/[^0-9]/ /g' -e 's/^ *//g' -e 's/ *$//g' -e 's/ /./g' -e 's/^/v/'", | "print:abigen": "abigen --version | sed -e 's/[^0-9]/ /g' -e 's/^ *//g' -e 's/ *$//g' -e 's/ /./g' -e 's/^/v/'", | ||
"check:abigen": "[[ $(abigen --version | sed -e 's/[^0-9]/ /g' -e 's/^ *//g' -e 's/ *$//g' -e 's/ /./g' -e 's/^/v/') = $(cat .abigenrc) ]] && echo '✓ abigen versions match' || (echo '✗ abigen version mismatch. Run `pnpm upgrade:abigen` to upgrade.' && exit 1)", | "check:abigen": "[[ $(abigen --version | sed -e 's/[^0-9]/ /g' -e 's/^ *//g' -e 's/ *$//g' -e 's/ /./g' -e 's/^/v/') = $(cat .abigenrc) ]] && echo '✓ abigen versions match' || (echo '✗ abigen version mismatch. Run `pnpm upgrade:abigen` to upgrade.' && exit 1)", | ||
... | @@ -40,8 +40,8 @@ | ... | @@ -40,8 +40,8 @@ |
"devDependencies": { | "devDependencies": { | ||
"@babel/eslint-parser": "^7.18.2", | "@babel/eslint-parser": "^7.18.2", | ||
"@changesets/changelog-github": "^0.4.8", | "@changesets/changelog-github": "^0.4.8", | ||
"@types/chai": "^4.3.8", | "@types/chai": "^4.3.10", | ||
"@types/chai-as-promised": "^7.1.4", | "@types/chai-as-promised": "^7.1.8", | ||
"@types/mocha": "^10.0.4", | "@types/mocha": "^10.0.4", | ||
"@types/node": "^20.9.0", | "@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | "@typescript-eslint/eslint-plugin": "^6.10.0", | ||
... | ... |
Please register or sign in to comment