Skip to content

Commit

Permalink
chore: update MilkyWay testnet endpoints (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM authored Nov 27, 2024
1 parent 8dfd09c commit 806f7be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,35 @@
"apis": {
"rpc": [
{
"address": "https://rpc.testnet.milkyway.zone",
"address": "https://rpc.rollup-testnet.milkyway.zone",
"provider": "MilkyWay Labs"
},
{
"address": "https://rpc-skip.testnet.milkyway.zone",
"address": "https://rpc-skip.rollup-testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"rest": [
{
"address": "https://lcd.testnet.milkyway.zone",
"address": "https://lcd.rollup-testnet.milkyway.zone",
"provider": "MilkyWay Labs"
},
{
"address": "https://lcd-skip.testnet.milkyway.zone",
"address": "https://lcd-skip.rollup-testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"grpc": [
{
"address": "grpc.testnet.milkyway.zone:443",
"address": "grpc.rollup-testnet.milkyway.zone:443",
"provider": "MilkyWay Labs"
},
{
"address": "grpc-skip.testnet.milkyway.zone:443",
"address": "grpc-skip.rollup-testnet.milkyway.zone:443",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
Expand Down

0 comments on commit 806f7be

Please sign in to comment.