@swapkit/types
Advanced tools
Comparing version 0.0.0-nightly-20240319084137 to 0.0.0-nightly-20240404074240
{ | ||
"author": "swapkit-oss", | ||
"description": "SwapKit Lib types", | ||
"description": "SwapKit - Types", | ||
"devDependencies": { | ||
"vite": "5.1.6" | ||
"bun-types": "1.1.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
@@ -20,4 +13,3 @@ "src/", | ||
"license": "Apache-2.0", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.es.js", | ||
"main": "./dist/index.js", | ||
"name": "@swapkit/types", | ||
@@ -29,11 +21,11 @@ "react-native": "./src/index.ts", | ||
}, | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"version": "0.0.0-nightly-20240319084137", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist vite.config.ts.* node_modules", | ||
"build": "bun run ./build.ts", | ||
"clean": "rm -rf .turbo dist node_modules tsconfig.tsbuildinfo", | ||
"lint": "biome check --apply ./src", | ||
"test": "echo 'No tests yet'" | ||
} | ||
} | ||
"type-check": "tsc --noEmit" | ||
}, | ||
"type": "module", | ||
"types": "./src/index.ts", | ||
"version": "0.0.0-nightly-20240404074240" | ||
} |
@@ -53,3 +53,3 @@ export enum Chain { | ||
export type DerivationPathArray = [number, number, number, number, number]; | ||
export type DerivationPathArray = [number, number, number, number, number?]; | ||
@@ -237,13 +237,2 @@ export const NetworkDerivationPath: Record<Chain, DerivationPathArray> = { | ||
export enum ApiUrl { | ||
Cosmos = "https://node-router.thorswap.net/cosmos/rest", | ||
Kujira = "https://lcd-kujira.synergynodes.com/", | ||
MayanodeMainnet = "https://mayanode.mayachain.info", | ||
MayanodeStagenet = "https://stagenet.mayanode.mayachain.info", | ||
ThornodeMainnet = "https://thornode.thorswap.net", | ||
ThornodeStagenet = "https://stagenet-thornode.ninerealms.com", | ||
ThorswapApi = "https://api.thorswap.net", | ||
ThorswapStatic = "https://static.thorswap.net", | ||
} | ||
const chains = Object.values(Chain) as Chain[]; | ||
@@ -250,0 +239,0 @@ const chainNames = Object.keys(Chain) as ChainNameType[]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
114788
12
1220