rocketh 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # rocketh
2
2
 
3
+ ## 0.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - better message
8
+
3
9
  ## 0.15.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocketh",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "deploy smart contract on ethereum-compatible networks",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -179,7 +179,7 @@ export async function createEnvironment<
179
179
  userConfig.accounts[accountName],
180
180
  null,
181
181
  2
182
- )}\n You might need to connect to a account-aware provider.`
182
+ )}\nEnsure your provider (or hardhat) has some accounts set up for ${environmentName}\n`
183
183
  );
184
184
  }
185
185
  (resolvedAccounts as any)[accountName] = account;