Skip to content

Commit

Permalink
Add likecoin testnet (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 16, 2023
1 parent abf4ac6 commit 8d813b3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/likecoin-public-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "likecoin-public-testnet-5",
"chainName": "LikeCoin Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/likecoin-public-testnet/chain.png",
"rpc": "https://node.testnet-rpc.like.co/",
"rest": "https://node.testnet.like.co/",
"nodeProvider": {
"name": "like.co",
"email": "[email protected]",
"website": "https://like.co"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "like",
"bech32PrefixAccPub": "likepub",
"bech32PrefixValAddr": "likevaloper",
"bech32PrefixValPub": "likevaloperpub",
"bech32PrefixConsAddr": "likevalcons",
"bech32PrefixConsPub": "likevalconspub"
},
"currencies": [
{
"coinDenom": "EKIL",
"coinMinimalDenom": "nanoekil",
"coinDecimals": 9,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/likecoin-public-testnet/nanoekil.png"
}
],
"feeCurrencies": [
{
"coinDenom": "EKIL",
"coinMinimalDenom": "nanoekil",
"coinDecimals": 9,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/likecoin-public-testnet/nanoekil.png",
"gasPriceStep": {
"low": 1000,
"average": 10000,
"high": 1000000
}
}
],
"stakeCurrency": {
"coinDenom": "EKIL",
"coinMinimalDenom": "nanoekil",
"coinDecimals": 9,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/likecoin-public-testnet/nanoekil.png"
},
"features": []
}
Binary file added images/likecoin-public-testnet/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/likecoin-public-testnet/nanoekil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 8d813b3

@vercel
Copy link

@vercel vercel bot commented on 8d813b3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.