fix: update keybaseId to keybaseUsername

This commit is contained in:
Tyera Eulberg
2019-07-18 09:40:34 -06:00
committed by Michael Vines
parent 408e8e7500
commit f46faee251
3 changed files with 6 additions and 6 deletions

View File

@ -147,7 +147,7 @@ declare module '@solana/web3.js' {
name: string,
website?: string,
details?: string,
keybaseId?: string,
keybaseUsername?: string,
|};
declare export class ValidatorInfo {