Skip to content

Commit 26968ed

Browse files
committed
Remove unused supply field from Genesis interface
1 parent d6c72fa commit 26968ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mappings/types/genesis.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { BaseAccountSDKType } from "../../types/proto-interfaces/cosmos/auth/v1beta1/auth";
22
import { Balance } from "../../types/proto-interfaces/cosmos/bank/v1beta1/genesis";
3-
import { Coin } from "../../types/proto-interfaces/cosmos/base/v1beta1/coin";
43

54
export interface Genesis {
65
initial_height: number,
@@ -10,7 +9,6 @@ export interface Genesis {
109
}
1110
bank: {
1211
balances: Array<Balance>
13-
supply: Array<Coin>
1412
},
1513
}
1614
}

0 commit comments

Comments
 (0)