Skip to content

Commit

Permalink
Merge branch 'v1-v2-split' into v2-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 30, 2024
2 parents ef88137 + f4c1c7d commit 5da3ab1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Contracts of official protocol contracts deployed by the core ZetaChain team.

## Packages

- [v1 legacy contracts](v1)
- [v2 new contracts (currently in development)](v2)
* [v1 legacy contracts](v1)
* [v2 new contracts (currently in development)](v2)
1 change: 0 additions & 1 deletion v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomicfoundation/hardhat-verify": "2.0.3",
Expand Down
7 changes: 0 additions & 7 deletions v1/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1359,13 +1359,6 @@
deep-eql "^4.0.1"
ordinal "^1.0.3"

"@nomicfoundation/hardhat-foundry@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-foundry/-/hardhat-foundry-1.1.2.tgz#4f5aaa1803b8f5d974dcbc361beb72d49c815562"
integrity sha512-f5Vhj3m2qvKGpr6NAINYwNgILDsai8dVCsFb1rAVLkJxOmD2pAtfCmOH5SBVr9yUI5B1z9rbTwPBJVrqnb+PXQ==
dependencies:
chalk "^2.4.2"

"@nomicfoundation/hardhat-network-helpers@^1.0.0":
version "1.0.8"
resolved "https://registry.npmjs.org/@nomicfoundation/hardhat-network-helpers/-/hardhat-network-helpers-1.0.8.tgz"
Expand Down
6 changes: 3 additions & 3 deletions 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](/v2_localnet.md).
Developers can already begin testing the new interface by referring to [the V2 Localnet guide](./scripts/localnet//v2_localnet.md).

### Build

Expand Down Expand Up @@ -34,10 +34,10 @@ $ forge snapshot
$ anvil
```

### Deploy
### Deploy using script

```shell
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
$ forge script script/<DeployScript>.s.sol:<DeployScript> --rpc-url <your_rpc_url> --private-key <your_private_key>
```

### Cast
Expand Down

0 comments on commit 5da3ab1

Please sign in to comment.