UNPKG
nodana
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Node JS Solana CLI
impin2rex.github.io
impin2rex/nodana
nodana
/
dist
/
esm
/
types
/
Network.js
7 lines
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
Network
; (
function
(
Network
) {
Network
[
"Mainnet"
] =
"mainnet-beta"
;
Network
[
"Testnet"
] =
"testnet"
;
Network
[
"Devnet"
] =
"devnet"
; })(
Network
|| (
Network
= {}));
//# sourceMappingURL=Network.js.map