Skip to content

Commit

Permalink
Add Warden Protocol Testnet Chiado (#859)
Browse files Browse the repository at this point in the history
This adds new Warden Protocol tesnet called Chiado
  • Loading branch information
jlehtimaki authored Nov 7, 2024
1 parent 1845adb commit 2537a56
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 0 deletions.
54 changes: 54 additions & 0 deletions cosmos/chiado_10010.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"bech32Config": {
"bech32PrefixAccAddr": "warden",
"bech32PrefixAccPub": "wardenpub",
"bech32PrefixConsAddr": "wardenvalcons",
"bech32PrefixConsPub": "wardenvalconspub",
"bech32PrefixValAddr": "wardenvaloper",
"bech32PrefixValPub": "wardenvaloperpub"
},
"bip44": {
"coinType": 60
},
"chainId": "chiado_10010-1",
"chainName": "Warden Protocol Chiado",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chiado_10010/chain.png",
"currencies": [
{
"coinDecimals": 18,
"coinDenom": "WARD",
"coinMinimalDenom": "award",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chiado_10010/award.png"
}
],
"features": [
"eth-address-gen",
"eth-key-sign"
],
"feeCurrencies": [
{
"coinDecimals": 18,
"coinDenom": "WARD",
"coinMinimalDenom": "award",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chiado_10010/award.png",
"gasPriceStep": {
"average": 0.025,
"high": 0.03,
"low": 0.005
}
}
],
"rest": "https://api.chiado.wardenprotocol.org",
"rpc": "https://rpc.chiado.wardenprotocol.org",
"nodeProvider": {
"name": "Warden Labs",
"email": "[email protected]",
"website": "https://wardenprotocol.org/"
},
"stakeCurrency": {
"coinDecimals": 18,
"coinDenom": "WARD",
"coinMinimalDenom": "award",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chiado_10010/award.png"
}
}
31 changes: 31 additions & 0 deletions evm/eip155:10010.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"rpc": "https://evm.chiado.wardenprotocol.org",
"chainId": "eip155:10010",
"chainName": "Warden Protocol Chiado",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:10010/chain.png",
"nodeProvider": {
"name": "Warden Labs",
"discord": "https://discord.gg/wardenprotocol",
"website": "https://wardenprotocol.org"
},
"bip44": {
"coinType": 60
},
"currencies": [
{
"coinDenom": "WARD",
"coinMinimalDenom": "award",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:10010/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "WARD",
"coinMinimalDenom": "award",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:10010/chain.png"
}
],
"features": []
}
Binary file added images/chiado_10010/award.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/chiado_10010/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/eip155:10010/award.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/eip155:10010/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 2537a56

Please sign in to comment.