Skip to content

Commit

Permalink
Update empe testnet image dir name.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtuckerisp committed Jul 8, 2024
1 parent fca5711 commit 367f6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cosmos/empe-testnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chainId": "empe-testnet-2",
"chainName": "Empe Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe/empe.png",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe-testnet/empe.png",
"rpc": "https://rpc-testnet.empe.io/",
"rest": "https://lcd-testnet.empe.io/",
"nodeProvider": {
Expand All @@ -25,15 +25,15 @@
"coinDenom": "EMPE",
"coinMinimalDenom": "uempe",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe/empe.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe-testnet/empe.png"
}
],
"feeCurrencies": [
{
"coinDenom": "EMPE",
"coinMinimalDenom": "uempe",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe/empe.png",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe-testnet/empe.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
Expand All @@ -45,6 +45,6 @@
"coinDenom": "EMPE",
"coinMinimalDenom": "uempe",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe/empe.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/empe-testnet/empe.png"
}
}
File renamed without changes

0 comments on commit 367f6c9

Please sign in to comment.