worldwide-asset-exchange / waxjs

Javascript API for integration with the WAX Cloud Wallet.
MIT License
125 stars 103 forks source link

make waxjs accept WAX purchase action #101

Closed danielvo11 closed 2 years ago

porkchop commented 2 years ago

This looks great @danielAlvess In addition I think we should also add the option to request the wax fallback fee as well. This way it will be backwards compatibvle with people using an old version of waxjs. Like someowhere in this constructor object https://github.com/worldwide-asset-exchange/waxjs/blob/develop/src/index.ts#L45 we should probably add feeFallback = true by default. This way it will be automatically enabled when people upgrade

danielvo11 commented 2 years ago

@porkchop I fixed typo and updated readme