Skip to content

Commit

Permalink
Reorder JSON Fields, add wallet, resize images
Browse files Browse the repository at this point in the history
This commit reorders the fields to be in line with the requirements,
adds the wallet and staking url, and resizes the images to 256x256
pixels
  • Loading branch information
olliegilbey committed Oct 16, 2023
1 parent 6d60300 commit 69e136f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions cosmos/cudos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"chainId": "cudos-1",
"chainName": "CUDOS",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/chain.png",
"rest": "https://rest.cudos.org/",
"rpc": "https://rpc.cudos.org:443",
"nodeProvider": {
"name": "Cudo Ventures",
"email": "[email protected]",
"website": "https://cudos.org"
},
"walletUrl": "https://dashboard.cudos.org/",
"walletUrlForStaking": "https://dashboard.cudos.org/staking",
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "cudos",
"bech32PrefixAccPub": "cudospub",
Expand All @@ -7,12 +22,6 @@
"bech32PrefixValAddr": "cudosvaloper",
"bech32PrefixValPub": "cudosvaloperpub"
},
"bip44": {
"coinType": 118
},
"chainId": "cudos-1",
"chainName": "CUDOS",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/chain.png",
"currencies": [
{
"coinDecimals": 18,
Expand All @@ -22,9 +31,6 @@
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/acudos.png"
}
],
"features": [
"cosmwasm"
],
"feeCurrencies": [
{
"coinDecimals": 18,
Expand All @@ -39,18 +45,14 @@
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/acudos.png"
}
],
"rest": "https://rest.cudos.org/",
"rpc": "https://rpc.cudos.org:443",
"stakeCurrency": {
"coinDecimals": 18,
"coinDenom": "CUDOS",
"coinGeckoId": "cudos",
"coinMinimalDenom": "acudos",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/acudos.png"
},
"nodeProvider": {
"name": "Cudo Ventures",
"email": "[email protected]",
"website": "https://cudos.org"
}
"features": [
"cosmwasm"
]
}
Binary file modified images/cudos/acudos.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 modified images/cudos/chain.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 69e136f

Please sign in to comment.