@@ -17,6 +17,18 @@ export const NETWORK_LIST = [
1717 iconPath : '/images/ethereum-logo-rainbow.svg' ,
1818 iconPathInverted : '/images/ethereum-logo-rainbow.svg' ,
1919 } ,
20+ {
21+ name : 'Base' ,
22+ key : 'base' ,
23+ iconPath : '/images/base-logo.svg' ,
24+ iconPathInverted : '/images/base-logo.svg' ,
25+ } ,
26+ {
27+ name : 'Vanar Testnet' ,
28+ key : 'vanar-testnet' ,
29+ iconPath : '/images/vanarlogo.svg' ,
30+ iconPathInverted : '/images/vanarlogo.svg' ,
31+ } ,
2032 {
2133 name : 'Cyber Mainnet' ,
2234 key : 'cyber-mainnet' ,
@@ -137,12 +149,7 @@ export const NETWORK_LIST = [
137149 iconPath : '/images/bsc-logo.svg' ,
138150 iconPathInverted : '/images/bsc-logo.svg' ,
139151 } ,
140- {
141- name : 'Vanar Testnet' ,
142- key : 'vanar-testnet' ,
143- iconPath : '/images/vanarlogo.svg' ,
144- iconPathInverted : '/images/vanarlogo.svg' ,
145- } ,
152+
146153 // {
147154 // name: 'Celo Alfajores',
148155 // key: 'celo-alfajores',
@@ -186,7 +193,6 @@ export const NETWORK_ICON_MAP: NETWORK_ICON_MAP = {
186193 'polygon-amoy' : '/images/polygon-mumbai-icon.svg' ,
187194 'cyber-mainnet' : '/images/cyber-logo.svg' ,
188195 'vanar-testnet' : '/images/vanarlogo.svg' ,
189-
190196} ;
191197
192198export const NETWORK_SCANNER_MAP : { [ key : string ] : string } = {
@@ -215,7 +221,7 @@ export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
215221 degen : 'https://explorer.degen.tips' ,
216222 'polygon-amoy' : 'https://www.oklink.com/amoy' ,
217223 'cyber-mainnet' : 'https://cyber-explorer.alt.technology' ,
218- 'vanar-testnet' : 'https://explorer-vanguard.vanarchain.com'
224+ 'vanar-testnet' : 'https://explorer-vanguard.vanarchain.com' ,
219225} ;
220226
221227export const ENTRY_POINT_ADDRESS_MAP : { [ key : string ] : string } = {
0 commit comments