@yerofey/cryptowallet-cli 1.17.2 → 1.17.3
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/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -29,7 +29,7 @@ import Method from './src/Method.js';
|
|
|
29
29
|
return new Method('donate').init();
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
const chain = options.chain.toUpperCase() || '';
|
|
32
|
+
const chain = options.chain.toUpperCase() || 'ETH';
|
|
33
33
|
if (supportedChains.includes(chain)) {
|
|
34
34
|
return new Method('wallet', {
|
|
35
35
|
chain,
|