Skip to content

Fix/add sonic and mantle #149

Fix/add sonic and mantle

Fix/add sonic and mantle #149

Triggered via pull request January 27, 2025 10:03
Status Failure
Total duration 23s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
src/lib.test.ts > should return alchemy supported chain 146: src/lib.test.ts#L41
Error: Snapshot `should return alchemy supported chain 146 > sonic-mainnet 1` mismatched ❯ src/lib.test.ts:41:57
src/lib.test.ts > should return alchemy supported chain 5000: src/lib.test.ts#L41
Error: Snapshot `should return alchemy supported chain 5000 > mantle-mainnet 1` mismatched ❯ src/lib.test.ts:41:57
src/lib.test.ts > has sensible env names for RPC_: src/lib.test.ts#L55
Error: Snapshot `has sensible env names for RPC_ 1` mismatched - Expected + Received @@ -11,16 +11,18 @@ "RPC_FANTOM_TESTNET": 4002, "RPC_GNOSIS": 100, "RPC_HARMONY": 1666600000, "RPC_LINEA": 59144, "RPC_MAINNET": 1, + "RPC_MANTLE": 5000, "RPC_METIS": 1088, "RPC_OPTIMISM": 10, "RPC_OPTIMISM_SEPOLIA": 11155420, "RPC_POLYGON": 137, "RPC_POLYGON_AMOY": 80002, "RPC_SCROLL": 534352, "RPC_SCROLL_SEPOLIA": 534351, "RPC_SEPOLIA": 11155111, + "RPC_SONIC": 146, "RPC_ZKEVM": 1101, "RPC_ZKSYNC": 324, } ❯ src/lib.test.ts:55:18
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636