Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update chain descriptions #70

Merged
merged 1 commit into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _packages/initia-registry/src/testnet/init_ai/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const info: Chain = {
staking_tokens: [],
},
codebase: {},
description: "INIT AI Testnet",
description: "INIT AI Public Testnet",
apis: {
rpc: [
{
Expand Down
2 changes: 1 addition & 1 deletion _packages/initia-registry/src/testnet/initia/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const info: Chain = {
],
},
codebase: {},
description: "Initia Testnet",
description: "Initia Public Testnet",
apis: {
rpc: [
{
Expand Down
2 changes: 1 addition & 1 deletion _packages/initia-registry/src/testnet/minimove/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const info: Chain = {
staking_tokens: [],
},
codebase: {},
description: "Minimove Testnet",
description: "Minimove Public Testnet",
apis: {
rpc: [
{
Expand Down
2 changes: 1 addition & 1 deletion _packages/initia-registry/src/testnet/miniwasm/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const info: Chain = {
staking_tokens: [],
},
codebase: {},
description: "Miniwasm Testnet",
description: "Miniwasm Public Testnet",
apis: {
rpc: [
{
Expand Down
2 changes: 1 addition & 1 deletion testnets/init_ai/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"versions": []
},
"description": "INIT AI Testnet",
"description": "INIT AI Public Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
Expand Down
2 changes: 1 addition & 1 deletion testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"versions": []
},
"description": "Initia Testnet",
"description": "Initia Public Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
Expand Down
2 changes: 1 addition & 1 deletion testnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"versions": []
},
"description": "Minimove Testnet",
"description": "Minimove Public Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
Expand Down
2 changes: 1 addition & 1 deletion testnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"versions": []
},
"description": "Miniwasm Testnet",
"description": "Miniwasm Public Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
Expand Down
Loading