Keydonix / liquid-long

The Unlicense
8 stars 1 forks source link

Adds support for passing in an undefined or dynamic gas price. #116

Closed MicahZoltu closed 5 years ago

MicahZoltu commented 5 years ago

Client-library users can now supply a gas price that is calculated at execution time (e.g., from ethgasstation) or they can supply undefined in which case the gasPrice will be left off of the transaction so the signer (e.g., MetaMask) can pick it.