Skip to content

Commit

Permalink
adding the word testnet to logo images
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Dec 30, 2024
1 parent c5c07de commit 41c679e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/branding/teloszk-teloscan-logo-testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/config/chains/telos-evm-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const config: NetworkConfig =
'notify-error': '#990000',
'notify-neutral': '#4D4D4D',
'notify-info': '#006699',
'title-image': '/branding/telos-teloscan-logo.png',
'title-image': '/branding/telos-teloscan-logo-testnet.png',
},
'dark': {
'primary': '#00AA77',
Expand All @@ -103,7 +103,7 @@ const config: NetworkConfig =
'notify-error': '#FF0000',
'notify-neutral': '#858585',
'notify-info': '#0099FF',
'title-image': '/branding/telos-teloscan-logo--dark.png',
'title-image': '/branding/telos-teloscan-logo-testnet--dark.png',
},
},
'tokenListUrl': 'https://raw.githubusercontent.com/telosnetwork/token-list/main/telosevm.tokenlist.json',
Expand Down
4 changes: 2 additions & 2 deletions src/config/chains/telos-zkevm-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config: NetworkConfig =
'notify-error': '#880000',
'notify-neutral': '#4D4D4D',
'notify-info': '#008888',
'title-image': '/branding/teloszk-teloscan-logo.png',
'title-image': '/branding/teloszk-teloscan-logo-testnet.png',
},
'dark': {
'primary': '#4b95aa',
Expand All @@ -105,7 +105,7 @@ const config: NetworkConfig =
'notify-error': '#b30909',
'notify-neutral': '#858585',
'notify-info': '#15baba',
'title-image': '/branding/teloszk-teloscan-logo--dark.png',
'title-image': '/branding/teloszk-teloscan-logo-testnet--dark.png',
},
},
'tokenListUrl': 'https://raw.githubusercontent.com/telosnetwork/token-list/refs/heads/main/teloszkevm.tokenlist.json',
Expand Down

0 comments on commit 41c679e

Please sign in to comment.