Fayelure

Results 9 comments of Fayelure

Yes that would be great, please someone Ping once that's planned! In the meantime I've decided to send a dummy data point as shown below. When the very first candle...

I have the exact same issue for the exact same use. However I am using ` "ethers": "^5.4.6",`. so the value for me is `BigNumber.from("2500000000");` For reference: https://medium.com/stakingbits/polygon-minimum-gas-fee-is-now-30-gwei-to-curb-spam-8bd4313c83a2

And my current workaround: ```js const feeData = await maticProvider.getFeeData() // Start transaction: populate the transaction let populatedTransaction try { populatedTransaction = await contract.populateTransaction.mint(wallet, arg, { gasPrice: feeData.gasPrice }) }...

> @Benjythebee seems like you could then just call `provider.getGasPrice()` directly My solution above https://github.com/ethers-io/ethers.js/issues/2828#issuecomment-1073458126 seem to be unreliable now. The transaction fails even before asking the user for a...

Related: https://github.com/WalletConnect/walletconnect-monorepo/issues/2304

I was gonna make an issue but I'm glad this is here. This comment is just a investigation "report" of the code and why it behaves this way (AFAIK) First...

Following up: I went into `/dist/index.js` and `/dist/index.module.js` and manually changed `self` to `this`; Now I have the error: ```bash Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users... \@babylonjs\core\Maths\math.js not supported....

Hey @taylorjdawson , Glad you like the idea of selective metadata! I haven't quite played with orientation, only size! The reason I haven't is mainly because of this: > horizontal...