Skip to content

Commit

Permalink
Fix/assetlist (#76)
Browse files Browse the repository at this point in the history
* add v9 upgrade

* update block height

* update block height

* add mainnet v9 proposal, add chain registry files for future automation

* udpate chain.json, asset.json schema paths for mainnet, fix assetlist chain name

* Fix banner

* fix

---------

Co-authored-by: Francis Roch <[email protected]>
  • Loading branch information
2xburnt and froch authored Jul 23, 2024
1 parent b08071a commit 4c6fc43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
.docker/home/
.vscode/
4 changes: 2 additions & 2 deletions mainnet/xion-mainnet-1/chain-registry/assetlist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "xiontestnet",
"$schema": "../assetlist.schema.json",
"chain_name": "xion",
"assets": []
}
4 changes: 2 additions & 2 deletions mainnet/xion-mainnet-1/chain-registry/chain.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "../../chain.schema.json",
"$schema": "../chain.schema.json",
"chain_name": "xion",
"chain_id": "xion-mainnet-1",
"pretty_name": "Xion Mainnet",
"website": "https://burnt.com",
"status": "upcoming",
"network_type": "mainnet",
"status": "upcoming",
"bech32_prefix": "xion",
"daemon_name": "xiond",
"node_home": "$HOME/.xiond",
Expand Down

0 comments on commit 4c6fc43

Please sign in to comment.