File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ export const NETWORK_ICON_MAP: NETWORK_ICON_MAP = {
193193 'polygon-amoy' : '/images/polygon-mumbai-icon.svg' ,
194194 'cyber-mainnet' : '/images/cyber-logo.svg' ,
195195 'vanar-testnet' : '/images/vanarlogo.svg' ,
196+ testnet : '/images/vanar-testnet' ,
196197} ;
197198
198199export const NETWORK_SCANNER_MAP : { [ key : string ] : string } = {
@@ -222,6 +223,7 @@ export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
222223 'polygon-amoy' : 'https://www.oklink.com/amoy' ,
223224 'cyber-mainnet' : 'https://cyber-explorer.alt.technology' ,
224225 'vanar-testnet' : 'https://explorer-vanguard.vanarchain.com' ,
226+ testnet : 'https://explorer-vanguard.vanarchain.com' ,
225227} ;
226228
227229export const ENTRY_POINT_ADDRESS_MAP : { [ key : string ] : string } = {
You can’t perform that action at this time.
0 commit comments