Skip to content

Added bitkub chain

Added bitkub chain #47

Triggered via pull request June 4, 2024 04:37
Status Success
Total duration 4m 37s
Artifacts

test-chains.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/chains.test.ts > 'APEX Testnet' > blockExplorer.apiUrl: test/chains.test.ts#L85
AssertionError: expected { …(3) } to match object { status: '1', …(1) } - Expected + Received Object { - "message": StringContaining "OK", - "status": "1", + "message": "Block does not exist", + "result": null, + "status": "0", } ❯ test/chains.test.ts:85:20
test/chains.test.ts > 'Arbitrum Goerli' > http: src/utils/rpc/http.ts#L141
HttpRequestError: HTTP request failed. URL: https://goerli-rollup.arbitrum.io/rpc Request body: {"method":"eth_chainId"} Details: fetch failed Version: [email protected] ❯ Object.request src/utils/rpc/http.ts:141:15 ❯ test/chains.test.ts:26:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: https://goerli-rollup.arbitrum.io/rpc', 'Request body: {"method":"eth_chainId"}' ], shortMessage: 'HTTP request failed.', version: '[email protected]', body: { method: 'eth_chainId' }, headers: undefined, status: undefined, url: 'https://goerli-rollup.arbitrum.io/rpc', walk: 'Function<walk>' }
test/chains.test.ts > 'Arbitrum Goerli' > blockExplorer.url: test/chains.test.ts#L64
TypeError: fetch failed ❯ test/chains.test.ts:64:7 Caused by: Error: getaddrinfo ENOTFOUND goerli.arbiscan.io ❯ GetAddrInfoReqWrap.onlookup [as oncomplete] node:dns:107:26 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -3007, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'goerli.arbiscan.io' }
test/chains.test.ts > 'Bahamut' > blockExplorer.apiUrl: test/chains.test.ts#L85
AssertionError: expected { …(3) } to match object { status: '1', …(1) } - Expected + Received Object { - "message": StringContaining "OK", - "status": "1", + "message": "429 Too Many Requests", + "result": null, + "status": "0", } ❯ test/chains.test.ts:85:20
test/chains.test.ts > 'Base Goerli' > http: src/utils/rpc/http.ts#L141
HttpRequestError: HTTP request failed. URL: https://goerli.base.org Request body: {"method":"eth_chainId"} Details: Unexpected token < in JSON at position 0 Version: [email protected] ❯ Object.request src/utils/rpc/http.ts:141:15 ❯ test/chains.test.ts:26:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'Unexpected token < in JSON at position 0', docsPath: undefined, metaMessages: [ 'URL: https://goerli.base.org', 'Request body: {"method":"eth_chainId"}' ], shortMessage: 'HTTP request failed.', version: '[email protected]', body: { method: 'eth_chainId' }, headers: undefined, status: undefined, url: 'https://goerli.base.org', walk: 'Function<walk>' }
test/chains.test.ts > 'Bear Network Chain Testnet' > http: src/utils/rpc/http.ts#L109
TimeoutError: The request took too long to respond. URL: https://brnkc-test.bearnetwork.net Request body: {"method":"eth_chainId"} Details: The request timed out. Version: [email protected] ❯ Object.request src/utils/rpc/http.ts:109:28 ❯ test/chains.test.ts:27:12 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'The request timed out.', docsPath: undefined, metaMessages: [ 'URL: https://brnkc-test.bearnetwork.net', 'Request body: {"method":"eth_chainId"}' ], shortMessage: 'The request took too long to respond.', version: '[email protected]', walk: 'Function<walk>' }
test/chains.test.ts > 'BitTorrent Chain Testnet' > http: src/utils/rpc/http.ts#L141
HttpRequestError: HTTP request failed. URL: https://testrpc.bittorrentchain.io Request body: {"method":"eth_chainId"} Details: fetch failed Version: [email protected] ❯ Object.request src/utils/rpc/http.ts:141:15 ❯ test/chains.test.ts:26:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: https://testrpc.bittorrentchain.io', 'Request body: {"method":"eth_chainId"}' ], shortMessage: 'HTTP request failed.', version: '[email protected]', body: { method: 'eth_chainId' }, headers: undefined, status: undefined, url: 'https://testrpc.bittorrentchain.io', walk: 'Function<walk>' }
test/chains.test.ts > 'BitTorrent Chain Testnet' > blockExplorer.apiUrl: test/chains.test.ts#L85
AssertionError: expected { status: '0', message: 'NOTOK', …(1) } to match object { status: '1', …(1) } - Expected + Received Object { "message": StringContaining "OK", - "status": "1", + "result": "Invalid API URL endpoint", + "status": "0", } ❯ test/chains.test.ts:85:20
test/chains.test.ts > 'Bronos' > http: src/utils/rpc/http.ts#L141
HttpRequestError: HTTP request failed. URL: https://evm.bronos.org Request body: {"method":"eth_chainId"} Details: fetch failed Version: [email protected] ❯ Object.request src/utils/rpc/http.ts:141:15 ❯ test/chains.test.ts:26:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: https://evm.bronos.org', 'Request body: {"method":"eth_chainId"}' ], shortMessage: 'HTTP request failed.', version: '[email protected]', body: { method: 'eth_chainId' }, headers: undefined, status: undefined, url: 'https://evm.bronos.org', walk: 'Function<walk>' }
test/chains.test.ts > 'Bronos' > blockExplorer.url: test/chains.test.ts#L64
TypeError: fetch failed ❯ test/chains.test.ts:64:7 Caused by: Error: getaddrinfo ENOTFOUND broscan.bronos.org ❯ GetAddrInfoReqWrap.onlookup [as oncomplete] node:dns:107:26 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'broscan.bronos.org' }