Skip to content

fix: base token attributes #1556

fix: base token attributes

fix: base token attributes #1556

GitHub Actions / Unit Test Results failed Jan 20, 2025 in 0s

1 fail, 1 skipped, 2 134 pass in 11m 45s

    4 files  ±0    263 suites  ±0   11m 45s ⏱️ -16s
2 136 tests ±0  2 134 ✅  - 1  1 💤 ±0  1 ❌ +1 
2 348 runs  ±0  2 346 ✅  - 1  1 💤 ±0  1 ❌ +1 

Results for commit 46ea9f8. ± Comparison against earlier commit 1e00904.

Annotations

Check warning on line 0 in TokenService saveERC20Token when there is neither bridge initialization nor bridge initialize log for the current token address when contract is ETH L2 contract upserts ETH token with ETH l1Address

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

TokenService saveERC20Token when there is neither bridge initialization nor bridge initialize log for the current token address…idge initialize log for the current token address when contract is ETH L2 contract upserts ETH token with ETH l1Address) failed

packages/worker/junit.xml [took 0s]
Raw output
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

- Expected
+ Received

@@ -1,10 +1,10 @@
  Object {
    "blockNumber": 0,
    "decimals": 18,
    "iconURL": undefined,
-   "l1Address": "0x0000000000000000000000000000000000000000",
+   "l1Address": undefined,
    "l2Address": "0x000000000000000000000000000000000000800a",
    "logIndex": 0,
    "name": "Ether",
    "symbol": "ETH",
    "transactionHash": "transactionHash",,

Number of calls: 1
    at Object.<anonymous> (/home/runner/work/block-explorer/block-explorer/packages/worker/src/token/token.service.spec.ts:142:46)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)