mirror of
https://github.com/vacp2p/minime.git
synced 2026-01-09 21:48:02 -05:00
version
This commit is contained in:
1
dist/minimetoken.js
vendored
1
dist/minimetoken.js
vendored
@@ -269,7 +269,6 @@ var MiniMeToken = function () {
|
||||
params.parentToken = params.parentToken || 0;
|
||||
params.parentSnapShotBlock = params.parentSnapShotBlock || 0;
|
||||
params.transfersEnabled = typeof params.transfersEnabled === "undefined" ? true : params.transfersEnabled;
|
||||
|
||||
_async2.default.series([function (cb1) {
|
||||
params.abi = _MiniMeTokenSol.MiniMeTokenFactoryAbi;
|
||||
params.byteCode = _MiniMeTokenSol.MiniMeTokenFactoryByteCode;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minimetoken",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "MiniMe contract",
|
||||
"main": "js/minimetoken.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user