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

@requestnetwork/smart-contracts

Package Overview
Dependencies
Maintainers
4
Versions
665
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/smart-contracts - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1-next.1267

dist/artifacts/ERC20FeeProxy/0.1.0.d.ts

3

dist/src/lib/index.d.ts

@@ -0,1 +1,2 @@

import * as erc20FeeProxyArtifact from './erc20FeeProxyArtifact';
import * as erc20ProxyArtifact from './erc20ProxyArtifact';

@@ -5,3 +6,3 @@ import * as ethereumProxyArtifact from './ethereumProxyArtifact';

import * as requestHashSubmitterArtifact from './requestHashSubmitterArtifact';
export { ethereumProxyArtifact, erc20ProxyArtifact, requestHashStorageArtifact, requestHashSubmitterArtifact, };
export { ethereumProxyArtifact, erc20FeeProxyArtifact, erc20ProxyArtifact, requestHashStorageArtifact, requestHashSubmitterArtifact, };
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const erc20FeeProxyArtifact = require("./erc20FeeProxyArtifact");
exports.erc20FeeProxyArtifact = erc20FeeProxyArtifact;
const erc20ProxyArtifact = require("./erc20ProxyArtifact");

@@ -4,0 +6,0 @@ exports.erc20ProxyArtifact = erc20ProxyArtifact;

{
"name": "@requestnetwork/smart-contracts",
"version": "0.9.0",
"version": "0.9.1-next.1267+9141e126",
"publishConfig": {

@@ -57,3 +57,3 @@ "access": "public"

},
"gitHead": "ed3e1f9eba380737c23ef5afa49ce2243ee3e123"
"gitHead": "9141e126aacdf7ade567921e74d82d19fd35f9ac"
}

@@ -45,2 +45,3 @@ # @requestnetwork/smart-contracs

- `EthereumProxy` smart contract used by the ethereum proxy contract payment network to store payment references of Ethereum transfers
- `ERC20FeeProxy` smart contract used by the erc20 fee proxy contract payment network to store payment references of erc20 transfers with fees

@@ -47,0 +48,0 @@ #### Smart contracts local deployment

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

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