chore: serialize name and icon for wallet info #8207
Annotations
2 errors and 1 warning
Test:
packages/core/tests/controllers/RouterController.test.ts#L79
AssertionError: expected { view: 'ConnectingExternal', …(3) } to deeply equal { view: 'ConnectingExternal', …(3) }
- Expected
+ Received
Object {
"data": Object {
"connector": Object {
"chain": "eip155",
"id": "test",
+ "name": "wcConnector",
"type": "WALLET_CONNECT",
},
},
"history": Array [
"Account",
"Networks",
"ConnectingExternal",
],
"transactionStack": Array [],
"view": "ConnectingExternal",
}
❯ tests/controllers/RouterController.test.ts:79:36
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading