diff --git a/README.md b/README.md index 07825f9..27ac175 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ This repository contains multiple modules: ## Supported Versions -- [ibc-solidity v0.3.35](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.35) +- [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) - [ethereum-elc v0.0.17](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.17) - [lcp-go v0.2.10](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.10) -- [lcp-solidity v0.1.14](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.14) +- [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) - [ethereum-ibc-relay-chain v0.3.10](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.10) - [ethereum-ibc-relay-prover v0.3.2](https://github.com/datachainlab/ethereum-ibc-relay-prover/releases/tag/v0.3.2) diff --git a/tests/e2e/chains/ethereum/contracts/package-lock.json b/tests/e2e/chains/ethereum/contracts/package-lock.json index a866675..894cde3 100644 --- a/tests/e2e/chains/ethereum/contracts/package-lock.json +++ b/tests/e2e/chains/ethereum/contracts/package-lock.json @@ -10,8 +10,8 @@ "license": "TBD", "devDependencies": { "@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10", - "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.14", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.35", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.15", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1" @@ -117,6 +117,15 @@ "@openzeppelin/contracts-upgradeable": "^5.0.2" } }, + "node_modules/@datachainlab/ethereum-ibc-relay-chain/node_modules/@hyperledger-labs/yui-ibc-solidity": { + "name": "ibc-solidity", + "version": "0.1.0", + "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#cd49bc000d99b498026706ed028a89123a8e05a2", + "dev": true, + "dependencies": { + "@openzeppelin/contracts": "^5.0.1" + } + }, "node_modules/@datachainlab/lcp-solidity": { "name": "lcp-solidity", "version": "0.1.0", @@ -984,10 +993,11 @@ "node_modules/@hyperledger-labs/yui-ibc-solidity": { "name": "ibc-solidity", "version": "0.1.0", - "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#cd49bc000d99b498026706ed028a89123a8e05a2", + "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#5ea3c9e1271cabbc6bb01ee0ccde2cb957a3febb", "dev": true, "dependencies": { - "@openzeppelin/contracts": "^5.0.1" + "@openzeppelin/contracts": "^5.0.1", + "@openzeppelin/contracts-upgradeable": "^5.0.1" } }, "node_modules/@jridgewell/resolve-uri": { diff --git a/tests/e2e/chains/ethereum/contracts/package.json b/tests/e2e/chains/ethereum/contracts/package.json index 6e8b021..97a2059 100644 --- a/tests/e2e/chains/ethereum/contracts/package.json +++ b/tests/e2e/chains/ethereum/contracts/package.json @@ -9,8 +9,8 @@ "license": "TBD", "devDependencies": { "@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10", - "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.14", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.35", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.15", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1"