Socket
Socket
Sign inDemoInstall

ethereum-transfer-gateway

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-transfer-gateway - npm Package Compare versions

Comparing version 0.1.0-beta.2 to 0.1.0-beta.3

0

export/deploy/001_deploy_transfer_gateway.js

@@ -0,0 +0,0 @@ "use strict";

12

package.json
{
"name": "ethereum-transfer-gateway",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Ethhereum Transfer Gateway to Receiver Token without prior Approval",

@@ -27,2 +27,3 @@ "repository": "github:wighawag/transfer-gateway",

"devDependencies": {
"@codechecks/client": "^0.1.10",
"@ethereum-waffle/chai": "^3.0.2",

@@ -43,5 +44,6 @@ "@ethersproject/wallet": "^5.0.5",

"fs-extra": "^9.0.1",
"hardhat": "^2.0.1",
"hardhat-deploy": "^0.7.0-beta.22",
"hardhat": "^2.0.2",
"hardhat-deploy": "^0.7.0-beta.28",
"hardhat-deploy-ethers": "^0.3.0-beta.5",
"hardhat-gas-reporter": "^1.0.0",
"mocha": "^8.1.1",

@@ -60,4 +62,6 @@ "prettier": "^2.0.5",

"lint:fix": "eslint --fix \"**/*.{js,ts}\" && solhint --fix src/**/*.sol",
"format": "prettier --write \"**/*.{ts,js,sol}\"",
"format": "prettier --check \"**/*.{ts,js,sol}\"",
"format:fix": "prettier --write \"**/*.{ts,js,sol}\"",
"test": "cross-env HARDHAT_DEPLOY_FIXTURE=true HARDHAT_COMPILE=true mocha --bail --recursive test",
"gas": "cross-env REPORT_GAS=true hardhat test",
"coverage": "cross-env HARDHAT_DEPLOY_FIXTURE=true --network coverage coverage",

@@ -64,0 +68,0 @@ "dev": "hardhat node --reset --watch --export contractsInfo.json",

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