UNPKG
chedder
Version:
latest (1.0.0)
1.0.0
chedder-cli
github.com/luciotato/chedder-cli/
luciotato/chedder-cli
chedder
/
dist
/
CLIConfig.js
8 lines
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
cliConfig
=
void
0
;
exports
.
cliConfig
= {
userAccount
:
"chedder.testnet"
,
contractAccount
:
"token.chedder.testnet"
};
//# sourceMappingURL=CLIConfig.js.map