Skip to content

Commit

Permalink
Update chain schema
Browse files Browse the repository at this point in the history
  • Loading branch information
James0126 committed Feb 13, 2024
1 parent 310a5df commit 16c6ff9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chain.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,12 @@
"$ref": "#/$defs/endpoint"
}
},
"api": {
"type": "array",
"items": {
"$ref": "#/$defs/endpoint"
}
},
"grpc": {
"type": "array",
"items": {
Expand Down
6 changes: 6 additions & 0 deletions devnets/mahalo/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
"provider": "Foundation"
}
],
"api": [
{
"address": "https://api.mahalo-1.initia.xyz",
"provider": "Foundation"
}
],
"grpc": []
},
"explorers": [
Expand Down
6 changes: 6 additions & 0 deletions devnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"provider": "Foundation"
}
],
"api": [
{
"address": "https://api.minimove-1.initia.xyz",
"provider": "Foundation"
}
],
"grpc": []
},
"explorers": [
Expand Down
6 changes: 6 additions & 0 deletions devnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"provider": "Foundation"
}
],
"api": [
{
"address": "https://api.miniwasm-1.initia.xyz",
"provider": "Foundation"
}
],
"grpc": []
},
"explorers": [
Expand Down

0 comments on commit 16c6ff9

Please sign in to comment.