Skip to content

Commit

Permalink
yarn generate
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Mar 14, 2024
1 parent 84b0dba commit 3d0b368
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface NetworksSchema {
chain_id: number;
chain_name: string;
bech32_prefix?: string;
chain_aliases?: string[];
fees?: {
assets?: {
denom: string;
Expand Down Expand Up @@ -56,11 +57,9 @@ export interface NetworksSchema {
[k: string]: unknown;
};
api?: Api[];
[k: string]: unknown;
};
}
export interface Api {
url: string;
type: ApiType;
[k: string]: unknown;
}

0 comments on commit 3d0b368

Please sign in to comment.