From ca942e2c2b1f3876eb331e4453cd7f5771340762 Mon Sep 17 00:00:00 2001 From: pragmaxim Date: Thu, 5 Mar 2026 09:24:39 +0100 Subject: [PATCH] not run e2e tests against Base chain --- tests/tests.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/tests.json b/tests/tests.json index c5de8fe9..8dec9a28 100644 --- a/tests/tests.json +++ b/tests/tests.json @@ -289,9 +289,6 @@ }, "base": { "connectivity": ["http", "ws"], - "api": ["Status", "GetBlockIndex", "GetBlockByHeight", "GetBlock", "GetTransaction", "GetTransactionSpecific", - "GetAddress", "GetCurrentFiatRates", "GetTickersList", "GetMultiTickers", "GetAddressBasicEVM", "GetAddressTokensEVM", "GetAddressTokenBalances", "GetAddressTxidsPaginationEVM", "GetAddressTxsPaginationEVM", "GetAddressContractFilterEVM", "GetTransactionEVMShape", - "WsGetInfo", "WsGetBlockHash", "WsGetTransaction", "WsGetAccountInfoBasicEVM", "WsGetAccountInfoEVM", "WsGetAccountInfoTxidsConsistencyEVM", "WsGetAccountInfoTxsConsistencyEVM", "WsGetAccountInfoContractFilterEVM", "WsPing"], "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "EstimateFee", "GetBlockHeader", "EthCallBatch"] }, "ethereum": {