Skip to content

Commit

Permalink
Update chain names in devnets
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Mar 14, 2024
1 parent 0153a33 commit fe14286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devnets/mahalo/chain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "initia",
"chain_name": "Initia",
"chain_id": "mahalo-1",
"website": "https://initia.xyz",
"pretty_name": "Initia L1",
Expand Down
2 changes: 1 addition & 1 deletion devnets/minimove/chain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "minimove",
"chain_name": "Minimove",
"chain_id": "minimove-1",
"website": "https://initia.xyz",
"pretty_name": "Initia MoveVM L2",
Expand Down
4 changes: 2 additions & 2 deletions devnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "miniwasm",
"chain_name": "Miniwasm",
"chain_id": "miniwasm-1",
"website": "https://initia.xyz",
"pretty_name": "Initia MoveVM L2",
"pretty_name": "Initia WasmVM L2",
"status": "live",
"network_type": "devnet",
"bech32_prefix": "init",
Expand Down

0 comments on commit fe14286

Please sign in to comment.