Skip to content

Commit 2b32e99

Browse files
committed
update phala event
1 parent 5837c36 commit 2b32e99

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/ChainSafe/go-schnorrkel v0.0.0-20210527232834-58622d036665 // indirect
77
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
99
github.com/Phala-Network/chainbridge-utils v1.0.7-0.20210525072914-72cdec10d300 // indirect
1010
github.com/Phala-Network/go-substrate-rpc-client/v3 v3.0.1-0.20210525072345-28cfbead49de // indirect
1111
github.com/deckarep/golang-set v1.7.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210602083217-f6ee
7474
github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210602083217-f6ee84731a54/go.mod h1:TEOz5aZjH1lNYy5AAyOnZCSR25lUsoxEnktFemyTkJc=
7575
github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20210603052045-6b826189bee7 h1:Qjp+33DSvXDLtpZDgze53F78s+w3YQ9LJBW+q9q5EBk=
7676
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=
7779
github.com/Phala-Network/chainbridge-utils v1.0.6 h1:DV9dNnrsU7fRG49biyRlHsPLd9Augv9lepxnP581ixM=
7880
github.com/Phala-Network/chainbridge-utils v1.0.6/go.mod h1:T5cOZhxdY4x0DrE0EqOnMwAPE8d4bNGqiPfN16o1rzc=
7981
github.com/Phala-Network/chainbridge-utils v1.0.7-0.20210422070737-f337bbbd67e9 h1:c4Hu++qvrCJNXxvJszfJXGTKrXzoaD88hYhVVkxoLhk=

shared/substrate/events.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ type Events struct {
174174
events.ChainBridgeEvents
175175
events.BridgeTransferEvents
176176
events.PhalaEvents
177-
events.MiningStakingEvents
178177
events.KittiesEvents
179178
Erc721_Minted []EventErc721Minted //nolint:stylecheck,golint
180179
Erc721_Transferred []EventErc721Transferred //nolint:stylecheck,golint

0 commit comments

Comments
 (0)