Skip to content

Commit

Permalink
Merge pull request #39 from thesixnetwork/main
Browse files Browse the repository at this point in the history
add six chain mainnet
  • Loading branch information
liangping authored Feb 9, 2024
2 parents 5f78797 + b0d7ac5 commit 782ba71
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 782ba71

Please sign in to comment.