Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

Error: HTTP Error: Posting transaction (Testnet) #54

Closed NotWale closed 1 year ago

NotWale commented 2 years ago

Trying to fund the wallet with GoerliETH gives these errors:

I use this to initialize bundlr

const initialiseBundlr = async () => {
        const provider = new providers.Web3Provider(window.ethereum as any);
        await provider._ready();
        const bundlr = new WebBundlr(
            "https://devnet.bundlr.network",
            "ethereum",
            provider,
            {
                providerUrl:
                    process.env.ALCHEMY_RPC_URL,
            }
        );
        await bundlr.ready();
        setBundlrInstance(bundlr);
    }

It also gives the warning "Tx 0xecd7dd59d82f5b591c54cd859fd8847c80cabea38ae3222fcaa8fb952b472224 didn't finalize after 30 seconds"

The same procedure worked for matic but somehow not for ethereum.

JesseTheRobot commented 2 years ago

Hey there, can you tell me if you're still getting this issue with the latest client version? I suspect you tried this when the devnet hadn't transitioned to goerli (we transitioned only a few weeks ago)