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

eraswap-sdk

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eraswap-sdk - npm Package Compare versions

Comparing version 1.0.2-commit.65cb61ed to 1.0.3-commit.65cb61ed

24

dist/addresses.d.ts

@@ -50,3 +50,27 @@ export declare const addresses: {

};
test: {
ETH: {
network: string;
esContract: string;
plasmaManager: string;
fundsManager: string;
};
ESN: {
reversePlasma: string;
fundsManager: string;
nrtManager: string;
timeallyManager: string;
timeallyStakingTarget: string;
validatorSet: string;
validatorManager: string;
randomnessManager: string;
blockRewardManager: string;
prepaidEs: string;
dayswappers: string;
kycdapp: string;
timeallyclub: string;
timeAllyPromotionalBucket: string;
};
};
};
//# sourceMappingURL=addresses.d.ts.map

2

dist/addresses.js

@@ -82,3 +82,3 @@ "use strict";

};
exports.addresses = { development: development, production: production };
exports.addresses = { development: development, production: production, test: test };
//# sourceMappingURL=addresses.js.map

@@ -57,2 +57,26 @@ import * as typechain from './typechain';

};
test: {
ETH: {
network: string;
esContract: string;
plasmaManager: string;
fundsManager: string;
};
ESN: {
reversePlasma: string;
fundsManager: string;
nrtManager: string;
timeallyManager: string;
timeallyStakingTarget: string;
validatorSet: string;
validatorManager: string;
randomnessManager: string;
blockRewardManager: string;
prepaidEs: string;
dayswappers: string;
kycdapp: string;
timeallyclub: string;
timeAllyPromotionalBucket: string;
};
};
};

@@ -59,0 +83,0 @@ CustomProvider: typeof CustomProvider;

{
"name": "eraswap-sdk",
"version": "1.0.2-commit.65cb61ed",
"version": "1.0.3-commit.65cb61ed",
"description": "Typechain outputs of esn-contracts and utils. Commit tag of KMPARDS/esn-contracts is included in the version.",

@@ -5,0 +5,0 @@ "main": "dist/",

@@ -82,2 +82,2 @@ // for developing with yarn start or npm run start

export const addresses = { development, production };
export const addresses = { development, production, test };

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