Skip to content

Commit

Permalink
chore: update EH testnet name
Browse files Browse the repository at this point in the history
  • Loading branch information
slavastartsev committed Jun 19, 2024
1 parent 1150d82 commit 0c66840
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@electra.finance/sdk",
"version": "0.2.24-rc1000",
"version": "0.2.24-rc1001",
"description": "Electra finance SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config/envs.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
}
},
"123420000034": {
"api": "https://testing.electra.finance/event-horizon",
"api": "https://testing.electra.finance/event-horizon-testnet",
"services": {
"aggregator": {
"http": "/backend",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SupportedChainId } from '../types.js';
export const developmentChains = [
SupportedChainId.BSC_TESTNET,
SupportedChainId.SEPOLIA,
SupportedChainId.EVENT_HORIZON
SupportedChainId.EVENT_HORIZON_TESTNET
];
export const productionChains = [
SupportedChainId.MAINNET,
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export enum SupportedChainId {

BSC_TESTNET = '97',
SEPOLIA = '11155111',
EVENT_HORIZON = '123420000034',
EVENT_HORIZON_TESTNET = '123420000034',

// For testing and debug purpose
// BROKEN = '0',
Expand Down

0 comments on commit 0c66840

Please sign in to comment.