@kadena/kadena-cli
Version:
Kadena CLI tool to interact with the Kadena blockchain (manage keys, transactions, etc.)
13 lines • 439 B
JavaScript
export const testNetworkConfigMock = {
networkHost: 'https://api.testnet.chainweb.com',
networkExplorerUrl: 'https://explorer.chainweb.com/testnet04',
networkId: 'testnet04',
network: 'testnet',
};
export const devNetConfigMock = {
networkHost: 'http://localhost:8080',
networkExplorerUrl: 'http://localhost:8080/explorer',
networkId: 'development',
network: 'devnet',
};
//# sourceMappingURL=network.js.map