Skip to content

Commit

Permalink
Update dYdX chain config (cosmos#3367)
Browse files Browse the repository at this point in the history
* Update dYdX chain config

* Remove v1 and height specification
  • Loading branch information
pswies authored Dec 7, 2023
1 parent ff4a344 commit e6e6bfc
Showing 1 changed file with 96 additions and 40 deletions.
136 changes: 96 additions & 40 deletions dydx/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../chain.schema.json",
"chain_name": "dydx",
"status": "live",
"website": "https://dydx.exchange/",
"website": "https://dydx.trade/",
"network_type": "mainnet",
"pretty_name": "dYdX Protocol",
"chain_id": "dydx-mainnet-1",
Expand Down Expand Up @@ -40,10 +40,9 @@
},
"codebase": {
"git_repo": "https://github.com/dydxprotocol/v4-chain/",
"recommended_version": "v1.0.1",
"recommended_version": "v2.0.0",
"compatible_versions": [
"v1.0.0",
"v1.0.1"
"v2.0.0"
],
"cosmos_sdk_version": "v0.47.4",
"cosmwasm_enabled": false,
Expand All @@ -52,11 +51,10 @@
},
"versions": [
{
"name": "v1",
"recommended_version": "v1.0.1",
"name": "v2",
"recommended_version": "v2.0.0",
"compatible_versions": [
"v1.0.0",
"v1.0.1"
"v2.0.0"
],
"cosmos_sdk_version": "v0.47.4"
}
Expand All @@ -69,25 +67,45 @@
"description": "Our goal is to build open source code that can power a first class product and trading experience.",
"peers": {
"seeds": [
{
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
"address": "seeds.polkachu.com:23856",
"provider": "Polkachu"
},
{
"id": "65b740ee326c9260c30af1f044e9cda63c73f7c1",
"address": "seeds.kingnodes.net:23856",
"provider": "KingNodes"
},
{
"id": "f04a77b92d0d86725cdb2d6b7a7eb0eda8c27089",
"address": "dydx-mainnet-seed.bwarelabs.com:36656",
"provider": "Bware Labs"
},
{
"id": "20e1000e88125698264454a884812746c2eb4807",
"address": "seeds.lavenderfive.com:23856",
"provider": "Lavender.Five Nodes 🐝"
},
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "dydx-mainnet-seed.autostake.com:27366",
"provider": "AutoStake 🛡️ Slash Protected"
"id": "c2c2fcb5e6e4755e06b83b499aff93e97282f8e8",
"address": "tenderseed.ccvalidators.com:26401",
"provider": "CryptoCrew"
},
{
"id": "65b740ee326c9260c30af1f044e9cda63c73f7c1",
"address": "seeds.kingnodes.net:23856",
"provider": "Kingnodes"
"id": "4f20c3e303c9515051b6276aeb89c0b88ee79f8f",
"address": "seed.dydx.cros-nest.com:26656",
"provider": "Crosnest"
},
{
"id": "4c30c8a95e26b07b249813b677caab28bf0c54eb",
"address": "rpc.dydx.nodestake.top:666",
"provider": "NodeStake"
"id": "a9cae4047d5c34772442322b10ef5600d8e54900",
"address": "dydx-mainnet-seednode.allthatnode.com:26656",
"provider": "DSRV"
},
{
"id": "802607c6db8148b0c68c8a9ec1a86fd3ba606af6",
"address": "64.227.38.88:26656",
"provider": "Luganodes"
},
{
"id": "400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc",
Expand All @@ -100,26 +118,36 @@
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"id": "e726816f42831689eab9378d5d577f1d06d25716",
"address": "seeds.kingnodes.net:23856",
"provider": "Kingnodes"
"id": "4c30c8a95e26b07b249813b677caab28bf0c54eb",
"address": "rpc.dydx.nodestake.top:666",
"provider": "NodeStake"
},
{
"id": "4f20c3e303c9515051b6276aeb89c0b88ee79f8f",
"address": "seed.dydx.cros-nest.com:26656",
"provider": "Crosnest"
}
],
"persistent_peers": [
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "dydx-mainnet-peer.autostake.com:27366",
"address": "dydx-mainnet-seed.autostake.com:27366",
"provider": "AutoStake 🛡️ Slash Protected"
},
{
"id": "09ba537d6563018b97c502979c3478df4decf426",
"address": "dydxprotocol-seed.genznodes.dev:22656",
"provider": "genznodes"
}
]
},
"apis": {
"rpc": [
{
"address": "https://dydx-dao-rpc.polkachu.com",
"provider": "Polkachu"
},
{
"address": "https://dydx-mainnet-full-rpc.public.blastapi.io",
"provider": "Bware Labs"
},
{
"address": "https://dydx-rpc.kingnodes.com:443",
"provider": "Kingnodes"
},
{
"address": "https://dydx-rpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
Expand Down Expand Up @@ -148,10 +176,6 @@
"address": "https://dydx-rpc.publicnode.com:443",
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"address": "https://dydx-rpc.kingnodes.com:443",
"provider": "Kingnodes"
},
{
"address": "https://rpc-dydx.cros-nest.com:443",
"provider": "Crosnest"
Expand All @@ -162,6 +186,18 @@
}
],
"rest": [
{
"address": "https://dydx-dao-api.polkachu.com",
"provider": "Polkachu"
},
{
"address": "https://dydx-mainnet-full-lcd.public.blastapi.io",
"provider": "Bware Labs"
},
{
"address": "https://dydx-rest.kingnodes.com:443",
"provider": "Kingnodes"
},
{
"address": "https://dydx-api.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
Expand Down Expand Up @@ -190,10 +226,6 @@
"address": "https://dydx-rest.publicnode.com",
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"address": "https://dydx-rest.kingnodes.com:443",
"provider": "Kingnodes"
},
{
"address": "https://rest-dydx.cros-nest.com:443",
"provider": "Crosnest"
Expand All @@ -204,6 +236,34 @@
}
],
"grpc": [
{
"address": "dydx-dao-grpc-1.polkachu.com:23890",
"provider": "Polkachu (1)"
},
{
"address": "dydx-dao-grpc-2.polkachu.com:23890",
"provider": "Polkachu (2)"
},
{
"address": "dydx-dao-grpc-3.polkachu.com:23890",
"provider": "Polkachu (3)"
},
{
"address": "dydx-dao-grpc-4.polkachu.com:23890",
"provider": "Polkachu (4)"
},
{
"address": "dydx-dao-grpc-5.polkachu.com:23890",
"provider": "Polkachu (5)"
},
{
"address": "dydx-mainnet-full-grpc.public.blastapi.io:443",
"provider": "Bware Labs"
},
{
"address": "https://dydx-grpc.kingnodes.com:443",
"provider": "Kingnodes"
},
{
"address": "https://dydx-grpc.lavenderfive.com",
"provider": "Lavender.Five Nodes 🐝"
Expand All @@ -227,10 +287,6 @@
{
"address": "dydx-grpc.publicnode.com:443",
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"address": "https://dydx-grpc.kingnodes.com:443",
"provider": "Kingnodes"
}
]
},
Expand Down

0 comments on commit e6e6bfc

Please sign in to comment.