File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ export const NETWORK_ICON_MAP: NETWORK_ICON_MAP = {
207207} ;
208208
209209export 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
242242export const ENTRY_POINT_ADDRESS_MAP : { [ key : string ] : string } = {
You can’t perform that action at this time.
0 commit comments