@@ -107,6 +107,12 @@ export const NETWORK_LIST = [
107107 iconPath : '/images/arbitrum-logo.svg' ,
108108 iconPathInverted : '/images/arbitrum-logo.svg' ,
109109 } ,
110+ {
111+ name : 'Celo Alfajores' ,
112+ key : 'celo-alfajores' ,
113+ iconPath : '/images/Celo_logo_black.svg' ,
114+ iconPathInverted : '/images/celo_logo.svg' ,
115+ } ,
110116] ;
111117
112118export const PAGE_SIZE_LIST : number [ ] = [ 10 , 25 , 50 , 100 ] ;
@@ -134,6 +140,7 @@ export const NETWORK_ICON_MAP: NETWORK_ICON_MAP = {
134140 'gnosis' : '/images/gnosis-logo.svg' ,
135141 'bsc' : '/images/bsc-logo.svg' ,
136142 'fuse' : '/images/fuse-logo.svg' ,
143+ 'celo-alfajores' : '/images/Celo_logo_black.svg' ,
137144} ;
138145
139146export const NETWORK_SCANNER_MAP : { [ key : string ] : string } = {
@@ -155,6 +162,7 @@ export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
155162 "avalanche-fuji" : 'https://testnet.snowtrace.io' ,
156163 "fuse" : 'https://explorer.fuse.io' ,
157164 'base' : 'https://basescan.org' ,
165+ "celo-alfajores" : 'https://alfajores.celoscan.io' ,
158166} ;
159167
160168export const POWERED_BY_LOGO_MAP : { [ id : string ] : { [ id : string ] : string } } = {
0 commit comments