Skip to content

Commit

Permalink
feat: add penumbra chain json and logo (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: ghost // WhisperNode <[email protected]>
  • Loading branch information
Juan-LukeKlopper and gh0stdotexe authored Sep 29, 2024
1 parent 5280ac9 commit 765fe84
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions chains/mainnet/penumbra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "penumbra",
"api": ["https://api-penumbra.whispernode.com:443"],
"rpc": ["https://rpc-penumbra.whispernode.com:443"],
"snapshot_provider": "",
"sdk_version": "0.46.15",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "penumbra",
"logo": "/logos/penumbra.png",
"assets": [{
"base": "penumbra",
"symbol": "UM",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/penumbra.png"
}]
}

Binary file added public/logos/penumbra.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 765fe84

Please sign in to comment.