Skip to content

Commit

Permalink
feat: add likecoin chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 4, 2023
1 parent 168d124 commit aebdb7f
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions frontend/chains/likecoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"enable_modules": {
"authz": true,
"feegrant": true,
"group": true
},
"amino_config": {
"authz": true,
"feegrant": true,
"group": false
},
"show_airdrop": false,
"logos": {
"menu": "https://raw.githubusercontent.com/vitwit/chain-registry/f98e34339a1d30b4a2734b78d6dfcbba9cb02f8e/likecoin/images/like.png",
"toolbar": "https://raw.githubusercontent.com/vitwit/chain-registry/c194a4887fdc60b96314b813eaeb435c1a15f307/likecoin/images/likecoin-chain-logo.png"
},
"keplr_experimental": false,
"leap_experimental": false,
"is_testnet": false,
"explorer_tx_hash_endpoint": "https://www.mintscan.io/likecoin/txs/",
"config": {
"chain_id": "likecoin-mainnet-2",
"chain_name": "LikeCoin",
"rest": "https://mainnet-node.like.co",
"rpc": "https://mainnet-node-rpc.like.co",
"currencies": [
{
"coin_denom": "LIKE",
"coin_minimal_denom": "nanolike",
"coin_decimals": 9
}
],
"bech32_config": {
"bech32_prefix_acc_addr": "like",
"bech32_prefix_acc_pub": "likepub",
"bech32_prefix_val_addr": "likevaloper",
"bech32_prefix_val_pub": "likevaloperpub",
"bech32_prefix_cons_addr": "likegvalcons",
"bech32_prefix_cons_pub": "likevalconspub"
},
"fee_currencies": [
{
"coin_denom": "LIKE",
"coin_minimal_denom": "nanolike",
"coin_decimals": 9,
"gas_price_step": {
"low": 1,
"average": 10,
"high": 1000
}
}
],
"bip44": {
"coin_type": 118
},
"stake_currency": {
"coin_denom": "LIKE",
"coin_minimal_denom": "nanolike",
"coin_decimals": 9
},
"image": "https://raw.githubusercontent.com/leapwallet/assets/2289486990e1eaf9395270fffd1c41ba344ef602/images/logo.svg",
"theme": {
"primaryColor": "#fff",
"gradient": "linear-gradient(180deg, rgba(255,255,255,0.32) 0%, rgba(255,255,255,0) 100%)"
}
}
}

0 comments on commit aebdb7f

Please sign in to comment.