@chain-registry/cosmostation
Advanced tools
Comparing version 1.34.0 to 1.35.0
@@ -27,3 +27,3 @@ "use strict"; | ||
var chainRegistryChainToCosmostation = exports.chainRegistryChainToCosmostation = function chainRegistryChainToCosmostation(chain, assets) { | ||
var chainRegistryChainToCosmostation = function chainRegistryChainToCosmostation(chain, assets) { | ||
var _assets$find, _chain$staking, _currencies$find; | ||
@@ -52,3 +52,3 @@ var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : { | ||
})) !== null && _currencies$find !== void 0 ? _currencies$find : currencies[0]; | ||
var gasPriceStep = (0, _utils.getGasPriceStep)(chain); | ||
var gasPriceRanges = (0, _utils.getGasPriceRangesFromChain)(chain); | ||
var chainInfo = { | ||
@@ -66,4 +66,4 @@ chainId: chain.chain_id, | ||
// optional (default: { average: '0.025', low: '0.0025', tiny: '0.00025' }) | ||
average: gasPriceStep.average.toString(), | ||
low: gasPriceStep.low.toString(), | ||
average: gasPriceRanges.average.toString(), | ||
low: gasPriceRanges.low.toString(), | ||
tiny: '0.00025' | ||
@@ -74,3 +74,5 @@ } | ||
}; | ||
return chainInfo; | ||
}; | ||
}; | ||
exports.chainRegistryChainToCosmostation = chainRegistryChainToCosmostation; |
{ | ||
"name": "@chain-registry/cosmostation", | ||
"version": "1.34.0", | ||
"version": "1.35.0", | ||
"description": "Chain Registry to Cosmostation", | ||
@@ -60,3 +60,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"babel-watch": "^7.7.2", | ||
"chain-registry": "^1.31.0", | ||
"chain-registry": "^1.32.0", | ||
"cross-env": "^7.0.2", | ||
@@ -77,6 +77,6 @@ "eslint": "8.38.0", | ||
"@chain-registry/types": "^0.18.1", | ||
"@chain-registry/utils": "^1.18.2", | ||
"@chain-registry/utils": "^1.19.0", | ||
"@cosmostation/extension-client": "0.1.15" | ||
}, | ||
"gitHead": "61dff01c003267ef7638659a16ef1429feb95cab" | ||
"gitHead": "e57916824aad1598342fe9175e9e87b1ba0babcb" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
75
10732
5
1