Skip to content

Commit

Permalink
Add Fiamma chain registry (#694)
Browse files Browse the repository at this point in the history
* add fiamma chain testnet

* rename fiamma testnet token
  • Loading branch information
YancyParker committed Jul 2, 2024
1 parent bc12eff commit c2d3a0c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions cosmos/fiamma-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"chainId": "fiamma-testnet-1",
"chainName": "Fiamma Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/fiamma-testnet/chain.png",
"rpc": "https://testnet-rpc.fiammachain.io",
"rest": "https://testnet-api.fiammachain.io",
"nodeProvider": {
"name": "Fiammachain",
"email": "[email protected]",
"website": "https://fiammachain.io/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "fiamma",
"bech32PrefixAccPub": "fiammapub",
"bech32PrefixValAddr": "fiammavaloper",
"bech32PrefixValPub": "fiammavaloperpub",
"bech32PrefixConsAddr": "fiammavalcons",
"bech32PrefixConsPub": "fiammavalconspub"
},
"currencies": [
{
"coinDenom": "FIA",
"coinMinimalDenom": "ufia",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/fiamma-testnet/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "FIA",
"coinMinimalDenom": "ufia",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/fiamma-testnet/chain.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.02,
"high": 0.1
}
}
],
"stakeCurrency": {
"coinDenom": "FIA",
"coinMinimalDenom": "ufia",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/fiamma-testnet/chain.png"
},
"features": ["cosmwasm"]
}

Binary file added images/fiamma-testnet/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 c2d3a0c

Please sign in to comment.