Skip to content

Commit

Permalink
fix(types): add gateway weights to AoGateway
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 6, 2024
1 parent df2b903 commit e725198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export type AoGateway = {
observerAddress: WalletAddress;
operatorStake: number;
status: 'joined' | 'leaving';
// TODO: add weights
weights: AoGatewayWeights;
};

export type AoGatewayStats = {
Expand Down

0 comments on commit e725198

Please sign in to comment.