Skip to content

Commit 7a7982c

Browse files
[AUTOMATED] Update constants.ts (#705)
Co-authored-by: andres-horizon <162160045+andres-horizon@users.noreply.github.com>
1 parent cb333d7 commit 7a7982c

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

packages/network/src/constants.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ export enum ChainId {
142142
MONAD_TESTNET = 10143,
143143

144144
//SOMNIA_TESTNET
145-
SOMNIA_TESTNET = 50312
145+
SOMNIA_TESTNET = 50312,
146+
147+
//FREQUENCY_TESTNET
148+
FREQUENCY_TESTNET = 53716
146149
}
147150

148151
export const networks: Record<ChainId, NetworkMetadata> = {
@@ -1150,6 +1153,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11501153
name: 'STT',
11511154
decimals: 18
11521155
}
1156+
},
1157+
1158+
[ChainId.FREQUENCY_TESTNET]: {
1159+
chainId: ChainId.FREQUENCY_TESTNET,
1160+
type: NetworkType.TESTNET,
1161+
name: 'frequency-testnet',
1162+
title: 'FREQUENCY Testnet',
1163+
testnet: true,
1164+
blockExplorer: {
1165+
name: 'FREQUENCY Testnet Explorer',
1166+
rootUrl: 'https://explorer.frequency.zeeve.net/'
1167+
},
1168+
nativeToken: {
1169+
symbol: 'BERA',
1170+
name: 'BERA',
1171+
decimals: 18
1172+
}
11531173
}
11541174
}
11551175

0 commit comments

Comments
 (0)