File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ChainSafe/go-schnorrkel v0.0.0-20210527232834-58622d036665 // indirect
7
7
github.com/ChainSafe/log15 v1.0.0
8
- github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210603052045-6b826189bee7 // indirect
8
+ github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210721074135-99e4f5ed4c2a // indirect
9
9
github.com/Phala-Network/chainbridge-utils v1.0.7-0.20210525072914-72cdec10d300 // indirect
10
10
github.com/Phala-Network/go-substrate-rpc-client/v3 v3.0.1-0.20210525072345-28cfbead49de // indirect
11
11
github.com/deckarep/golang-set v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210602083217-f6ee
74
74
github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210602083217-f6ee84731a54 /go.mod h1:TEOz5aZjH1lNYy5AAyOnZCSR25lUsoxEnktFemyTkJc =
75
75
github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210603052045-6b826189bee7 h1:Qjp+33DSvXDLtpZDgze53F78s+w3YQ9LJBW+q9q5EBk =
76
76
github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210603052045-6b826189bee7 /go.mod h1:TEOz5aZjH1lNYy5AAyOnZCSR25lUsoxEnktFemyTkJc =
77
+ github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210721074135-99e4f5ed4c2a h1:BQFLf7R8nWpAdFZah5Y2QU9cS/Uk5zoeBOj0irca/4A =
78
+ github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210721074135-99e4f5ed4c2a /go.mod h1:TEOz5aZjH1lNYy5AAyOnZCSR25lUsoxEnktFemyTkJc =
77
79
github.com/Phala-Network/chainbridge-utils v1.0.6 h1:DV9dNnrsU7fRG49biyRlHsPLd9Augv9lepxnP581ixM =
78
80
github.com/Phala-Network/chainbridge-utils v1.0.6 /go.mod h1:T5cOZhxdY4x0DrE0EqOnMwAPE8d4bNGqiPfN16o1rzc =
79
81
github.com/Phala-Network/chainbridge-utils v1.0.7-0.20210422070737-f337bbbd67e9 h1:c4Hu++qvrCJNXxvJszfJXGTKrXzoaD88hYhVVkxoLhk =
Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ type Events struct {
174
174
events.ChainBridgeEvents
175
175
events.BridgeTransferEvents
176
176
events.PhalaEvents
177
- events.MiningStakingEvents
178
177
events.KittiesEvents
179
178
Erc721_Minted []EventErc721Minted //nolint:stylecheck,golint
180
179
Erc721_Transferred []EventErc721Transferred //nolint:stylecheck,golint
You can’t perform that action at this time.
0 commit comments