@heliofi/evm-adapter
Advanced tools
Comparing version 0.0.30-alpha.0 to 0.0.30-beta
export * from './helio'; | ||
export * from './erc20'; | ||
export * from './erc721'; | ||
export * from './erc1155'; |
@@ -19,2 +19,4 @@ "use strict"; | ||
__exportStar(require("./erc20"), exports); | ||
__exportStar(require("./erc721"), exports); | ||
__exportStar(require("./erc1155"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,8 +5,4 @@ "use strict"; | ||
const constants_1 = require("./constants"); | ||
const getContractAddress = (chainIdNr) => { | ||
return chainIdNr in constants_1.ChainId | ||
? constants_1.ContractAddress[constants_1.ChainId[chainIdNr]] | ||
: undefined; | ||
}; | ||
const getContractAddress = (chainIdNr) => chainIdNr in constants_1.ChainId ? constants_1.ContractAddress[constants_1.ChainId[chainIdNr]] : undefined; | ||
exports.getContractAddress = getContractAddress; | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@heliofi/evm-adapter", | ||
"version": "0.0.30-alpha.0", | ||
"version": "0.0.30-beta", | ||
"description": "API to interact with Helio Finances program on EVM chains.", | ||
@@ -95,4 +95,3 @@ "main": "dist/index.js", | ||
"singleQuote": true | ||
}, | ||
"gitHead": "7de79cf9e8f671a2ecca4bed7e828d6ebb762814" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84211
55
1724
0