File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -163,11 +163,14 @@ export class TLNetwork {
163163 )
164164 )
165165
166- this . setWallet ( walletType , this . relayProvider , chainId , {
166+ this . setWallet (
167+ walletType ,
168+ this . relayProvider ,
169+ chainId ,
167170 identityFactoryAddress ,
168171 identityImplementationAddress ,
169172 nonceMechanism
170- } )
173+ )
171174 this . setSigner ( web3Provider , this . wallet )
172175
173176 this . currencyNetwork = new CurrencyNetwork ( this . relayProvider )
@@ -266,7 +269,9 @@ export class TLNetwork {
266269 walletType : string ,
267270 provider : TLProvider ,
268271 chainId : number ,
269- { identityFactoryAddress, identityImplementationAddress, nonceMechanism }
272+ identityFactoryAddress : string ,
273+ identityImplementationAddress : string ,
274+ nonceMechanism : NonceMechanism
270275 ) : void {
271276 let wallet : TLWallet
272277
You can’t perform that action at this time.
0 commit comments