Skip to content

Commit

Permalink
Add UnUniFi (#158)
Browse files Browse the repository at this point in the history
* feat: add ununifi

* feat: add ununifi

* fix: directory name

* fix: json

* feat: rename ununifi-beta

* fix: delete coingecko

* change file name

* add node provider

* chore: indent

* fix: url

* fix: gecko id
  • Loading branch information
Senna46 authored Jul 28, 2023
1 parent 1de57fc commit 608e9dd
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions cosmos/ununifi-beta-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"rpc": "http://a.lcd.ununifi.cauchye.net:26657",
"rest": "https://a.lcd.ununifi.cauchye.net:1318",
"nodeProvider": {
"name": "UnUniFi",
"email": "[email protected]",
"website":"https://ununifi.io/"
},
"chainId": "ununifi-beta-v1",
"chainName": "UnUniFi",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ununifi-beta-v1/chain.png",
"stakeCurrency": {
"coinDenom": "GUU",
"coinMinimalDenom": "uguu",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ununifi-beta-v1/uguu.png"
},
"walletUrl": "https://ununifi.io/portal",
"walletUrlForStaking": "https://wallet.keplr.app/chains/ununifi",
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "ununifi",
"bech32PrefixAccPub": "ununifipub",
"bech32PrefixValAddr": "ununifivaloper",
"bech32PrefixValPub": "ununifivaloperpub",
"bech32PrefixConsAddr": "ununifivalcons",
"bech32PrefixConsPub": "ununifivalconspub"
},
"currencies": [
{
"coinDenom": "GUU",
"coinMinimalDenom": "uguu",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ununifi-beta-v1/uguu.png"
}
],
"feeCurrencies": [
{
"coinDenom": "GUU",
"coinMinimalDenom": "uguu",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ununifi-beta-v1/uguu.png",
"gasPriceStep": {
"low": 0.0025,
"average": 0.025,
"high": 0.04
}
}
],
"features": [
"cosmwasm"
]
}
Binary file added images/ununifi-beta-v1/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/ununifi-beta-v1/uguu.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 608e9dd

@vercel
Copy link

@vercel vercel bot commented on 608e9dd Jul 28, 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.