Skip to content

Commit 9351f36

Browse files
0xsequence-botandres-horizontaylanpince
authored
[AUTOMATED] Update constants.ts (#929)
* [AUTOMATED] Update constants.ts * [AUTOMATED] Update constants.ts --------- Co-authored-by: andres-horizon <162160045+andres-horizon@users.noreply.github.com> Co-authored-by: taylanpince <12650+taylanpince@users.noreply.github.com>
1 parent a135a0a commit 9351f36

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

packages/network/src/constants.ts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ export enum ChainId {
147147
SANDBOX_TESTNET = 6252,
148148

149149
// ARC
150-
ARC_TESTNET = 5042002
150+
ARC_TESTNET = 5042002,
151+
152+
// HYPEREVM
153+
HYPEREVM = 999
151154
}
152155

153156
export const networks: Record<ChainId, NetworkMetadata> = {
@@ -1215,6 +1218,24 @@ export const networks: Record<ChainId, NetworkMetadata> = {
12151218
name: 'USDC',
12161219
decimals: 18
12171220
}
1221+
},
1222+
1223+
[ChainId.HYPEREVM]: {
1224+
chainId: ChainId.HYPEREVM,
1225+
type: NetworkType.MAINNET,
1226+
name: 'hyperevm',
1227+
title: 'HyperEVM',
1228+
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.HYPEREVM}.webp`,
1229+
testnet: false,
1230+
blockExplorer: {
1231+
name: 'HyperEVM',
1232+
rootUrl: 'https://www.hyperscan.com/'
1233+
},
1234+
nativeToken: {
1235+
symbol: 'HYPE',
1236+
name: 'HYPE',
1237+
decimals: 18
1238+
}
12181239
}
12191240
}
12201241

0 commit comments

Comments
 (0)