@coinmasters/tokens
Advanced tools
Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "@coinmasters/tokens", | ||
"version": "3.1.0", | ||
"author": "swapkit-oss-team", | ||
@@ -10,5 +12,5 @@ "description": "SwapKit Lib tokens", | ||
"vitest": "0.34.6", | ||
"@coinmasters/api": "3.0.2", | ||
"@internal/config": "2.0.1", | ||
"@coinmasters/types": "4.0.1" | ||
"@internal/config": "2.1.0", | ||
"@coinmasters/api": "3.1.0", | ||
"@coinmasters/types": "4.1.0" | ||
}, | ||
@@ -33,3 +35,2 @@ "eslintConfig": { | ||
"module": "./dist/index.es.js", | ||
"name": "@coinmasters/tokens", | ||
"publishConfig": { | ||
@@ -42,5 +43,5 @@ "access": "public" | ||
"types": "./dist/index.d.ts", | ||
"version": "3.0.1", | ||
"scripts": { | ||
"build": "vite build", | ||
"build:watch": "nodemon --watch src --exec 'pnpm run build'", | ||
"generate-tokens": "node ./scripts/fetchTokenLists.js", | ||
@@ -47,0 +48,0 @@ "clean": "rm -rf dist vite.config.ts.* .turbo node_modules", |
@@ -19,2 +19,3 @@ export const list = { | ||
{ chain: 'ETH', identifier: 'ETH.ETH', decimals: 18 }, | ||
{ chain: 'XRP', identifier: 'XRP.XRP', decimals: 8 }, | ||
{ chain: 'GAIA', identifier: 'GAIA.ATOM', decimals: 6 }, | ||
@@ -21,0 +22,0 @@ { chain: 'LTC', identifier: 'LTC.LTC', decimals: 8 }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5469858
110696