Skip to content

Commit b728823

Browse files
committed
adding vanar testnet explorer and icon link
1 parent 2ccce77 commit b728823

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/common/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

198199
export 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

227229
export const ENTRY_POINT_ADDRESS_MAP: { [key: string]: string } = {

0 commit comments

Comments
 (0)