Matt Lockyer

Results 42 comments of Matt Lockyer

> kind of constraint for multi transactions hard-coded to 200T gas limit Good point. I added an option to customize the gas amount. https://github.com/near/wallet-selector/pull/520/commits/4fd91ff4ea02bae4b8700914392e141bac04881e This is done in the `setupNeth({...

@max-mainnet I believe you are adding 300Tgas to each of the transactions you're sending to NETH. That will not work 20 x 300 TGas is too much. The limit for...

> What the "gas" amount is being used for in the setupNeth? Please see this explanation: https://github.com/near/wallet-selector/pull/520#issuecomment-1299067527 The default gas for all NETH transactions (if multiple are bundled) is 200...

@DamirSQA fixed the angular example, please try it out. Bundle logic was updated this morning to allow the user to sign everything first and then attempt to process all transactions...

@DamirSQA we should be good for the major release. Have been testing with some apps and cross contract calls to Aurora.

+1 Also the readme should be updated to reflect that this library only works for v2 please

It only works with explicity rendering, you need to specify ``` ... render="explicit" onloadCallback={() => console.log('rendered')} ... ``` Not making excuses, putting here to help others. Library needs better documentation!

Sorry for the build errors, `yarn serve:react` was working previously and I guess the dev server was less strict.

Thanks for the help. Ideally someone from Pagoda who understands more about how they plan to use the keys generated by MetaMask takes the lead on this PR. I'm still...

Changed quiz button builder code to use while loop if buttons exist in the format: 'button_' + i