@exodus/assets-base
Advanced tools
Comparing version 8.0.122 to 8.0.123
@@ -0,1 +1,5 @@ | ||
# 8.0.123 / 2022-03-17 | ||
- add gasLimit, contractGasLimit for ETH-like assets | ||
# 8.0.122 / 2022-02-26 | ||
@@ -2,0 +6,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.units = exports.ticker = exports.properTicker = exports.properName = exports.name = exports.displayNetworkTicker = exports.displayNetworkName = exports.blockExplorer = exports.assetType = void 0; | ||
exports.units = exports.ticker = exports.properTicker = exports.properName = exports.name = exports.gasLimit = exports.displayNetworkTicker = exports.displayNetworkName = exports.contractGasLimit = exports.blockExplorer = exports.assetType = void 0; | ||
@@ -23,2 +23,6 @@ var _types = require("./_types"); | ||
exports.displayNetworkName = displayNetworkName; | ||
const gasLimit = 21e3; | ||
exports.gasLimit = gasLimit; | ||
const contractGasLimit = 1e6; | ||
exports.contractGasLimit = contractGasLimit; | ||
const units = { | ||
@@ -25,0 +29,0 @@ wei: 0, |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.units = exports.ticker = exports.properName = exports.name = exports.blockExplorer = exports.assetType = void 0; | ||
exports.units = exports.ticker = exports.properName = exports.name = exports.gasLimit = exports.contractGasLimit = exports.blockExplorer = exports.assetType = void 0; | ||
@@ -17,2 +17,6 @@ var _types = require("./_types"); | ||
exports.ticker = ticker; | ||
const gasLimit = 21e3; | ||
exports.gasLimit = gasLimit; | ||
const contractGasLimit = 1e6; | ||
exports.contractGasLimit = contractGasLimit; | ||
const units = { | ||
@@ -19,0 +23,0 @@ wei: 0, |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.units = exports.ticker = exports.properName = exports.name = exports.blockExplorer = exports.assetType = void 0; | ||
exports.units = exports.ticker = exports.properName = exports.name = exports.gasLimit = exports.contractGasLimit = exports.blockExplorer = exports.assetType = void 0; | ||
@@ -17,2 +17,6 @@ var _types = require("./_types"); | ||
exports.ticker = ticker; | ||
const gasLimit = 21e3; | ||
exports.gasLimit = gasLimit; | ||
const contractGasLimit = 1e6; | ||
exports.contractGasLimit = contractGasLimit; | ||
const units = { | ||
@@ -19,0 +23,0 @@ wei: 0, |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.units = exports.ticker = exports.properTicker = exports.properName = exports.name = exports.displayNetworkTicker = exports.displayNetworkName = exports.blockExplorer = exports.assetType = void 0; | ||
exports.units = exports.ticker = exports.properTicker = exports.properName = exports.name = exports.gasLimit = exports.displayNetworkTicker = exports.displayNetworkName = exports.contractGasLimit = exports.blockExplorer = exports.assetType = void 0; | ||
@@ -23,2 +23,6 @@ var _types = require("./_types"); | ||
exports.displayNetworkName = displayNetworkName; | ||
const gasLimit = 21e3; | ||
exports.gasLimit = gasLimit; | ||
const contractGasLimit = 1e6; | ||
exports.contractGasLimit = contractGasLimit; | ||
const units = { | ||
@@ -25,0 +29,0 @@ wei: 0, |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "8.0.122", | ||
"version": "8.0.123", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
186118
4198