From f13718eea1de8ae352931c38bbfb64a343359d0c Mon Sep 17 00:00:00 2001 From: Tuan Pham Anh Date: Sun, 29 Oct 2023 16:50:39 +0700 Subject: [PATCH] add dydx (#468) --- data/chain_registry.ini | 5 ++++- data/dydx.ini | 8 ++++++++ docs/rpc.md | 10 +++++++++- notionalapi/gateway/redeploy_all.sh | 1 + 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 data/dydx.ini diff --git a/data/chain_registry.ini b/data/chain_registry.ini index 4030dd1f..f5d14432 100644 --- a/data/chain_registry.ini +++ b/data/chain_registry.ini @@ -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" \ No newline at end of file +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" \ No newline at end of file diff --git a/data/dydx.ini b/data/dydx.ini new file mode 100644 index 00000000..1e20297d --- /dev/null +++ b/data/dydx.ini @@ -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" \ No newline at end of file diff --git a/docs/rpc.md b/docs/rpc.md index 8e1751e2..c980b5fe 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -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/ | \ No newline at end of file +| 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/ | \ No newline at end of file diff --git a/notionalapi/gateway/redeploy_all.sh b/notionalapi/gateway/redeploy_all.sh index b3e7788c..5dff5dda 100644 --- a/notionalapi/gateway/redeploy_all.sh +++ b/notionalapi/gateway/redeploy_all.sh @@ -24,6 +24,7 @@ cyber dig-archive dig dydx-testnet +dydx emoney evmos-archive-sub1 evmos-archive-sub2