Skip to content

Commit

Permalink
chore: add Skip endpoints (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM authored Oct 22, 2024
1 parent ef368e8 commit 9a60f6d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
@@ -40,18 +40,36 @@
{
"address": "https://rpc.testnet.milkyway.zone",
"provider": "MilkyWay Labs"
},
{
"address": " https://rpc-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"rest": [
{
"address": "https://lcd.testnet.milkyway.zone",
"provider": "MilkyWay Labs"
},
{
"address": "https://lcd-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"grpc": [
{
"address": "grpc.testnet.milkyway.zone:443",
"provider": "MilkyWay Labs"
},
{
"address": "grpc-skip.testnet.milkyway.zone:443",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
]
},

0 comments on commit 9a60f6d

Please sign in to comment.