From f90792fd917abe1c6cab8d5ad90df1ff41a4004b Mon Sep 17 00:00:00 2001 From: Ganesha Upadhyaya Date: Thu, 11 Jun 2020 18:22:45 -0700 Subject: [PATCH] v0.1.46 --- .env | 5 +++++ lerna.json | 2 +- packages/harmony-account/package.json | 4 ++-- packages/harmony-contract/package.json | 4 ++-- packages/harmony-core/package.json | 6 +++--- 5 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..55b0fb7 --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +GENESIS_PRIV_KEY=45e497bd45a9049bcb649016594489ac67b9f052a6cdf5cb74ee2427a60bf25e +HTTP_PROVIDER=http://localhost:9500 +CHAIN_TYPE=hmy +CHAIN_ID=2 + diff --git a/lerna.json b/lerna.json index 94feb39..262831a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.1.45" + "version": "0.1.46" } diff --git a/packages/harmony-account/package.json b/packages/harmony-account/package.json index bf8559d..092afdf 100644 --- a/packages/harmony-account/package.json +++ b/packages/harmony-account/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/account", - "version": "0.1.45", + "version": "0.1.46", "description": "account and wallet for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,7 +18,7 @@ "author": "neeboo@firestack.one", "license": "MIT", "dependencies": { - "@harmony-js/core": "^0.1.45", + "@harmony-js/core": "0.1.46", "@harmony-js/crypto": "^0.1.45", "@harmony-js/network": "^0.1.45", "@harmony-js/staking": "^0.1.45", diff --git a/packages/harmony-contract/package.json b/packages/harmony-contract/package.json index 21aec44..e2ed84c 100644 --- a/packages/harmony-contract/package.json +++ b/packages/harmony-contract/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/contract", - "version": "0.1.45", + "version": "0.1.46", "description": "contract libraries for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "@harmony-js/account": "^0.1.45", + "@harmony-js/account": "0.1.46", "@harmony-js/crypto": "^0.1.45", "@harmony-js/network": "^0.1.45", "@harmony-js/transaction": "^0.1.45", diff --git a/packages/harmony-core/package.json b/packages/harmony-core/package.json index 44582a7..98d46c5 100644 --- a/packages/harmony-core/package.json +++ b/packages/harmony-core/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/core", - "version": "0.1.45", + "version": "0.1.46", "description": "harmony core package", "main": "dist/index.js", "node": "dist/index.js", @@ -18,8 +18,8 @@ "author": "neeboo@firestack.one", "license": "MIT", "dependencies": { - "@harmony-js/account": "^0.1.45", - "@harmony-js/contract": "^0.1.45", + "@harmony-js/account": "0.1.46", + "@harmony-js/contract": "0.1.46", "@harmony-js/crypto": "^0.1.45", "@harmony-js/network": "^0.1.45", "@harmony-js/staking": "^0.1.45",