From aea5e9f0093e3124d1a1a118ae95b726ffe051bf Mon Sep 17 00:00:00 2001 From: Tuan Pham Anh Date: Fri, 17 Nov 2023 11:08:55 +0700 Subject: [PATCH] add agoric-archive-sub --- data/agoric-archive-sub.ini | 8 ++++++++ data/chain_registry.ini | 5 ++++- docs/rpc.md | 10 +++++++++- notionalapi/gateway/redeploy_all.sh | 1 + 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 data/agoric-archive-sub.ini diff --git a/data/agoric-archive-sub.ini b/data/agoric-archive-sub.ini new file mode 100644 index 00000000..02a291cb --- /dev/null +++ b/data/agoric-archive-sub.ini @@ -0,0 +1,8 @@ +git_repo = "https://github.com/Agoric/ag0" +version = "agoric-3.1" +daemon_name = "agd" +node_home = "$HOME/.agoric" +minimum_gas_prices = "" +start_flags = "--p2p.seeds=ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14456,400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc@agoric.rpc.kjnodes.com:12759,ebc272824924ea1a27ea3183dd0b9ba713494f83@agoric-mainnet-seed.autostake.com:27106" +snapshot_prune = "" +network = "net2" \ No newline at end of file diff --git a/data/chain_registry.ini b/data/chain_registry.ini index ee885883..c426591f 100644 --- a/data/chain_registry.ini +++ b/data/chain_registry.ini @@ -305,4 +305,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/cos config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/cosmoshub2-archive-sub0.ini" [cosmoshub3-archive-sub0] -config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/cosmoshub3-archive-sub0.ini" \ No newline at end of file +config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/cosmoshub3-archive-sub0.ini" + +[agoric-archive-sub] +config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/agoric-archive-sub.ini" \ No newline at end of file diff --git a/docs/rpc.md b/docs/rpc.md index b6c39bdd..dda84296 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -827,4 +827,12 @@ Note: archive nodes and subnodes endpoints are only available in NotionalApi, no |----------|:--------------------------------------------------------| | RPC | https://rpc-cosmoshub3-archive-sub0-ia.cosmosia.notional.ventures/ | | API | https://api-cosmoshub3-archive-sub0-ia.cosmosia.notional.ventures/ | -| GRPC | https://grpc-cosmoshub3-archive-sub0-ia.cosmosia.notional.ventures/ | \ No newline at end of file +| GRPC | https://grpc-cosmoshub3-archive-sub0-ia.cosmosia.notional.ventures/ | + +### 104. agoric-archive-sub + +| Protocol | Endpoint | +|----------|:--------------------------------------------------------| +| RPC | https://rpc-agoric-archive-sub-ia.cosmosia.notional.ventures/ | +| API | https://api-agoric-archive-sub-ia.cosmosia.notional.ventures/ | +| GRPC | https://grpc-agoric-archive-sub-ia.cosmosia.notional.ventures/ | diff --git a/notionalapi/gateway/redeploy_all.sh b/notionalapi/gateway/redeploy_all.sh index 15fc8eaf..e4a35674 100644 --- a/notionalapi/gateway/redeploy_all.sh +++ b/notionalapi/gateway/redeploy_all.sh @@ -1,4 +1,5 @@ SERVICES=$(cat <<-END +agoric-archive-sub agoric akash archway