Skip to content

Commit

Permalink
Merge pull request #8 from datachainlab/feature/follow_0214
Browse files Browse the repository at this point in the history
Follow v0.2.14
  • Loading branch information
yoshidan authored Oct 2, 2024
2 parents c232c63 + d32e1da commit a9d1426
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (Light Client Proxy).

## Supported Versions
- [ibc-solidity v0.3.37](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.37)
- [lcp v0.2.10](https://github.com/datachainlab/lcp/releases/tag/v0.2.10)
- [ibc-solidity v0.3.38](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.38)
- [lcp v0.2.11](https://github.com/datachainlab/lcp/releases/tag/v0.2.11)
- [lcp-go v0.2.10](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.10)
- [lcp-solidity v0.1.15](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.15)
- [yui-relayer v0.5.8](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.8)
Expand Down
22 changes: 17 additions & 5 deletions tests/e2e/chains/bsc/contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/e2e/chains/bsc/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "TBD",
"devDependencies": {
"@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10",
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37",
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.38",
"@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#sember:v0.1.15",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/hardhat-upgrades": "^3.2.1",
Expand Down

0 comments on commit a9d1426

Please sign in to comment.