feat: Add Swap Settings #4326
Annotations
4 errors
src/swap/utils/processSwapTransaction.test.ts > processSwapTransaction > should request approval and make the swap for ERC-20 tokens:
src/swap/utils/processSwapTransaction.ts#L21
TypeError: Cannot read properties of undefined (reading 'statusName')
❯ Module.processSwapTransaction src/swap/utils/processSwapTransaction.ts:21:21
❯ src/swap/utils/processSwapTransaction.test.ts:98:11
|
src/swap/utils/processSwapTransaction.test.ts > processSwapTransaction > should make the swap for non-ERC-20 tokens:
src/swap/utils/processSwapTransaction.ts#L21
TypeError: Cannot read properties of undefined (reading 'statusName')
❯ Module.processSwapTransaction src/swap/utils/processSwapTransaction.ts:21:21
❯ src/swap/utils/processSwapTransaction.test.ts:156:11
|
src/swap/utils/processSwapTransaction.test.ts > processSwapTransaction > should successfully use Permit2 approval process for `useAggregator`=false:
src/swap/utils/processSwapTransaction.ts#L21
TypeError: Cannot read properties of undefined (reading 'statusName')
❯ Module.processSwapTransaction src/swap/utils/processSwapTransaction.ts:21:21
❯ src/swap/utils/processSwapTransaction.test.ts:208:11
|
build (18.x)
Process completed with exit code 1.
|