Skip to content

Commit

Permalink
chore: try2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Nov 19, 2022
1 parent 0728bce commit 7ce3973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol/utils/generate_genesis/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface Config {
}>
predeployERC20: boolean
}

export interface Result {
alloc: any
storageLayouts: any
Expand Down
1 change: 1 addition & 0 deletions packages/relayer/indexer/handle_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func Test_eventStatusFromSignal(t *testing.T) {
relayer.EventStatusNewOnlyOwner,
},
}

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
svc := newTestService()
Expand Down

0 comments on commit 7ce3973

Please sign in to comment.