From 220589eb5d2dba98584407437bbbe09630353dab Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 18 Oct 2018 22:22:29 -0700 Subject: [PATCH] fix(flow): add missing optional programId arg --- web3.js/module.flow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 2f25ce5c9b..9c8701e96d 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -130,6 +130,7 @@ declare module '@solana/web3.js' { name: string, symbol: string, decimals: number, + programId?: PublicKey, ): Promise; constructor(connection: Connection, token: PublicKey) : Token;