New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heliofi/evm-adapter

Package Overview
Dependencies
Maintainers
8
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heliofi/evm-adapter - npm Package Compare versions

Comparing version 0.0.30-alpha.0 to 0.0.30-beta

.prettierrc.json

2

dist/src/abi/index.d.ts
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

6

dist/src/utils.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc