diff --git a/src/io.ts b/src/io.ts index 41539e02..47df5fca 100644 --- a/src/io.ts +++ b/src/io.ts @@ -157,7 +157,7 @@ export type AoGateway = { observerAddress: WalletAddress; operatorStake: number; status: 'joined' | 'leaving'; - // TODO: add weights + weights: AoGatewayWeights; }; export type AoGatewayStats = {