Skip to content

Commit

Permalink
add dydx-archive-sub
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 30, 2023
1 parent cc565c5 commit f289576
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/chain_registry.ini
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/per
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/neutron-archive-sub.ini"

[dydx]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/dydx.ini"
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/dydx.ini"

[dydx-archive-sub]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/dydx-archive-sub.ini"
8 changes: 8 additions & 0 deletions data/dydx-archive-sub.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
git_repo = "https://github.com/dydxprotocol/v4-chain"
version = "protocol/v1.0.0"
daemon_name = "dydxprotocold"
node_home = "$HOME/.dydxprotocol"
minimum_gas_prices = "12500000000adydx,0.025ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5"
start_flags = "--non-validating-full-node=true --p2p.seeds=20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:23856,ebc272824924ea1a27ea3183dd0b9ba713494f83@dydx-mainnet-seed.autostake.com:27366,[email protected]:23856"
snapshot_prune = ""
network = "net3"
12 changes: 11 additions & 1 deletion docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

## Notional Public Endpoints

Note: archive nodes and subnodes endpoints are only available in NotionalApi, not available for public endpoints.

### 01. Cosmoshub

| Protocol | Endpoint |
Expand Down Expand Up @@ -753,4 +755,12 @@
|----------|:--------------------------------------------------------|
| RPC | https://rpc-dydx-ia.cosmosia.notional.ventures/ |
| API | https://api-dydx-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-dydx-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-dydx-ia.cosmosia.notional.ventures/ |

### 95. dydx-archive-sub

| Protocol | Endpoint |
|----------|:--------------------------------------------------------|
| RPC | https://rpc-dydx-archive-sub-ia.cosmosia.notional.ventures/ |
| API | https://api-dydx-archive-sub-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-dydx-archive-sub-ia.cosmosia.notional.ventures/ |
1 change: 1 addition & 0 deletions notionalapi/gateway/redeploy_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cryptoorgchain
cyber
dig-archive
dig
dydx-archive-sub
dydx-testnet
dydx
emoney
Expand Down
1 change: 1 addition & 0 deletions proxy/public/generate_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ crescent
cryptoorgchain
cyber
dig
dydx-archive-sub
dydx-testnet
dydx
emoney
Expand Down

0 comments on commit f289576

Please sign in to comment.