🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@knine-sdk/constants

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knine-sdk/constants - npm Package Compare versions

Comparing version
1.16.0
to
1.17.0
+2
-1
dist/cjs/tokens.d.ts

@@ -6,3 +6,4 @@ import { CHAINS } from './chains';

KNINE = "KNINE",
esKNINE = "esKNINE"
esKNINE = "esKNINE",
WBONE = "WBONE"
}

@@ -9,0 +10,0 @@ export declare const TOKENS_BY_NETWORK: {

@@ -18,2 +18,3 @@ 'use strict';

TOKENS["esKNINE"] = "esKNINE";
TOKENS["WBONE"] = "WBONE";
})(exports.TOKENS || (exports.TOKENS = {}));

@@ -33,2 +34,3 @@ const TOKENS_BY_NETWORK = {

[exports.TOKENS.esKNINE]: '',
[exports.TOKENS.WBONE]: '0xC76F4c819D820369Fb2d7C1531aB3Bb18e6fE8d8',
},

@@ -39,2 +41,3 @@ [chains.CHAINS.Puppynet]: {

[exports.TOKENS.esKNINE]: '0x2575727fc17c31dd4eE9072a59d95F2fEE5298d5',
[exports.TOKENS.WBONE]: '0x41c3F37587EBcD46C0F85eF43E38BcfE1E70Ab56',
},

@@ -41,0 +44,0 @@ };

@@ -6,3 +6,4 @@ import { CHAINS } from './chains';

KNINE = "KNINE",
esKNINE = "esKNINE"
esKNINE = "esKNINE",
WBONE = "WBONE"
}

@@ -9,0 +10,0 @@ export declare const TOKENS_BY_NETWORK: {

@@ -10,2 +10,3 @@ import invariant from 'tiny-invariant';

TOKENS["esKNINE"] = "esKNINE";
TOKENS["WBONE"] = "WBONE";
})(TOKENS || (TOKENS = {}));

@@ -25,2 +26,3 @@ const TOKENS_BY_NETWORK = {

[TOKENS.esKNINE]: '',
[TOKENS.WBONE]: '0xC76F4c819D820369Fb2d7C1531aB3Bb18e6fE8d8',
},

@@ -31,2 +33,3 @@ [CHAINS.Puppynet]: {

[TOKENS.esKNINE]: '0x2575727fc17c31dd4eE9072a59d95F2fEE5298d5',
[TOKENS.WBONE]: '0x41c3F37587EBcD46C0F85eF43E38BcfE1E70Ab56',
},

@@ -33,0 +36,0 @@ };

{
"name": "@knine-sdk/constants",
"version": "1.16.0",
"version": "1.17.0",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",