Skip to content

Commit

Permalink
Add Tura blockchain Mainnet Beta (#708)
Browse files Browse the repository at this point in the history
* add tura

* update tura to mainnet-tura

---------

Co-authored-by: 16601314215 <A啊314>
  • Loading branch information
AIcetea authored Jul 10, 2024
1 parent ab5a889 commit fd1da88
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions cosmos/mainnet-tura.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"rpc": "https://rpc-beta1.turablockchain.com",
"rest": "https://lcd-beta1.turablockchain.com",
"chainId": "mainnet-tura",
"chainName": "Tura",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mainnet-tura/chain.png",
"stakeCurrency": {
"coinDenom": "TURA",
"coinMinimalDenom": "utura",
"coinDecimals": 8,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mainnet-tura/utura.png"
},
"nodeProvider": {
"name": "TuraBlockchain",
"email": "[email protected]",
"website":"http://turablockchain.com/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "tura",
"bech32PrefixAccPub": "turapub",
"bech32PrefixValAddr": "turavaloper",
"bech32PrefixValPub": "turavaloperpub",
"bech32PrefixConsAddr": "turavalcons",
"bech32PrefixConsPub": "turavalconspub"
},
"currencies": [
{
"coinDenom": "TURA",
"coinMinimalDenom": "utura",
"coinDecimals": 8,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mainnet-tura/utura.png"
},
{
"coinDenom": "TAGS",
"coinMinimalDenom": "utags",
"coinDecimals": 8
}
],
"feeCurrencies": [
{
"coinDenom": "TURA",
"coinMinimalDenom": "utura",
"coinDecimals": 8,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mainnet-tura/utura.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.04
}
}
],
"features": []
}
Binary file added images/mainnet-tura/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/mainnet-tura/utura.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 fd1da88

Please sign in to comment.