Skip to content

Commit

Permalink
Add AutoStake dYdX endpoints (cosmos#3056)
Browse files Browse the repository at this point in the history
* Add AutoStake dYdX endpoints

* update endpoints
  • Loading branch information
AutoStake-com authored Oct 26, 2023
1 parent ba3c760 commit 03ff549
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion dydx/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,35 @@
"address": "seeds.lavenderfive.com:23856",
"provider": "Lavender.Five Nodes 🐝"
},
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "dydx-mainnet-seed.autostake.com:27366",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
},
{
"id": "65b740ee326c9260c30af1f044e9cda63c73f7c1",
"address": "seeds.kingnodes.net:23856",
"provider": "Kingnodes"
}
],
"persistent_peers": []
"persistent_peers": [
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "dydx-mainnet-peer.autostake.com:27366",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
]
},
"apis": {
"rpc": [
{
"address": "https://dydx-rpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://dydx-mainnet-rpc.autostake.com:443",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
},
{
"address": "https://rpc-dydx.ecostake.com:443",
"provider": "ecostake"
Expand All @@ -89,6 +104,10 @@
"address": "https://dydx-api.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://dydx-mainnet-lcd.autostake.com:443",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
},
{
"address": "https://rest-dydx.ecostake.com:443",
"provider": "ecostake"
Expand All @@ -98,6 +117,10 @@
{
"address": "https://dydx-grpc.lavenderfive.com",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "dydx-mainnet-grpc.autostake.com:443",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
]
},
Expand Down

0 comments on commit 03ff549

Please sign in to comment.