Skip to content

Commit

Permalink
Add kopi Chain (#928)
Browse files Browse the repository at this point in the history
* Add Kopi Chain

* updated kopi

* added kopi

* Updated Images and features

* Updated Images and features

* Updated Image location

* Updated RPC and Rest
  • Loading branch information
FlatWhiteWithSugar authored Dec 17, 2024
1 parent d6a2a93 commit da7a14d
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions cosmos/luwak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"chainId": "luwak-1",
"chainName": "kopi",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/chain.png",
"rpc": "https://rpc.kopi.money",
"rest": "https://rest.kopi.money",
"nodeProvider":{
"name":"Kopi Foundation",
"email":"[email protected]",
"website":"https://kopi.money/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "kopi",
"bech32PrefixAccPub": "kopipub",
"bech32PrefixValAddr": "kopivaloper",
"bech32PrefixValPub": "kopivaloperpub",
"bech32PrefixConsAddr": "kopivalcons",
"bech32PrefixConsPub": "kopivalconspub"
},
"currencies": [
{
"coinDenom": "XKP",
"coinMinimalDenom": "ukopi",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/chain.png"
},
{
"coinDenom": "KUSD",
"coinMinimalDenom": "ukusd",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/kUSD.png"
},
{
"coinDenom": "CKUSD",
"coinMinimalDenom": "uckusd",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/kUSD.png"
},
{
"coinDenom": "CUSDC",
"coinMinimalDenom": "ucusdc",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/USDC.png"
},
{
"coinDenom": "ASUSDC",
"coinMinimalDenom": "uasusdc",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/USDC.png"
},
{
"coinDenom": "CUSDT.inj",
"coinMinimalDenom": "ucusdtinj",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/USDT.png"
},
{
"coinDenom": "ASUSDT.inj",
"coinMinimalDenom": "uasusdtinj",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/luwak/USDT.png"
}

],
"feeCurrencies": [
{
"coinDenom": "XKP",
"coinMinimalDenom": "ukopi",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "XKP",
"coinMinimalDenom": "ukopi",
"coinDecimals": 6
},
"features": [
"cosmwasm"
]
}
Binary file added images/luwak/USDC.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/luwak/USDT.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/luwak/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/luwak/kUSD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da7a14d

Please sign in to comment.