Skip to content

Commit

Permalink
disable akash for now (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Apr 2, 2020
1 parent f9e31e8 commit 86c4db0
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions data/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,36 +210,36 @@ module.exports = [
enabled: false,
icon: 'https://app.lunie.io/img/networks/polkadot-testnet.png',
slug: 'kusama'
},
{
id: 'akash-testnet',
title: 'Akash Testnet',
chain_id: 'devnet',
api_url: 'http://95.179.133.80:8080',
rpc_url: 'wss://95.179.133.80:26657/websocket',
bech32_prefix: 'akash',
address_prefix: 'akash',
address_creator: 'cosmos',
ledger_app: 'cosmos',
network_type: 'cosmos',
source_class_name: 'source/akashV0-source',
block_listener_class_name: 'block-listeners/cosmos-node-subscription',
testnet: true,
...getNetworkCapabilities[`akash-testnet`],
default: false,
stakingDenom: 'STAKE', // this is only in my private testnet
coinLookup: [
{
chainDenom: 'uakt',
viewDenom: 'AKT',
chainToViewConversionFactor: 1e-6
}
],
enabled: false,
icon: 'https://app.lunie.io/img/networks/akash-testnet.png',
slug: 'akash-testnet'
}
// {
// id: 'akash-testnet',
// title: 'Akash Testnet',
// chain_id: 'devnet',
// api_url: 'http://95.179.133.80:8080',
// rpc_url: 'wss://95.179.133.80:26657/websocket',
// bech32_prefix: 'akash',
// address_prefix: 'akash',
// address_creator: 'cosmos',
// ledger_app: 'cosmos',
// network_type: 'cosmos',
// source_class_name: 'source/akashV0-source',
// block_listener_class_name: 'block-listeners/cosmos-node-subscription',
// testnet: true,
// ...getNetworkCapabilities[`akash-testnet`],
// default: false,
// stakingDenom: 'STAKE', // this is only in my private testnet
// coinLookup: [
// {
// chainDenom: 'uakt',
// viewDenom: 'AKT',
// chainToViewConversionFactor: 1e-6
// }
// ],
// enabled: false,
// icon: 'https://app.lunie.io/img/networks/akash-testnet.png',
// slug: 'akash-testnet'
// }
// {
// id: 'livepeer-mainnet',
// title: 'Livepeer',
// chain_id: 'ethereum-1',
Expand Down

0 comments on commit 86c4db0

Please sign in to comment.