Skip to content

Commit 6af63b8

Browse files
committed
bump lcp
1 parent c989dd3 commit 6af63b8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (L
44

55
## Supported Versions
66
- [ibc-solidity v0.3.40](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.40)
7-
- [lcp v0.2.15](https://github.com/datachainlab/lcp/releases/tag/v0.2.15)
8-
- [lcp-go v0.2.18](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.18)
7+
- [lcp v0.2.13-rc1](https://github.com/datachainlab/lcp/releases/tag/v0.2.13-rc1)
8+
- [lcp-go v0.2.17-0.20250326101114-4f484197aeb4](https://github.com/datachainlab/lcp-go/tree/4f484197aeb4b13a2cd357efd2da1c5010320f00)
99
- [lcp-solidity v0.2.0-rc3](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.2.0-rc3)
1010
- [yui-relayer v0.5.13](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.13)
1111
- [ethereum-ibc-relay-chain v0.3.17](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.17)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17
99
github.com/datachainlab/ibc-hd-signer v0.1.2
1010
github.com/datachainlab/ibc-parlia-relay v0.3.17
11-
github.com/datachainlab/lcp-go v0.2.18
11+
github.com/datachainlab/lcp-go v0.2.17-0.20250326101114-4f484197aeb4
1212
github.com/hyperledger-labs/yui-relayer v0.5.13
1313
)
1414

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ github.com/datachainlab/ibc-hd-signer v0.1.2 h1:fWAYjMBVyM390OllX/l58mZYA7we0spE
423423
github.com/datachainlab/ibc-hd-signer v0.1.2/go.mod h1:nwH0Z3TK/7jbu/oInGGWGRimQ+LCn6yvDyjMZrw9mR4=
424424
github.com/datachainlab/ibc-parlia-relay v0.3.17 h1:X6HdYaoAA/crWx2wTO4UCBZ2YRfCbrN2pVk5nRxxgOo=
425425
github.com/datachainlab/ibc-parlia-relay v0.3.17/go.mod h1:YkqwnY+1CFEeRe3aQmg053YSSkXK0sTeX39GUNN83d0=
426+
github.com/datachainlab/lcp-go v0.2.17-0.20250326101114-4f484197aeb4/go.mod h1:O73GdcwvsahQ50t+6FANKfWkbqM40PhOxv3/0n3QjUI=
426427
github.com/datachainlab/lcp-go v0.2.18 h1:B/0pXyAcPWncvcl2g8q16YUhZZRiw4pHDCfLYbZca1A=
427428
github.com/datachainlab/lcp-go v0.2.18/go.mod h1:H/g5z87hmuOSZzRgPTvBWl0v0/yTgY0eZCRuR5dpNww=
428429
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)