Merge branch 'develop' into clabby/ctb/dispute-game-viz
Showing
.foundryrc
0 → 100644
op-bindings/artifacts.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
op-chain-ops/util/util.go
0 → 100644
op-challenger/fault/agent.go
0 → 100644
| ... | @@ -39,7 +39,9 @@ | ... | @@ -39,7 +39,9 @@ |
| "ready": "yarn lint && yarn test", | "ready": "yarn lint && yarn test", | ||
| "prepare": "husky install", | "prepare": "husky install", | ||
| "release": "yarn build && yarn changeset publish", | "release": "yarn build && yarn changeset publish", | ||
| "update:yarn": "yarn set version 1.x" | "update:yarn": "yarn set version 1.x", | ||
| "install:foundry": "curl -L https://foundry.paradigm.xyz | bash && yarn update:foundry", | |||
| "update:foundry": "foundryup -C $(cat .foundryrc)" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@babel/eslint-parser": "^7.18.2", | "@babel/eslint-parser": "^7.18.2", | ||
| ... | ... |
File moved
Please register or sign in to comment