File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ module github.com/ChainSafe/ChainBridge
2
2
3
3
go 1.18
4
4
5
- // NOTE - this is a specific branch that does not have the `Claims_Claimed` event since
6
- // it is colliding with the one that we have in the claims pallet of Centrifuge chain.
7
- require github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220712143435-ca733c2b3eaf
5
+ // NOTE - this is a specific branch - https://github.com/centrifuge/go-substrate-rpc-client/tree/remove-claims-event,
6
+ // that does not have the `Claims_Claimed` event since it is colliding with the one that we have in the claims pallet
7
+ // of Centrifuge chain.
8
+ require github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.5-0.20220804161806-770d7e202e80
8
9
9
10
require (
10
11
github.com/ChainSafe/log15 v1.0.0
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ github.com/centrifuge/chainbridge-substrate-events v0.0.0-20220215222726-8c1d3a5
69
69
github.com/centrifuge/chainbridge-substrate-events v0.0.0-20220215222726-8c1d3a5cad10 /go.mod h1:e5ffvnL405ZXm5n2inQQqDeIWpa6o7FNRwx1QQC8mWo =
70
70
github.com/centrifuge/chainbridge-utils v1.1.0 h1:YfzGEPf4ClT2x2gftDErhKb0NYM6isxUQM/kY3QTNLs =
71
71
github.com/centrifuge/chainbridge-utils v1.1.0 /go.mod h1:2T2eFtxy3pDZhk+QlpwV4a5lV+lDzwazAWr8hFmKyaE =
72
- github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4 -0.20220712143435-ca733c2b3eaf h1:L/lCZFJPJXYw33hljmynCyWkB2ZZha/gyjf5grziHC4 =
73
- github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4 -0.20220712143435-ca733c2b3eaf /go.mod h1:5g1oM4Zu3BOaLpsKQ+O8PAv2kNuq+kPcA1VzFbsSqxE =
72
+ github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.5 -0.20220804161806-770d7e202e80 h1:tycAEX8nz8Xf1LcjGQVeivtM4GOz5zy3ZuW9OLyuRQk =
73
+ github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.5 -0.20220804161806-770d7e202e80 /go.mod h1:5g1oM4Zu3BOaLpsKQ+O8PAv2kNuq+kPcA1VzFbsSqxE =
74
74
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk =
75
75
github.com/cespare/cp v0.1.0 /go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s =
76
76
github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
You can’t perform that action at this time.
0 commit comments