-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enigma's mainnet services (#290)
- Loading branch information
1 parent
de46111
commit 626595d
Showing
1 changed file
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ For **the deployment by DYDX token holders**: | |
| Polkachu | `[email protected]:23856` | | ||
| KingNodes | `[email protected]:23856` | | ||
| Bware Labs | `d8e106274b24ec64ce724a611def6a3637226745@dydx-mainnet-seed.bwarelabs.com:36656` | | ||
| Enigma | `6a720a1e5e8be9acf2752b22dc868ea2f95aaaf7@dydx-seeds.enigma-validator.com:1490` | | ||
| Lavender.Five | `[email protected]:23856` | | ||
| CryptoCrew | `c2c2fcb5e6e4755e06b83b499aff93e97282f8e8@tenderseed.ccvalidators.com:26401` | | ||
| DSRV | `a9cae4047d5c34772442322b10ef5600d8e54900@dydx-mainnet-seednode.allthatnode.com:26656` | | ||
|
@@ -98,21 +99,21 @@ For **the deployment by DYDX token holders**: | |
</Tab> | ||
</Tabs> | ||
|
||
## StateSync Nodes | ||
## State Sync Nodes | ||
|
||
<Tabs items={['dydx-testnet-4', 'dydx-mainnet-1']}> | ||
<Tab> | ||
For **Testnet**: | ||
|
||
| Team | StateSync Peers | | ||
| Team | State Sync Peers | | ||
| -------- | -------------------------------------------------------------- | | ||
| Polkachu | `[email protected]:23856` | | ||
|
||
</Tab> | ||
<Tab> | ||
For **the deployment by DYDX token holders**: | ||
|
||
| Team | StateSync Peers | Region | | ||
| Team | State Sync Peers | Region | | ||
| ---------- | --------------------------------------------------------------------------------------- | --------- | | ||
| KingNodes | `[email protected]:23856` | EU_West | | ||
| KingNodes | `[email protected]:23856` | Asia_SE | | ||
|
@@ -121,6 +122,11 @@ For **the deployment by DYDX token holders**: | |
| Polkachu | `[email protected]:23856` <br /> | Japan | | ||
| Polkachu | `[email protected]:23856` <br /> | Singapore | | ||
| Polkachu | `[email protected]:23856` <br /> | Singapore | | ||
| Enigma | `[email protected]:1490` <br /> | Finland | | ||
| Enigma | `[email protected]:1490` <br /> | Finland | | ||
| Enigma | `[email protected]:1490` <br /> | Germany | | ||
| Enigma | `[email protected]:1490` <br /> | Germany | | ||
| Enigma | `[email protected]:1490` <br /> | Japan | | ||
| Bware Labs | `b0137ca9fec8d2990d804e20bc5b74e641bb45e8@dydx-mainnet-statesync-rpc.bwarelabs.com:443` | Germany | | ||
| AutoStake | `ebc272824924ea1a27ea3183dd0b9ba713494f83@dydx-mainnet-peer.autostake.com:27366` | EU_Poland | | ||
|
||
|
@@ -143,9 +149,10 @@ For **the deployment by DYDX token holders**: | |
|
||
| Team | URI | | ||
| ------------- | -------------------------------------------------------------------------------------- | | ||
| Polkachu | https://polkachu.com/state_sync/dydx | | ||
| Lavender.Five | https://services.lavenderfive.com/mainnet/dydx/statesync | | ||
| AutoStake | https://autostake.com/networks/dydx/#state-sync | | ||
| Polkachu | https://polkachu.com/state_sync/dydx | | ||
| Lavender.Five | https://services.lavenderfive.com/mainnet/dydx/statesync | | ||
| AutoStake | https://autostake.com/networks/dydx/#state-sync | | ||
| Enigma | https://dydx-dao-rpc.enigma-validator.com:443 | | ||
|
||
</Tab> | ||
</Tabs> | ||
|
@@ -165,13 +172,14 @@ For **Testnet**: | |
<Tab> | ||
For **the deployment by DYDX token holders**: | ||
|
||
| Team | URI | Pruning | Index | | ||
| ------------- | --------------------------------------------------------- | ------- | ----- | | ||
| Bware Labs | `https://bwarelabs.com/snapshots/dydx` | Yes | null | | ||
| Polkachu | `https://polkachu.com/tendermint_snapshots/dydx` | Yes | null | | ||
| KingNodes | `https://dydx-archive-snapshot.kingnodes.com/` | No | kv | | ||
| Lavender.Five | `https://services.lavenderfive.com/mainnet/dydx/snapshot` | Yes | | | ||
| AutoStake | `https://autostake.com/networks/dydx/#services` | Yes | null | | ||
| Team | URI | Pruning | Index | | ||
| ------------- | -------------------------------------------------------------| ------- | ----- | | ||
| Bware Labs | `https://bwarelabs.com/snapshots/dydx` | Yes | null | | ||
| Polkachu | `https://polkachu.com/tendermint_snapshots/dydx` | Yes | null | | ||
| KingNodes | `https://dydx-archive-snapshot.kingnodes.com/` | No | kv | | ||
| Lavender.Five | `https://services.lavenderfive.com/mainnet/dydx/snapshot` | Yes | | | ||
| AutoStake | `https://autostake.com/networks/dydx/#services` | Yes | null | | ||
| Enigma | `https://enigma-validator.com/stake-with-us/dydx#services` | Yes | | | ||
|
||
</Tab> | ||
</Tabs> | ||
|
@@ -269,7 +277,7 @@ For **the deployment by DYDX token holders**: | |
| AutoStake | `https://dydx-mainnet-rpc.autostake.com:443` | 4 req/s | | ||
| EcoStake | `https://rpc-dydx.ecostake.com:443` | | | ||
| PublicNode | `https://dydx-rpc.publicnode.com:443` | | | ||
| Enigma | `https://dydx-rpc.enigma-validator.com:443` | | | ||
| Enigma | `https://dydx-dao-rpc.enigma-validator.com:443` | | | ||
|
||
**REST** | ||
|
||
|
@@ -282,7 +290,7 @@ For **the deployment by DYDX token holders**: | |
| AutoStake | `https://dydx-mainnet-lcd.autostake.com:443` | 4 req/s | | ||
| EcoStake | `https://rest-dydx.ecostake.com:443` | | | ||
| PublicNode | `https://dydx-rest.publicnode.com:443` | | | ||
| Enigma | `https://dydx-lcd.enigma-validator.com:443` | | | ||
| Enigma | `https://dydx-dao-lcd.enigma-validator.com:443` | | | ||
|
||
**gRPC** | ||
|
||
|
@@ -293,6 +301,7 @@ For **the deployment by DYDX token holders**: | |
| KingNodes | `https://dydx-ops-grpc.kingnodes.com:443` | 250 req/m | | ||
| Lavender.Five | `https://dydx-grpc.lavenderfive.com:443` | | | ||
| PublicNode | `https://dydx-grpc.publicnode.com:443` | | | ||
| Enigma | `http://dydx-dao-grpc.enigma-validator.com:1492` | | | ||
|
||
</Tab> | ||
</Tabs> | ||
|
@@ -316,6 +325,7 @@ For **the deployment by DYDX token holders**: | |
| Polkachu | `https://dydx-dao-archive-rpc.polkachu.com:443` | 300 req/m | | ||
| Bware Labs | `https://dydx-mainnet-archive-rpc.public.blastapi.io:443` | 20 req/s | | ||
| KingNodes | `https://dydx-ops-archive-rpc.kingnodes.com:443` | 50 req/m | | ||
| Enigma | `https://dydx-dao-rpc-archive.enigma-validator.com:443` | | | ||
|
||
**REST** | ||
|
||
|
@@ -324,6 +334,7 @@ For **the deployment by DYDX token holders**: | |
| Polkachu | `https://dydx-dao-archive-api.polkachu.com:443` | 300 req/m | | ||
| Bware Labs | `https://dydx-mainnet-archive-lcd.public.blastapi.io:443` | 20 req/s | | ||
| KingNodes | `https://dydx-ops-archive-rest.kingnodes.com:443` | 50 req/m | | ||
| Enigma | `https://dydx-dao-lcd-archive.enigma-validator.com:443` | | | ||
|
||
**gRPC** | ||
|
||
|
@@ -332,6 +343,7 @@ For **the deployment by DYDX token holders**: | |
| Polkachu | `http://dydx-dao-archive-grpc-1.polkachu.com:23890` <br/> `http://dydx-dao-archive-grpc-2.polkachu.com:23890` | 300 req/m | | ||
| Bware Labs | `https://dydx-mainnet-archive-grpc.public.blastapi.io:443` | 20 req/s | | ||
| KingNodes | `https://dydx-ops-archive-grpc.kingnodes.com:443` | 50 req/m | | ||
| Enigma | `https://dydx-dao-grpc-archive.enigma-validator.com:1492` | | | ||
|
||
</Tab> | ||
</Tabs> | ||
|
626595d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
v4-teacher – ./
v4-teacher-git-main-dydxprotocol.vercel.app
v4-teacher.vercel.app
v4-teacher-dydxprotocol.vercel.app
docs.dydx.exchange