Skip to content

chore(suite): add priority fee network feature #11706

chore(suite): add priority fee network feature

chore(suite): add priority fee network feature #11706

Triggered via pull request February 11, 2025 10:50
Status Failure
Total duration 13m 49s
Artifacts

check-code-validation.yml

on: pull_request
Setup and Cache Dependencies
2m 5s
Setup and Cache Dependencies
Type Checking
2m 27s
Type Checking
Linting and formatting
3m 51s
Linting and formatting
Unit Tests
11m 3s
Unit Tests
Build libs for publishing
3m 48s
Build libs for publishing
Other Checks
2m 0s
Other Checks
Releases revision Checks
1m 37s
Releases revision Checks
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Type Checking
Type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base Ethereum"; readonly name: "Base"; readonly networkType: "ethereum"; readonly chainId: 8453; readonly bi
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Type Checking
Parameter 'backend' implicitly has an 'any' type.
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Type Checking
Parameter 'backend' implicitly has an 'any' type.
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Type Checking
Element implicitly has an 'any' type because expression of type 'NetworkSymbol' can't be used to index type '{ readonly btc: { readonly symbol: "btc"; readonly displaySymbol: "BTC"; readonly name: "Bitcoin"; readonly networkType: "bitcoin"; readonly bip43Path: "m/84'/0'/i'"; readonly decimals: 8; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "amount-unit"]; readonly backendTypes: ["blockbook", "electrum"]; readonly accountTypes: { readonly coinjoin: { readonly accountType: "coinjoin"; readonly bip43Path: "m/10025'/0'/i'/1'"; readonly backendType: "coinjoin"; readonly features: ["rbf", "amount-unit"]; }; readonly taproot: { readonly accountType: "taproot"; readonly bip43Path: "m/86'/0'/i'"; readonly features: ["rbf", "amount-unit"]; }; readonly segwit: { readonly accountType: "segwit"; readonly bip43Path: "m/49'/0'/i'"; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/0'/i'"; }; }; readonly coingeckoId: "bitcoin"; readonly tradeCryptoId: "bitcoin"; }; readonly eth: { readonly symbol: "eth"; readonly displaySymbol: "ETH"; readonly name: "Ethereum"; readonly networkType: "ethereum"; readonly chainId: 1; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions", "staking"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; readonly legacy: { readonly accountType: "legacy"; readonly bip43Path: "m/44'/60'/0'/i"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "ethereum"; readonly tradeCryptoId: "ethereum"; }; readonly pol: { readonly symbol: "pol"; readonly displaySymbol: "POL"; readonly displaySymbolName: "Polygon"; readonly name: "Polygon PoS"; readonly networkType: "ethereum"; readonly chainId: 137; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "polygon-pos"; readonly tradeCryptoId: "polygon-ecosystem-token"; }; readonly bsc: { readonly symbol: "bsc"; readonly displaySymbol: "BNB"; readonly displaySymbolName: "BNB"; readonly name: "BNB Smart Chain"; readonly networkType: "ethereum"; readonly chainId: 56; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "binance-smart-chain"; readonly tradeCryptoId: "binancecoin"; }; readonly arb: { readonly symbol: "arb"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Arbitrum One Ethereum"; readonly name: "Arbitrum One"; readonly networkType: "ethereum"; readonly chainId: 42161; readonly bip43Path: "m/44'/60'/0'/0/i"; readonly decimals: 18; readonly testnet: false; readonly explorer: Explorer; readonly features: ["rbf", "sign-verify", "tokens", "nfts", "coin-definitions", "nft-definitions"]; readonly backendTypes: ["blockbook"]; readonly accountTypes: { readonly ledger: { readonly accountType: "ledger"; readonly bip43Path: "m/44'/60'/i'/0/0"; readonly isDebugOnlyAccountType: true; }; }; readonly coingeckoId: "arbitrum-one"; readonly tradeCryptoId: "arbitrum-one--0x0000000000000000000000000000000000000000"; }; readonly base: { readonly symbol: "base"; readonly displaySymbol: "ETH"; readonly displaySymbolName: "Base
Unit Tests
Process completed with exit code 1.