We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bf7a7 commit 0c194a2Copy full SHA for 0c194a2
packages/bridge-status-controller/src/utils/validators.test.ts
@@ -27,7 +27,6 @@ const BridgeTxStatusResponses = {
27
},
28
29
STATUS_PENDING_VALID_MISSING_FIELDS: {
30
- status: 'PENDING',
31
srcChain: {
32
chainId: 42161,
33
txHash:
@@ -38,7 +37,6 @@ const BridgeTxStatusResponses = {
38
37
status: 'PENDING',
39
bridge: 'hop',
40
41
- chainId: 42161,
42
43
'0x5cbda572c686a5a57fe62735325e408f9164f77a4787df29ce13edef765adaa9',
44
amount: '991250000000000',
@@ -256,7 +254,7 @@ describe('validators', () => {
256
254
257
255
{
258
input: BridgeTxStatusResponses.STATUS_FAILED_VALID,
259
- expected: false,
+ expected: true,
260
description: 'valid failed bridge status',
261
262
0 commit comments