Skip to content

Commit

Permalink
add dydx (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa authored Oct 29, 2023
1 parent 8176962 commit f13718e
Show file tree
Hide file tree
Showing 4 changed files with 22 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 @@ -275,4 +275,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/com
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/persistence-archive-sub.ini"

[neutron-archive-sub]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/neutron-archive-sub.ini"
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"
8 changes: 8 additions & 0 deletions data/dydx.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 = "0.0001dv4tnt"
start_flags = "--non-validating-full-node=true --p2p.seeds=20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:23856,ebc272824924ea1a27ea3183dd0b9ba713494f83@dydx-mainnet-seed.autostake.com:27366,65b740ee326c9260c30af1f044e9cda63c73f7c1@seeds.kingnodes.net:23856"
snapshot_prune = "cosmos-pruner"
network = "net3"
10 changes: 9 additions & 1 deletion docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,4 +745,12 @@
|----------|:--------------------------------------------------------|
| RPC | https://rpc-neutron-archive-sub-ia.cosmosia.notional.ventures/ |
| API | https://api-neutron-archive-sub-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-neutron-archive-sub-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-neutron-archive-sub-ia.cosmosia.notional.ventures/ |

### 94. dydx

| Protocol | Endpoint |
|----------|:--------------------------------------------------------|
| RPC | https://rpc-dydx-ia.cosmosia.notional.ventures/ |
| API | https://api-dydx-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-dydx-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 @@ -24,6 +24,7 @@ cyber
dig-archive
dig
dydx-testnet
dydx
emoney
evmos-archive-sub1
evmos-archive-sub2
Expand Down

0 comments on commit f13718e

Please sign in to comment.