From b619d04d1d374a2c050f57dc2097a9fcc756c927 Mon Sep 17 00:00:00 2001 From: Tuan Pham Anh Date: Fri, 15 Mar 2024 23:27:02 +0700 Subject: [PATCH] add cosmoshub-testnet2 (theta-testnet-001) --- data/chain_registry.ini | 5 ++++- data/cosmoshub-testnet2.ini | 9 +++++++++ docs/rpc.md | 10 +++++++++- notionalapi/gateway/redeploy_all.sh | 1 + 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 data/cosmoshub-testnet2.ini diff --git a/data/chain_registry.ini b/data/chain_registry.ini index f2e687b6..6f69a245 100644 --- a/data/chain_registry.ini +++ b/data/chain_registry.ini @@ -335,4 +335,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/sei config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/wormhole.ini" [celestia-archive-sub] -config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/celestia-archive-sub.ini" \ No newline at end of file +config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/celestia-archive-sub.ini" + +[cosmoshub-testnet2] +config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/cosmoshub-testnet2.ini" \ No newline at end of file diff --git a/data/cosmoshub-testnet2.ini b/data/cosmoshub-testnet2.ini new file mode 100644 index 00000000..c0f8f2cc --- /dev/null +++ b/data/cosmoshub-testnet2.ini @@ -0,0 +1,9 @@ +git_repo = "https://github.com/cosmos/gaia" +version = "v15.0.0-rc3" +daemon_name = "gaiad" +node_home = "$HOME/.gaia" +minimum_gas_prices = "0.0001uatom" +start_flags = "--p2p.seeds=98cf32004f01b58019d3d9e03a5adb8f96f1b8d0@rpc-t.cosmos.nodestake.org:666" +snapshot_prune = "cosmos-pruner" +network = "net1" +db_backend = "pebbledb" \ No newline at end of file diff --git a/docs/rpc.md b/docs/rpc.md index 66e500bb..643fb914 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -899,4 +899,12 @@ Note: archive nodes and subnodes endpoints are only available in NotionalApi, no |----------|:--------------------------------------------------------| | RPC | https://rpc-celestia-archive-sub-ia.cosmosia.notional.ventures/ | | API | https://api-celestia-archive-sub-ia.cosmosia.notional.ventures/ | -| GRPC | https://grpc-celestia-archive-sub-ia.cosmosia.notional.ventures/ | \ No newline at end of file +| GRPC | https://grpc-celestia-archive-sub-ia.cosmosia.notional.ventures/ | + +### 113. cosmoshub-testnet2 + +| Protocol | Endpoint | +|----------|:--------------------------------------------------------| +| RPC | https://rpc-cosmoshub-testnet2-ia.cosmosia.notional.ventures/ | +| API | https://api-cosmoshub-testnet2-ia.cosmosia.notional.ventures/ | +| GRPC | https://grpc-cosmoshub-testnet2-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 e2d99e92..4e198b38 100644 --- a/notionalapi/gateway/redeploy_all.sh +++ b/notionalapi/gateway/redeploy_all.sh @@ -23,6 +23,7 @@ cosmoshub-archive-sub1 cosmoshub-archive-sub cosmoshub cosmoshub-testnet +cosmoshub-testnet2 crescent-testnet crescent cryptoorgchain