Skip to content

Commit

Permalink
Merge pull request #78 from centrifuge/update-gsrpc-to-ca733c2
Browse files Browse the repository at this point in the history
deps: Update go-substrate-rpc-client to ca733c2
  • Loading branch information
cdamian authored Jul 12, 2022
2 parents 17d438d + 666857d commit 1406dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

// NOTE - this is a specific branch that does not have the `Claims_Claimed` event since
// it is colliding with the one that we have in the claims pallet of Centrifuge chain.
require github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220706095244-a8ebba5c3282
require github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220712143435-ca733c2b3eaf

require (
github.com/ChainSafe/log15 v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ github.com/centrifuge/chainbridge-substrate-events v0.0.0-20220215222726-8c1d3a5
github.com/centrifuge/chainbridge-substrate-events v0.0.0-20220215222726-8c1d3a5cad10/go.mod h1:e5ffvnL405ZXm5n2inQQqDeIWpa6o7FNRwx1QQC8mWo=
github.com/centrifuge/chainbridge-utils v1.1.0 h1:YfzGEPf4ClT2x2gftDErhKb0NYM6isxUQM/kY3QTNLs=
github.com/centrifuge/chainbridge-utils v1.1.0/go.mod h1:2T2eFtxy3pDZhk+QlpwV4a5lV+lDzwazAWr8hFmKyaE=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220706095244-a8ebba5c3282 h1:AQGra2ommZyOgnr/8KT07OJIcjRNQDSUyyMd60zlTbY=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220706095244-a8ebba5c3282/go.mod h1:5g1oM4Zu3BOaLpsKQ+O8PAv2kNuq+kPcA1VzFbsSqxE=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220712143435-ca733c2b3eaf h1:L/lCZFJPJXYw33hljmynCyWkB2ZZha/gyjf5grziHC4=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4-0.20220712143435-ca733c2b3eaf/go.mod h1:5g1oM4Zu3BOaLpsKQ+O8PAv2kNuq+kPcA1VzFbsSqxE=
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=
github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
Expand Down

0 comments on commit 1406dd9

Please sign in to comment.