Skip to content

Commit

Permalink
✨ add six chain
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeedev committed Feb 8, 2024
1 parent f732f58 commit b0d7ac5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions chains/mainnet/six.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "six",
"registry_name": "sixnet",
"api": [
"https://sixnet-api.sixprotocol.net:443"
],
"rpc": [
"https://sixnet-rpc.sixprotocol.net:443"
],
"snapshot_provider": "",
"sdk_version": "0.45",
"coin_type": "118",
"min_tx_fee": "1250000",
"addr_prefix": "6x",
"logo": "/logos/six.png",
"keplr_features": [
],
"assets": [
{
"base": "usix",
"symbol": "SIX",
"exponent": "6",
"coingecko_id": "six-network",
"logo": "/logos/usix.png"
}
],
"theme_color": "#55afdd"
}
Binary file added logos/six.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 logos/usix.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 b0d7ac5

Please sign in to comment.