Skip to content

Commit

Permalink
Merge pull request #6 from initia-labs/add-grpc
Browse files Browse the repository at this point in the history
fill add gprc endpoints with IPs
  • Loading branch information
Vritra4 authored Feb 21, 2024
2 parents eba398c + f1e1810 commit a00d2aa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
7 changes: 6 additions & 1 deletion devnets/mahalo/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,12 @@
"provider": "Foundation"
}
],
"grpc": []
"grpc": [
{
"address": "grpc://34.143.171.2:9090",
"provider": "Foundation"
}
]
},
"explorers": [
{
Expand Down
7 changes: 6 additions & 1 deletion devnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"provider": "Foundation"
}
],
"grpc": []
"grpc": [
{
"address": "grpc://34.142.143.85:9090",
"provider": "Foundation"
}
]
},
"explorers": [
{
Expand Down
9 changes: 7 additions & 2 deletions devnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@
"provider": "Foundation"
}
],
"grpc": []
"grpc": [
{
"address": "grpc://34.126.113.169:9090",
"provider": "Foundation"
}
]
},
"explorers": [
{
Expand All @@ -125,4 +130,4 @@
"png": "https://raw.githubusercontent.com/initia/initia-registry/main/miniwasm/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia/initia-registry/main/miniwasm/images/INIT.svg"
}
}
}

0 comments on commit a00d2aa

Please sign in to comment.