nikaluka
nikaluka
I got this error flashbotsProvider.signBundle is not a function ``` `const ethers = require('ethers') const { FlashbotsBundleProvider} = require('@flashbots/ethers-provider-bundle') const ethNetwork = "https://goerli.infura.io/v3/711844c77f41457c55c3da7"; var provider = new ethers.providers.JsonRpcProvider({ url: ethNetwork...
I am tryibg to swap wbnb and tokens. I got this error https://testnet.bscscan.com/tx/0x12af2178ee050d375c3ee6f88d8fb6b0dd3e8bb4bde00518ce0792e55d00b6b5 how to fix it?
at index.ts // ======= UNCOMMENT FOR ERC20 TRANSFER ========== const tokenAddress = "0xd565b7225160a14b45953fde0715d2a0916*"; const engine: Base = new TransferERC20(provider, walletExecutor.address, RECIPIENT, tokenAddress); // ======= UNCOMMENT FOR ERC20 TRANSFER ========== I...