@near-eth/utils
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -5,2 +5,3 @@ export * as urlParams from './url-params'; | ||
export * as aurora from './aurora'; | ||
export { findFinalizationTxOnEthereum, findFinalizationTxOnNear } from './findFinalizationTx'; | ||
export { borshifyOutcomeProof } from './borshify-proof'; | ||
@@ -7,0 +8,0 @@ export { ethOnNearSyncHeight } from './ethOnNearClient'; |
@@ -22,3 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.buildIndexerTxQuery = exports.findNearProof = exports.findEthProof = exports.nearOnEthSyncHeight = exports.ethOnNearSyncHeight = exports.borshifyOutcomeProof = exports.aurora = exports.nep141 = exports.erc20 = exports.urlParams = void 0; | ||
exports.buildIndexerTxQuery = exports.findNearProof = exports.findEthProof = exports.nearOnEthSyncHeight = exports.ethOnNearSyncHeight = exports.borshifyOutcomeProof = exports.findFinalizationTxOnNear = exports.findFinalizationTxOnEthereum = exports.aurora = exports.nep141 = exports.erc20 = exports.urlParams = void 0; | ||
exports.urlParams = __importStar(require("./url-params")); | ||
@@ -28,2 +28,5 @@ exports.erc20 = __importStar(require("./erc20")); | ||
exports.aurora = __importStar(require("./aurora")); | ||
var findFinalizationTx_1 = require("./findFinalizationTx"); | ||
Object.defineProperty(exports, "findFinalizationTxOnEthereum", { enumerable: true, get: function () { return findFinalizationTx_1.findFinalizationTxOnEthereum; } }); | ||
Object.defineProperty(exports, "findFinalizationTxOnNear", { enumerable: true, get: function () { return findFinalizationTx_1.findFinalizationTxOnNear; } }); | ||
var borshify_proof_1 = require("./borshify-proof"); | ||
@@ -30,0 +33,0 @@ Object.defineProperty(exports, "borshifyOutcomeProof", { enumerable: true, get: function () { return borshify_proof_1.borshifyOutcomeProof; } }); |
@@ -8,2 +8,3 @@ import { Account } from 'near-api-js'; | ||
decimals: number; | ||
name: string; | ||
icon: string; | ||
@@ -10,0 +11,0 @@ }>; |
{ | ||
"name": "@near-eth/utils", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"license": "(MIT AND Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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 not supported yet
58788
47
651