Skip to content

Commit 78b9a30

Browse files
committed
adding edu chain to networks list
1 parent f3cb07e commit 78b9a30

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

public/images/EduchainLogo.svg

Lines changed: 18 additions & 0 deletions
Loading

src/components/common/constants.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ export const NETWORK_LIST = [
149149
iconPath: '/images/bsc-logo.svg',
150150
iconPathInverted: '/images/bsc-logo.svg',
151151
},
152+
{
153+
name: 'EDU Chain',
154+
key: 'educhain',
155+
iconPath: '/images/EduchainLogo.svg',
156+
iconPathInverted: '/images/EduchainLogo.svg',
157+
},
152158

153159
// {
154160
// name: 'Celo Alfajores',
@@ -195,6 +201,7 @@ export const NETWORK_ICON_MAP: NETWORK_ICON_MAP = {
195201
'vanar-testnet': '/images/vanarlogo.svg',
196202
'vanar-mainnet': '/images/vanarlogo.svg',
197203
testnet: '/images/vanar-testnet',
204+
educhain: '/images/EduchainLogo.svg'
198205
};
199206

200207
export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
@@ -226,6 +233,7 @@ export const NETWORK_SCANNER_MAP: { [key: string]: string } = {
226233
'vanar-testnet': 'https://explorer-vanguard.vanarchain.com',
227234
'vanar-mainnet': 'https://explorer.vanarchain.com',
228235
testnet: 'https://explorer-vanguard.vanarchain.com',
236+
educhain: 'https://opencampus-codex.blockscout.com/'
229237
};
230238

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

0 commit comments

Comments
 (0)