You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,9 +99,12 @@ export class FuelWormholeContract extends WormholeContract {
99
99
consttx=awaitcontract.functions
100
100
.submit_new_guardian_set(arrayify(vaa))
101
101
.call();// you might get `Error updating Guardianset for fuel_testnet_{address} TypeError: response.body.getReader is not a function` but the tx could still be successful, this is due to fuels using native fetch but some other packages in the monorepo is using node-fetch which overrides the fetch here
0 commit comments