Skip to content

Commit

Permalink
refactor: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
gurukishore111 committed Feb 20, 2024
1 parent 372f633 commit 8287004
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanx-libs/tanx-connector

## 1.2.0

### Minor Changes

- fix: testnet address has been fixed.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanx-libs/tanx-connector",
"version": "1.1.0",
"version": "1.2.0",
"description": "A NodeJS Connector for the tanX API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 0 additions & 6 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ export const TESTNET = {
} as const

export const CONFIG = {
ALLOWED_NETWORK_NAME_MAINNET: 'mainnet',
ALLOWED_NETWORK_NAME_GOERLI: 'Goerli',
ALLOWED_NETWORK_ID_MAINNET: 1,
ALLOWED_NETWORK_ID_GOERLI: 5,
ALLOWED_CHAIN_ID_MAINNET: '0x1',
ALLOWED_CHAIN_ID_GOERLI: '0x5',
STARK_CONTRACT: {
mainnet: '0x1390f521A79BaBE99b69B37154D63D431da27A07',
testnet: '0xA2eC709125Ea693f5522aEfBBC3cb22fb9146B52',
Expand Down

0 comments on commit 8287004

Please sign in to comment.