Skip to content

Commit a142669

Browse files
committed
adding explorer url of educhain to constants
1 parent d51259f commit a142669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/common/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const NETWORK_ICON_MAP: NETWORK_ICON_MAP = {
207207
};
208208

209209
export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
210-
'open-campus-test': '/images/EduchainLogo.svg',
210+
'open-campus-test': 'https://opencampus-codex.blockscout.com/',
211211
mainnet: 'https://etherscan.io',
212212
goerli: 'https://goerli.etherscan.io',
213213
sepolia: 'https://sepolia.etherscan.io',
@@ -236,7 +236,7 @@ export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
236236
'vanar-testnet': 'https://explorer-vanguard.vanarchain.com',
237237
'vanar-mainnet': 'https://explorer.vanarchain.com',
238238
testnet: 'https://explorer-vanguard.vanarchain.com',
239-
educhain: 'https://opencampus-codex.blockscout.com/'
239+
240240
};
241241

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

0 commit comments

Comments
 (0)