Skip to content

Commit 38dae35

Browse files
authored
Merge pull request #82 from centrifuge/update-gsrpc-to-770d7e2
deps: Update go-substrate-rpc-client to 770d7e2
2 parents 1406dd9 + f361529 commit 38dae35

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module github.com/ChainSafe/ChainBridge
22

33
go 1.18
44

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
89

910
require (
1011
github.com/ChainSafe/log15 v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ github.com/centrifuge/chainbridge-substrate-events v0.0.0-20220215222726-8c1d3a5
6969
github.com/centrifuge/chainbridge-substrate-events v0.0.0-20220215222726-8c1d3a5cad10/go.mod h1:e5ffvnL405ZXm5n2inQQqDeIWpa6o7FNRwx1QQC8mWo=
7070
github.com/centrifuge/chainbridge-utils v1.1.0 h1:YfzGEPf4ClT2x2gftDErhKb0NYM6isxUQM/kY3QTNLs=
7171
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=
7474
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=
7575
github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s=
7676
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=

0 commit comments

Comments
 (0)