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
expect(normalizeEngineErrorMessage("Unknown Error - test error")).toBe(
43
43
"Unknown Error - test error",
44
44
);
45
+
expect(
46
+
normalizeEngineErrorMessage(
47
+
'{"code":3,"message":"failed with 50004597 gas: insufficient funds for gas * price + value: address 0xafCB379C0B76265bCb8432ab776A2641F0355Eb3 have 0 want 100000000000000"}',
48
+
),
49
+
).toBe(
50
+
"failed with 50004597 gas: insufficient funds for gas * price + value: address 0xafCB379C0B76265bCb8432ab776A2641F0355Eb3 have 0 want 100000000000000",
0 commit comments