diff --git a/icons/ABI.svg b/icons/ABI.svg index 0416e2e137..9e5e27982d 100644 --- a/icons/ABI.svg +++ b/icons/ABI.svg @@ -1,9 +1,9 @@ - + - + diff --git a/icons/clock-light.svg b/icons/clock-light.svg index 785174078b..a41614753a 100644 --- a/icons/clock-light.svg +++ b/icons/clock-light.svg @@ -1,10 +1,10 @@ - + - + diff --git a/icons/copy.svg b/icons/copy.svg index 7b0b154c26..778c59dcf1 100644 --- a/icons/copy.svg +++ b/icons/copy.svg @@ -1,9 +1,9 @@ - + - + diff --git a/icons/explorer.svg b/icons/explorer.svg index 91a3e683fa..dd9e6b57af 100644 --- a/icons/explorer.svg +++ b/icons/explorer.svg @@ -1,10 +1,10 @@ - + - + diff --git a/icons/nft_shield.svg b/icons/nft_shield.svg index 5f055f02ee..0d2a83e9a3 100644 --- a/icons/nft_shield.svg +++ b/icons/nft_shield.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/restAPI.svg b/icons/restAPI.svg index 8924b2e2ba..8a6faf3d5f 100644 --- a/icons/restAPI.svg +++ b/icons/restAPI.svg @@ -1,11 +1,11 @@ - + - + diff --git a/icons/social/opensea_filled.svg b/icons/social/opensea_filled.svg index a6c8798ccc..a1369318e9 100644 --- a/icons/social/opensea_filled.svg +++ b/icons/social/opensea_filled.svg @@ -1,8 +1,8 @@ - + - + diff --git a/icons/testnetv2.svg b/icons/testnetv2.svg new file mode 100644 index 0000000000..9218c0906d --- /dev/null +++ b/icons/testnetv2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/xdai.svg b/icons/tokens/xdai.svg index 6a719eb2b6..17028c76bf 100644 --- a/icons/tokens/xdai.svg +++ b/icons/tokens/xdai.svg @@ -1,9 +1,9 @@ - + - - + + - + diff --git a/icons/top-accounts.svg b/icons/top-accounts.svg index 272f4742a0..b74d07e854 100644 --- a/icons/top-accounts.svg +++ b/icons/top-accounts.svg @@ -1,9 +1,9 @@ - + - + diff --git a/icons/verified.svg b/icons/verified.svg index 8d6d5eecda..b92152ab44 100644 --- a/icons/verified.svg +++ b/icons/verified.svg @@ -1,9 +1,9 @@ - + - + diff --git a/icons/wallet.svg b/icons/wallet.svg index 8f04aff392..4dea2adff2 100644 --- a/icons/wallet.svg +++ b/icons/wallet.svg @@ -1,10 +1,10 @@ - + - + diff --git a/icons/wallets/token-pocket.svg b/icons/wallets/token-pocket.svg index fefaa9f269..e9566f816d 100644 --- a/icons/wallets/token-pocket.svg +++ b/icons/wallets/token-pocket.svg @@ -1,14 +1,14 @@ - + - + - + - + diff --git a/public/icons/name.d.ts b/public/icons/name.d.ts index 58a113a771..5d4712dc04 100644 --- a/public/icons/name.d.ts +++ b/public/icons/name.d.ts @@ -142,6 +142,7 @@ | "sun" | "swap" | "testnet" + | "testnetv2" | "token-placeholder" | "token" | "tokens" diff --git a/ui/blocks/BlocksTableItem.tsx b/ui/blocks/BlocksTableItem.tsx index 4037fdf19b..c9ce1e98f0 100644 --- a/ui/blocks/BlocksTableItem.tsx +++ b/ui/blocks/BlocksTableItem.tsx @@ -33,7 +33,6 @@ const BlocksTableItem = ({ data, isLoading, enableTimeIncrement }: Props) => { const txFees = BigNumber(data.tx_fees || 0); const separatorColor = useColorModeValue('gray.200', 'gray.700'); - const burntFeesIconColor = useColorModeValue('gray.500', 'inherit'); return (
{ - + { burntFees.dividedBy(WEI).toFixed(8) } diff --git a/ui/snippets/navigation/NavigationDesktop.tsx b/ui/snippets/navigation/NavigationDesktop.tsx index aacda764f7..5eb4fefdc6 100644 --- a/ui/snippets/navigation/NavigationDesktop.tsx +++ b/ui/snippets/navigation/NavigationDesktop.tsx @@ -71,7 +71,7 @@ const NavigationDesktop = () => { }} onClick={ handleContainerClick } > - { config.chain.isTestnet && } + { config.chain.isTestnet && }