eraswap-sdk
Advanced tools
Comparing version 1.0.2-commit.65cb61ed to 1.0.3-commit.65cb61ed
@@ -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 |
@@ -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
6632834
117858