Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UnUniFi #158

Merged
merged 13 commits into from
Jul 28, 2023
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/chain.png",
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Senna46
Link will be changed from ununifi/chain.png to ununifi-beta-v1/chain.png

"stakeCurrency": {
"coinDenom": "GUU",
"coinMinimalDenom": "uguu",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ununifi/uguu.png"
Copy link
Collaborator

Choose a reason for hiding this comment

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

},
"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/uguu.png"
Copy link
Collaborator

Choose a reason for hiding this comment

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

}
],
"feeCurrencies": [
{
"coinDenom": "GUU",
"coinMinimalDenom": "uguu",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ununifi-beta/uguu.png",
Copy link
Collaborator

Choose a reason for hiding this comment

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

"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.
Loading