Results 7 comments of Ed Zynda

I'm getting the same error even when I wrap in this.$nextTick()

So the canvas is completely empty. I've tried clicking to upload the image as well as copy pasting the image to canvas. Neither actually work...

Ok weird but it seems like it doesn't work in Brave browser but does in Chrome...

@H3xept Deploy scripts use `.json` files now. Could you add those to the `config/sigs.json` file?

Been having this issue a lot lately and just tried pasting into notepad after the freeze and sure enough that freezes as well. Thought it was a problem with my...

https://github.com/flashbots/builder/blob/03ee71cf0a344397204f65ff6d3a917ee8e06724/internal/ethapi/api.go#L2142 should be something more like: ``` func (s *PrivateTxBundleAPI) SendBundle(ctx context.Context, args SendBundleArgs) (map[string]interface{}, error) ``` And the body should be: ``` map[string]interface{}{"bundleHash": bundleHash} ``` bundleHash needs to be...

I've modified this on my own personal instance and can make a PR if that's something people want.