Skip to content

Commit

Permalink
test: fix sifgen
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 24, 2023
1 parent ab1786f commit 4e6cbf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/sifgen/common/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,10 @@ type Transfer struct {
Params TransferParams `json:"params"`
}

type Epochs struct {
Epochs []interface{} `json:"epochs"`
}

type AppState struct {
Upgrade struct{} `json:"upgrade"`
Ethbridge struct{} `json:"ethbridge"`
Expand All @@ -469,6 +473,7 @@ type AppState struct {
Crisis Crisis `json:"crisis"`
TokenRegistry TokenRegistry `json:"tokenregistry"`
Admin Admin `json:"admin"`
Epochs Epochs `json:"epochs"`
}

type Genesis struct {
Expand Down

0 comments on commit 4e6cbf1

Please sign in to comment.