Skip to content

Commit

Permalink
minimove-1/miniwasm-1: add apis for skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 29, 2024
1 parent 5dc3007 commit 69a67a3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,33 @@
{
"address": "https://rpc.minimove-1.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rpc-skip.minimove-1.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
],
"rest": [
{
"address": "https://lcd.minimove-1.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://lcd-skip.minimove-1.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
],
"grpc": [
{
"address": "grpc://35.198.215.41:9090",
"provider": "Initia Labs"
},
{
"address": "34.124.136.240:9090",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
]
},
Expand Down
15 changes: 15 additions & 0 deletions testnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,33 @@
{
"address": "https://rpc.miniwasm-1.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rpc-skip.miniwasm-1.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
],
"rest": [
{
"address": "https://lcd.miniwasm-1.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://lcd-skip.miniwasm-1.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
],
"grpc": [
{
"address": "grpc://34.124.190.216:9090",
"provider": "Initia Labs"
},
{
"address": "34.124.147.66:9090",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
]
},
Expand Down

0 comments on commit 69a67a3

Please sign in to comment.