-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
d6a2a93
commit da7a14d
Showing
5 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.