Skip to content

Commit

Permalink
chore: remove localnet from v2 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito authored Aug 19, 2024
1 parent 1eb338f commit 9193cf9
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 1,231 deletions.
2 changes: 1 addition & 1 deletion v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We are currently developing Version 2 (V2) of our smart contract architecture. This new version will significantly enhance the developer experience for building Universal Apps.

Developers can already begin testing the new interface by referring to [the V2 Localnet guide](./scripts/localnet//v2_localnet.md).
Developers can already begin testing the new interface by referring to [the V2 Localnet guide](https://github.com/zeta-chain/localnet?tab=readme-ov-file#experimenting-with-the-new-architecture).

### Build

Expand Down
6 changes: 1 addition & 5 deletions v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"lint": "npx eslint . --ignore-pattern coverage/ --ignore-pattern coverage.json --ignore-pattern lib/ --ignore-pattern out --ignore-pattern cache_forge/",
"lint:fix": "npx eslint . --fix --ignore-pattern coverage/ --ignore-pattern coverage.json --ignore-pattern lib/ --ignore-pattern out --ignore-pattern cache_forge/",
"localnet": "concurrently --names \"NODE,WORKER\" --prefix-colors \"blue.bold,green.bold\" \"anvil --auto-impersonate\" \"wait-on tcp:8545 && npx ts-node scripts/localnet/worker.ts\"",
"test": "forge clean && forge test -vvv",
"coverage": "forge clean && forge coverage --no-match-coverage \"(script|test)\" --report lcov",
"typechain": "npx typechain --target ethers-v6 \"out/**/!(*.t|test).sol/!(*.abi).json\" --out-dir types",
Expand All @@ -25,15 +24,12 @@
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"eslint": "^9.8.0",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"wait-on": "^7.2.0"
"typescript-eslint": "^7.17.0"
},
"license": "MIT",
"dependencies": {
Expand Down
39 changes: 0 additions & 39 deletions v2/scripts/localnet/EvmCall.s.sol

This file was deleted.

55 changes: 0 additions & 55 deletions v2/scripts/localnet/EvmDepositAndCall.s.sol

This file was deleted.

49 changes: 0 additions & 49 deletions v2/scripts/localnet/ZevmCall.s.sol

This file was deleted.

57 changes: 0 additions & 57 deletions v2/scripts/localnet/ZevmWithdrawAndCall.s.sol

This file was deleted.

136 changes: 0 additions & 136 deletions v2/scripts/localnet/v2_localnet.md

This file was deleted.

Loading

0 comments on commit 9193cf9

Please sign in to comment.