Skip to content

Commit

Permalink
Add empe testnet config.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtuckerisp committed Jul 10, 2024
1 parent 743c2f3 commit fe15e33
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chains/testnet/empe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain_name": "empe",
"api": [
{"provider": "EMPE", "address": "https://lcd-testnet.empe.io"}
],
"rpc": [
{"provider": "EMPE", "address": "https://rpc-testnet.empe.io"},
{"provider": "EMPE-ARCHIVE", "address": "https://rpc-archive-testnet.empe.io"}
],
"sdk_version": "0.47.12",
"coin_type": "118",
"min_tx_fee": "3000",
"addr_prefix": "empe",
"logo": "/logos/empe.png",
"snapshot_provider": "https://archive-testnet.empe.io",
"assets": [{
"base": "uempe",
"symbol": "EMPE",
"exponent": "6",
"logo": "/logos/empe.png"
}]
}
Binary file added logos/empe.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 fe15e33

Please sign in to comment.