Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "blockchain/zilliqa/networks"

Index

Variables

Variables

Const networks

networks: Network[] = [{network_id: 0,name: "Main net",chainId: 1,blockchain: Blockchain.ZILLIQA,mainNet: true,url: "https://api.zilliqa.com/",HDCoinValue: 10018, // 10018 = Proposed as Zilliqa Main Network!},{network_id: 1,name: "Test net",chainId: 2,blockchain: Blockchain.ZILLIQA,mainNet: false,url: "https://api.testnet.zilliqa.com/",HDCoinValue: 1, // testnet},{network_id: 2,name: "Kaya - TestRPC",chainId: 2,blockchain: Blockchain.ZILLIQA,mainNet: false,url: "http://127.0.0.1:4200/",HDCoinValue: 1, // Test Net},]

Generated using TypeDoc