Skip to content

fix(chai): fix chai assertion typing #448

fix(chai): fix chai assertion typing

fix(chai): fix chai assertion typing #448

Triggered via push January 15, 2025 17:19
Status Failure
Total duration 5m 39s
Artifacts

push.yml

on: push
Matrix: build / build
Matrix: publish / publish
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 18 warnings
packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts > Supply position on AAVE V3 > on chain 8453 > should fetch user position: packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts#L99
ContractFunctionExecutionError: The request took too long to respond. URL: http://localhost:11033 Request body: {"method":"eth_call","params":[{"data":"0x313ce567","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6"},"latest"]} Raw Call Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6 data: 0x313ce567 Contract Call: address: 0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6 function: decimals() Docs: https://viem.sh/docs/contract/readContract Details: The request timed out. Version: viem@2.22.2 ❯ getContractError node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/utils/errors/getContractError.ts:78:10 ❯ Module.readContract node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/actions/public/readContract.ts:136:11 ❯ packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts:99:11 ❯ Object.fetchAaveV3Positions [as aaveV3] packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts:91:21 ❯ packages/blue-migration-sdk-viem/src/fetchers/index.ts:48:13 ❯ Module.fetchMigratablePositions packages/blue-migration-sdk-viem/src/fetchers/index.ts:43:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'The request timed out.', docsPath: '/docs/contract/readContract', metaMessages: [ 'URL: http://localhost:11033', 'Request body: {"method":"eth_call","params":[{"data":"0x313ce567","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6"},"latest"]}', ' ', 'Raw Call Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6\n data: 0x313ce567', ' ', 'Contract Call:', ' address: 0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6\n function: decimals()' ], shortMessage: 'The request took too long to respond.', version: '2.22.2', abi: [ { inputs: [ { internalType: 'contract IPool', name: 'pool', type: 'address' } ], stateMutability: 'nonpayable', type: 'constructor' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' } ], name: 'Approval', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'from', type: 'address' }, { indexed: true, internalType: 'address', name: 'to', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'index', type: 'uint256' } ], name: 'BalanceTransfer', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'from', type: 'address' }, { indexed: true, internalType: 'address', name: 'target', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'balanceIncrease', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'index', type: 'uint256' } ], name: 'Burn', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'underlyingAsset', type: 'address' }, { indexed: true, internalType: 'address', name: 'pool', type: 'address' }, { indexed: false, internalType: 'address', name: 'treasury', type: 'address' }, { indexed: false, internalType: 'address', name: 'incentivesController', type: 'address' }, { indexed: false, internalType: 'uint8', name: 'aTokenDecimals', type: 'uint8' }, { indexed: false, internalType: 'string', name: 'aTokenName', type: 'string' }, { indexed: false, internalType: 'string', name: 'aTokenSymbol', type: 'string' }, { indexed: false, internalType: 'bytes', name: 'params', type: 'bytes' } ], name: 'Initialized', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'caller', t
packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts > Supply position on AAVE V3 > on chain 8453 > should fetch multiple user position: packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts#L37
ContractFunctionExecutionError: The contract function "getAllATokens" reverted with the following reason: failed to get storage for 0xA238Dd80C259a72e81d7e4664a9801593F98d1c5 at 62310670886554419733714592879287839102287882145695520658330493436427610045951: Max retries exceeded HTTP error 429 with body: {"jsonrpc":"2.0","error":{"code":-32016,"message":"over rate limit"},"id":195} Contract Call: address: 0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac function: getAllATokens() Docs: https://viem.sh/docs/contract/readContract Version: viem@2.22.2 ❯ getContractError node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/utils/errors/getContractError.ts:78:10 ❯ Module.readContract node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/actions/public/readContract.ts:136:11 ❯ Object.fetchAaveV3Positions [as aaveV3] packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts:37:50 ❯ packages/blue-migration-sdk-viem/src/fetchers/index.ts:48:13 ❯ Module.fetchMigratablePositions packages/blue-migration-sdk-viem/src/fetchers/index.ts:43:5 ❯ packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts:116:30 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'Contract Call:', ' address: 0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac\n function: getAllATokens()' ], shortMessage: 'The contract function "getAllATokens" reverted with the following reason:\nfailed to get storage for 0xA238Dd80C259a72e81d7e4664a9801593F98d1c5 at 62310670886554419733714592879287839102287882145695520658330493436427610045951: Max retries exceeded HTTP error 429 with body: {"jsonrpc":"2.0","error":{"code":-32016,"message":"over rate limit"},"id":195}\n', version: '2.22.2', abi: [ { inputs: [ { internalType: 'contract IPoolAddressesProvider', name: 'addressesProvider', type: 'address' } ], stateMutability: 'nonpayable', type: 'constructor' }, { inputs: [], name: 'ADDRESSES_PROVIDER', outputs: [ { internalType: 'contract IPoolAddressesProvider', name: '', type: 'address' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getATokenTotalSupply', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' } ], stateMutability: 'view', type: 'function' }, { inputs: [], name: 'getAllATokens', outputs: [ { components: [ { internalType: 'string', name: 'symbol', type: 'string' }, { internalType: 'address', name: 'tokenAddress', type: 'address' } ], internalType: 'struct IPoolDataProvider.TokenData[]', name: '', type: 'tuple[]' } ], stateMutability: 'view', type: 'function' }, { inputs: [], name: 'getAllReservesTokens', outputs: [ { components: [ { internalType: 'string', name: 'symbol', type: 'string' }, { internalType: 'address', name: 'tokenAddress', type: 'address' } ], internalType: 'struct IPoolDataProvider.TokenData[]', name: '', type: 'tuple[]' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getDebtCeiling', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' } ], stateMutability: 'view', type: 'function' }, { inputs: [], name: 'getDebtCeilingDecimals', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' } ], stateMutability: 'pure', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getFlashLoanEnabled', outputs: [ { internalType: 'bool', name: '', type: 'bool' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getInterestRateStrategyAddress', outputs: [ { internalType: 'address', name: 'irStrategyAddress', type: 'address' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getLiquidationProtocolFee', outputs: [ { internalType: 'uint256', name: '', type: 'uint25
packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts > Supply position on AAVE V3 > on chain 8453 > shouldn't fetch user collateral positions if borrow: packages/test/src/client.ts#L255
ContractFunctionExecutionError: Execution reverted with reason: Execution reverted for an unknown reason. Details: 0 ↳ FROM 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 0 ↳ CALL (0xa238dd80c259a72e81d7e4664a9801593f98d1c5).borrow(0x833589…0x83, 1000000, 2, 0, 0xf39Fd6…0xf3) 1 ↳ DELEGATECALL (0x3a9c471f13c9ca1ebdf440cf713c8404e498f9c3).borrow(0x833589…0x83, 1000000, 2, 0, 0xf39Fd6…0xf3) 2 ↳ STATICCALL (0xe20fcbdbffc4dd138ce8b2e6fbb6cb49777ad64d).getPriceOracle() -> 0x0000000000000000000000002cc0fc26ed4563a5ce5e8bdcfe1a2878676ae156 2 ↳ STATICCALL (0xe20fcbdbffc4dd138ce8b2e6fbb6cb49777ad64d).getPriceOracleSentinel() -> 0x000000000000000000000000943acd0c93d7a8bee7da5fd0dc3d0028237074d6 2 ↳ DELEGATECALL (0x4c52fe2162200bf26c314d7bbd8611699139d553).0x1e6473f90000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000003600000000000000000000000000000000000000000000000000000000000000378ce12e84bcfbd68b15952f3384b657e00ad4d4ab87b20537fdd6b40c11d7855a000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000000f424000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000070000000000000000000000002cc0fc26ed4563a5ce5e8bdcfe1a2878676ae1560000000000000000000000000000000000000000000000000000000000000000000000000000000000000000943acd0c93d7a8bee7da5fd0dc3d0028237074d6 3 ↳ LOG ReserveDataUpdated(0x833589…0x83, 79866786143292833080206550, 0, 111018562945164210142102837, 1072746338258999397992971222, 1095850018611370059418654301), 3 ↳ LOG Borrow(0x833589…0x83, 0xf39Fd6…0xf3, 0x000000…0x00, 1390849295786071768276380950238675083608645509734, 1000000, 2, 1.1101856294516421e+26) 3 ↳ STATICCALL (0x59dca05b6c26dbd64b5381374aaac5cd05644c28).scaledTotalSupply() -> 0x00000000000000000000000000000000000000000000000000006b91e209f42d 4 ↳ DELEGATECALL (0x2425a746911128c2eaa7bebdc9bc452ee52208a1).scaledTotalSupply() -> 0x00000000000000000000000000000000000000000000000000006b91e209f42d 3 ↳ STATICCALL (0x4e65fe4dba92790696d040ac24aa414708f5c0ab).totalSupply() -> 0x00000000000000000000000000000000000000000000000000009377d73ba988 4 ↳ DELEGATECALL (0x98f409fc4a42f34ae3c326c7f48ed01ae8caec69).totalSupply() -> 0x00000000000000000000000000000000000000000000000000009377d73ba988 5 ↳ STATICCALL (0xa238dd80c259a72e81d7e4664a9801593f98d1c5).getReserveNormalizedIncome(0x833589…0x83) -> 0x000000000000000000000000000000000000000003775adf85f7e5747ab13bd6 6 ↳ DELEGATECALL (0x3a9c471f13c9ca1ebdf440cf713c8404e498f9c3).getReserveNormalizedIncome(0x833589…0x83) -> 0x000000000000000000000000000000000000000003775adf85f7e5747ab13bd6 3 ↳ STATICCALL (0x943acd0c93d7a8bee7da5fd0dc3d0028237074d6).isBorrowAllowed() -> 0x0000000000000000000000000000000000000000000000000000000000000001 4 ↳ STATICCALL (0xbcf85224fc0756b9fa45aa7892530b47e10b6433).latestRoundData() -> 0x000000000000000000000000000000000000000000000001000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066f44e3700000000000000000000000000000000000000000000000000000000677ec4f3000000000000000000000000000000000000000000000001000000000000000a 5 ↳ STATICCALL (0x606c6ecbd272e2174f6710b5974f23fe9899602e).latestRoundData() -> 0x000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066f44e3700000000000000000000000000000000000000000000000000000000677ec4f3000000000000000000000000000000000000000000000000000000000000000a 3 ↳ STATICCALL (0x2cc0fc26ed4563a5ce5e8bdcfe1a2878676ae156
packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts > Supply position on AAVE V3 > on chain 8453 > should fetch user position with limited liquidity: packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts#L37
ContractFunctionExecutionError: The contract function "getAllATokens" reverted with the following reason: failed to get storage for 0xA238Dd80C259a72e81d7e4664a9801593F98d1c5 at 23360534616900185833027610226340144166288093639180810558983159577924106106464: Max retries exceeded HTTP error 429 with body: {"jsonrpc":"2.0","error":{"code":-32016,"message":"over rate limit"},"id":133} Contract Call: address: 0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac function: getAllATokens() Docs: https://viem.sh/docs/contract/readContract Version: viem@2.22.2 ❯ getContractError node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/utils/errors/getContractError.ts:78:10 ❯ Module.readContract node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/actions/public/readContract.ts:136:11 ❯ Object.fetchAaveV3Positions [as aaveV3] packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts:37:50 ❯ packages/blue-migration-sdk-viem/src/fetchers/index.ts:48:13 ❯ Module.fetchMigratablePositions packages/blue-migration-sdk-viem/src/fetchers/index.ts:43:5 ❯ packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts:184:32 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'Contract Call:', ' address: 0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac\n function: getAllATokens()' ], shortMessage: 'The contract function "getAllATokens" reverted with the following reason:\nfailed to get storage for 0xA238Dd80C259a72e81d7e4664a9801593F98d1c5 at 23360534616900185833027610226340144166288093639180810558983159577924106106464: Max retries exceeded HTTP error 429 with body: {"jsonrpc":"2.0","error":{"code":-32016,"message":"over rate limit"},"id":133}\n', version: '2.22.2', abi: [ { inputs: [ { internalType: 'contract IPoolAddressesProvider', name: 'addressesProvider', type: 'address' } ], stateMutability: 'nonpayable', type: 'constructor' }, { inputs: [], name: 'ADDRESSES_PROVIDER', outputs: [ { internalType: 'contract IPoolAddressesProvider', name: '', type: 'address' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getATokenTotalSupply', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' } ], stateMutability: 'view', type: 'function' }, { inputs: [], name: 'getAllATokens', outputs: [ { components: [ { internalType: 'string', name: 'symbol', type: 'string' }, { internalType: 'address', name: 'tokenAddress', type: 'address' } ], internalType: 'struct IPoolDataProvider.TokenData[]', name: '', type: 'tuple[]' } ], stateMutability: 'view', type: 'function' }, { inputs: [], name: 'getAllReservesTokens', outputs: [ { components: [ { internalType: 'string', name: 'symbol', type: 'string' }, { internalType: 'address', name: 'tokenAddress', type: 'address' } ], internalType: 'struct IPoolDataProvider.TokenData[]', name: '', type: 'tuple[]' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getDebtCeiling', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' } ], stateMutability: 'view', type: 'function' }, { inputs: [], name: 'getDebtCeilingDecimals', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' } ], stateMutability: 'pure', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getFlashLoanEnabled', outputs: [ { internalType: 'bool', name: '', type: 'bool' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getInterestRateStrategyAddress', outputs: [ { internalType: 'address', name: 'irStrategyAddress', type: 'address' } ], stateMutability: 'view', type: 'function' }, { inputs: [ { internalType: 'address', name: 'asset', type: 'address' } ], name: 'getLiquidationProtocolFee', outputs: [ { internalType: 'uint256', name: '', type: 'uint25
packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts > Supply position on AAVE V3 > on chain 8453 > Should partially migrate user position: packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts#L255
TransactionExecutionError: An internal error was received. URL: http://localhost:11038 Request body: {"method":"debug_traceCall","params":[{"data":"0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000e4a184a5a3000000000000000000000000d4a0e0b9149bcee3c920d2e00b5de09138fd8bb700000000000000000000000000000000000000000000000029a2241af62c0000000000000000000000000000000000000000000000000000000000006789404e000000000000000000000000000000000000000000000000000000000000001c80a8a5e50a4df19cd4ca5af48def4f1684cd6b30c89c92edacd855e93a2c2f76477e2abfe2797b4b1553959f267c2c04c39eafeb77977dc2643784460f313fc1000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004470dc41fe000000000000000000000000d4a0e0b9149bcee3c920d2e00b5de09138fd8bb700000000000000000000000000000000000000000000000029a2241af62c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000446243422b0000000000000000000000004200000000000000000000000000000000000006ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000a0e430870c4604ccfc7b38ca7845b1ff653d0ff100000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","maxFeePerGas":"0x3b9aca00","maxPriorityFeePerGas":"0x3b9aca00","nonce":"0x1f1","to":"0xcAe2929baBc60Be34818EaA5F40bF69265677108","value":"0x0"},"latest",{"tracer":"callTracer","tracerConfig":{"onlyTopCall":false,"withLog":true}}]} Estimate Gas Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0xcAe2929baBc60Be34818EaA5F40bF69265677108 value: 0 ETH data: 0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000e4a184a5a3000000000000000000000000d4a0e0b9149bcee3c920d2e00b5de09138fd8bb700000000000000000000000000000000000000000000000029a2241af62c0000000000000000000000000000000000000000000000000000000000006789404e000000000000000000000000000000000000000000000000000000000000001c80a8a5e50a4df19cd4ca5af48def4f1684cd6b30c89c92edacd855e93a2c2f76477e2abfe2797b4b1553959f267c2c04c39eafeb77977dc2643784460f313fc1000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004470dc41fe000000000000000000000000d4a0e0b9149bcee3c920d2e00b5de09138fd8bb700000000000000000000000000000000000000000000000029a2241af62c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000446243422b0000000000000000000000004200000000000000000000000000000000000006ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae00000000000000000000000
packages/blue-migration-sdk-viem/test/e2e/aaveV3/supply.test.ts > Supply position on AAVE V3 > on chain 8453 > Should fully migrate user position: packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts#L99
ContractFunctionExecutionError: The request took too long to respond. URL: http://localhost:11039 Request body: {"method":"eth_call","params":[{"data":"0x7ecebe00000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB"},"latest"]} Raw Call Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB data: 0x7ecebe00000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266 Contract Call: address: 0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB function: nonces(address owner) args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266) Docs: https://viem.sh/docs/contract/readContract Details: The request timed out. Version: viem@2.22.2 ❯ getContractError node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/utils/errors/getContractError.ts:78:10 ❯ Module.readContract node_modules/.pnpm/viem@2.22.2_bufferutil@4.0.8_typescript@5.7.2_utf-8-validate@5.0.10/node_modules/viem/actions/public/readContract.ts:136:11 ❯ packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts:99:11 ❯ Object.fetchAaveV3Positions [as aaveV3] packages/blue-migration-sdk-viem/src/fetchers/aaveV3/aaveV3.fetchers.ts:91:21 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'The request timed out.', docsPath: '/docs/contract/readContract', metaMessages: [ 'URL: http://localhost:11039', 'Request body: {"method":"eth_call","params":[{"data":"0x7ecebe00000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB"},"latest"]}', ' ', 'Raw Call Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB\n data: 0x7ecebe00000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266', ' ', 'Contract Call:', ' address: 0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB\n function: nonces(address owner)\n args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)' ], shortMessage: 'The request took too long to respond.', version: '2.22.2', abi: [ { inputs: [ { internalType: 'contract IPool', name: 'pool', type: 'address' } ], stateMutability: 'nonpayable', type: 'constructor' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' } ], name: 'Approval', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'from', type: 'address' }, { indexed: true, internalType: 'address', name: 'to', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'index', type: 'uint256' } ], name: 'BalanceTransfer', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'from', type: 'address' }, { indexed: true, internalType: 'address', name: 'target', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'balanceIncrease', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'index', type: 'uint256' } ], name: 'Burn', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'underlyingAsset', type: 'address' }, { indexed: true, internalType: 'address', name: 'pool', type: 'address' }, { indexed: false, internalType: 'address', name: 'treasury', type: 'address' }, { indexed: false, internalType: 'address', name: 'incentivesController', type: 'address' }, { indexed: false, internalType: 'uint8', name: 'aTokenDecimals', type: 'uint8' }, { indexed: false, internalType: 'string', name: 'aTokenName', type: 'string' }, { indexed: false, internalType: 'stri
packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts > Supply position on COMPOUND V3 > on chain 8453 > on weth instance > Should partially migrate user position: packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts#L210
TransactionExecutionError: Execution reverted with reason: Execution reverted for an unknown reason. Details: 0 ↳ FROM 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 0 ↳ CALL (0x1f8076e2eb6f10b12e6886f30d4909a91969f7da).multicall([ 0x1643ff9200000000000000000000000046e6b214b524310239732d51387075e0e70970bf000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067894061000000000000000000000000000000000000000000000000000000000000001c96053d2a13942d6401b4c91ded4b758728a42c0821176541eac2279706f0863e55ed657c116e7b7247ff4a72dedb2a50da94a884eab05764b7a2a14f5d2622880000000000000000000000000000000000000000000000000000000000000001, 0xee217cda00000000000000000000000046e6b214b524310239732d51387075e0e70970bf000000000000000000000000420000000000000000000000000000000000000600000000000000000000000000000000000000000000000029a2241af62c0000, 0x6ef5eeae000000000000000000000000a0e430870c4604ccfc7b38ca7845b1ff653d0ff100000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266, ]) 1 ↳ DELEGATECALL self.compoundV3AllowBySig(0x46e6b2…0x46, true, 0, 1737048161, 28, 0x96053d2a13942d6401b4c91ded4b758728a42c0821176541eac2279706f0863e, 0x55ed657c116e7b7247ff4a72dedb2a50da94a884eab05764b7a2a14f5d262288, true) 2 ↳ CALL (0x46e6b214b524310239732d51387075e0e70970bf).allowBySig(0xf39Fd6…0xf3, 0x1f8076…0x1f, true, 0, 1737048161, 28, 0x96053d2a13942d6401b4c91ded4b758728a42c0821176541eac2279706f0863e, 0x55ed657c116e7b7247ff4a72dedb2a50da94a884eab05764b7a2a14f5d262288) 3 ↳ DELEGATECALL (0x3a6eb1f96962ff7434c9116a9b0cd04dbe6d7f4f).allowBySig(0xf39Fd6…0xf3, 0x1f8076…0x1f, true, 0, 1737048161, 28, 0x96053d2a13942d6401b4c91ded4b758728a42c0821176541eac2279706f0863e, 0x55ed657c116e7b7247ff4a72dedb2a50da94a884eab05764b7a2a14f5d262288) 4 ↳ DELEGATECALL (0x88bb8c109640778d3fb1074bb10a66e31f2c9c17).allowBySig(0xf39Fd6…0xf3, 0x1f8076…0x1f, true, 0, 1737048161, 28, 0x96053d2a13942d6401b4c91ded4b758728a42c0821176541eac2279706f0863e, 0x55ed657c116e7b7247ff4a72dedb2a50da94a884eab05764b7a2a14f5d262288) 5 ↳ LOG Approval(0xf39Fd6…0xf3, 0x1f8076…0x1f, 115792089237316195423570985008687907853269984665640564039457584007913129639935) 5 ↳ STATICCALL (0x0000000000000000000000000000000000000001).0xf05c3304685538de82e058f3c602030c747720bf2477e2fdc4fa1c2251f1d84b000000000000000000000000000000000000000000000000000000000000001c96053d2a13942d6401b4c91ded4b758728a42c0821176541eac2279706f0863e55ed657c116e7b7247ff4a72dedb2a50da94a884eab05764b7a2a14f5d262288 -> 0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266 1 ↳ DELEGATECALL self.compoundV3WithdrawFrom(0x46e6b2…0x46, 0x420000…0x42, 3000000000000000000) 2 ↳ STATICCALL (0x46e6b214b524310239732d51387075e0e70970bf).baseToken() -> 0x0000000000000000000000004200000000000000000000000000000000000006 3 ↳ DELEGATECALL (0x3a6eb1f96962ff7434c9116a9b0cd04dbe6d7f4f).baseToken() -> 0x0000000000000000000000004200000000000000000000000000000000000006 2 ↳ STATICCALL (0x46e6b214b524310239732d51387075e0e70970bf).balanceOf(0xf39Fd6…0xf3) -> 0x000000000000000000000000000000000000000000000000456399fb7259d255 3 ↳ DELEGATECALL (0x3a6eb1f96962ff7434c9116a9b0cd04dbe6d7f4f).balanceOf(0xf39Fd6…0xf3) -> 0x000000000000000000000000000000000000000000000000456399fb7259d255 2 ↳ CALL (0x46e6b214b524310239732d51387075e0e70970bf).withdrawFrom(0xf39Fd6…0xf3, 0x1f8076…0x1f, 0x420000…0x42, 3000000000000000000) 3 ↳ DELEGATECALL (0x3a6eb1f96962ff7434c9116a9b0cd04dbe6d7f4f).withdrawFrom(0xf39Fd6…0xf3, 0x1f8076…0x1f, 0x420000…0x42, 3000000000000000000) 4 ↳ LOG Withdraw(0xf39Fd6…0xf3, 0x1f8076…0x1f, 3000000000000000000), 4 ↳ LOG Transfer(0xf39Fd6…0xf3, 0x000000…0x00, 3000000000000000000) 4 ↳ CALL (0x4200000000000000000000000000000000000006).transfer(0x1f8076…0x1f, 3000000000000000000) -> 0x0000000000000
packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts > Supply position on COMPOUND V3 > on chain 8453 > on weth instance > Should fully migrate user position: packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts#L282
TransactionExecutionError: The request took too long to respond. URL: http://localhost:10012 Request body: {"method":"debug_traceCall","params":[{"data":"0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001041643ff9200000000000000000000000046e6b214b524310239732d51387075e0e70970bf000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067894058000000000000000000000000000000000000000000000000000000000000001b2f6c09fd3e50ba794c77b8a71de6712e186c98df699fcbda8bc8c24fcd6143b66e1de791fffb13b71ea9b46d7fb90ce3fd3d9a9ff4d0cf4ce59454aba01afda40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ee217cda00000000000000000000000046e6b214b524310239732d51387075e0e70970bf0000000000000000000000004200000000000000000000000000000000000006ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000a0e430870c4604ccfc7b38ca7845b1ff653d0ff100000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","maxFeePerGas":"0x3b9aca00","maxPriorityFeePerGas":"0x3b9aca00","nonce":"0x1f0","to":"0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA","value":"0x0"},"latest",{"tracer":"callTracer","tracerConfig":{"onlyTopCall":false,"withLog":true}}]} Estimate Gas Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA value: 0 ETH data: 0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001041643ff9200000000000000000000000046e6b214b524310239732d51387075e0e70970bf000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067894058000000000000000000000000000000000000000000000000000000000000001b2f6c09fd3e50ba794c77b8a71de6712e186c98df699fcbda8bc8c24fcd6143b66e1de791fffb13b71ea9b46d7fb90ce3fd3d9a9ff4d0cf4ce59454aba01afda40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ee217cda00000000000000000000000046e6b214b524310239732d51387075e0e70970bf0000000000000000000000004200000000000000000000000000000000000006ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000a0e430870c4604ccfc7b38ca7845b1ff653d0ff100000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000 maxFeePerGas: 1 gwei maxPriorityFeePerGas: 1 gwei nonce:
packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts > Supply position on COMPOUND V3 > on chain 8453 > on usdc instance > Should partially migrate user position: packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts#L210
TransactionExecutionError: The request took too long to respond. URL: http://localhost:10016 Request body: {"method":"debug_traceCall","params":[{"data":"0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001041643ff92000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006789406b000000000000000000000000000000000000000000000000000000000000001bf2ee2836eb9776c03aba703194e05075247b077aef48f0465c5193b43bd682af15e62d3ddfd1c6ebf7bc232d1c6517648ab0b124eb10b892efb763b960e928d00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ee217cda000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda0291300000000000000000000000000000000000000000000000000000000002dc6c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000c1256ae5ff1cf2719d4937adb3bbccab2e00a2ca00000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","maxFeePerGas":"0x3b9aca00","maxPriorityFeePerGas":"0x3b9aca00","nonce":"0x1f0","to":"0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA","value":"0x0"},"latest",{"tracer":"callTracer","tracerConfig":{"onlyTopCall":false,"withLog":true}}]} Estimate Gas Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA value: 0 ETH data: 0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001041643ff92000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006789406b000000000000000000000000000000000000000000000000000000000000001bf2ee2836eb9776c03aba703194e05075247b077aef48f0465c5193b43bd682af15e62d3ddfd1c6ebf7bc232d1c6517648ab0b124eb10b892efb763b960e928d00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ee217cda000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda0291300000000000000000000000000000000000000000000000000000000002dc6c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000c1256ae5ff1cf2719d4937adb3bbccab2e00a2ca00000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000 maxFeePerGas: 1 gwei maxPriorityFeePerGas: 1 gwei nonce:
packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts > Supply position on COMPOUND V3 > on chain 8453 > on usdc instance > Should fully migrate user position: packages/blue-migration-sdk-viem/test/e2e/compoundV3/supply.test.ts#L282
TransactionExecutionError: The request took too long to respond. URL: http://localhost:10017 Request body: {"method":"debug_traceCall","params":[{"data":"0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001041643ff92000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006789406b000000000000000000000000000000000000000000000000000000000000001bf2ee2836eb9776c03aba703194e05075247b077aef48f0465c5193b43bd682af15e62d3ddfd1c6ebf7bc232d1c6517648ab0b124eb10b892efb763b960e928d00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ee217cda000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000c1256ae5ff1cf2719d4937adb3bbccab2e00a2ca00000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000","from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","maxFeePerGas":"0x3b9aca00","maxPriorityFeePerGas":"0x3b9aca00","nonce":"0x1f0","to":"0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA","value":"0x0"},"latest",{"tracer":"callTracer","tracerConfig":{"onlyTopCall":false,"withLog":true}}]} Estimate Gas Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA value: 0 ETH data: 0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001041643ff92000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006789406b000000000000000000000000000000000000000000000000000000000000001bf2ee2836eb9776c03aba703194e05075247b077aef48f0465c5193b43bd682af15e62d3ddfd1c6ebf7bc232d1c6517648ab0b124eb10b892efb763b960e928d00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064ee217cda000000000000000000000000b125e6687d4313864e53df431d5425969c15eb2f000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000846ef5eeae000000000000000000000000c1256ae5ff1cf2719d4937adb3bbccab2e00a2ca00000000000000000000000000000000ffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb9226600000000000000000000000000000000000000000000000000000000 maxFeePerGas: 1 gwei maxPriorityFeePerGas: 1 gwei nonce:
build / @morpho-org/morpho-ts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/simulation-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/bundler-sdk-ethers
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/blue-sdk-wagmi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / biome
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/bundler-sdk-viem
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/blue-sdk-ethers
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/blue-sdk-viem
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/morpho-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/blue-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/simulation-sdk-wagmi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/blue-api-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/test-wagmi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/liquidity-sdk-viem
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/liquidity-sdk-ethers
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build / @morpho-org/liquidation-sdk-viem
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / vitest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636