Networks: Add mainnet alias
This commit is contained in:
parent
d5d88287cd
commit
968f9936d8
@ -68,6 +68,7 @@ function getNetwork(arg) {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
defaultNetwork: livenet,
|
defaultNetwork: livenet,
|
||||||
livenet: livenet,
|
livenet: livenet,
|
||||||
|
mainnet: livenet,
|
||||||
testnet: testnet,
|
testnet: testnet,
|
||||||
get: getNetwork
|
get: getNetwork
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user