diff --git a/data/chain_registry.ini b/data/chain_registry.ini index 27d93f0e..dc592ca3 100644 --- a/data/chain_registry.ini +++ b/data/chain_registry.ini @@ -254,4 +254,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/cos config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/stargaze-testnet.ini" [evmos-testnet] -config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/evmos-testnet.ini" \ No newline at end of file +config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/evmos-testnet.ini" + +[crescent-testnet] +config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/crescent-testnet.ini" \ No newline at end of file diff --git a/data/crescent-testnet.ini b/data/crescent-testnet.ini new file mode 100644 index 00000000..062c8686 --- /dev/null +++ b/data/crescent-testnet.ini @@ -0,0 +1,8 @@ +git_repo = "https://github.com/crescent-network/crescent" +version = "v4.0.0" +daemon_name = "crescentd" +node_home = "$HOME/.crescent" +minimum_gas_prices = "" +start_flags = "--p2p.seeds=89760782cc1fcf11ca8a1cdc3494a8d788699313@52.74.77.1:26656" +snapshot_prune = "cosmos-pruner" +network = "net2" \ No newline at end of file diff --git a/docs/rpc.md b/docs/rpc.md index 92794a6e..36c3798b 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -689,4 +689,12 @@ |----------|:--------------------------------------------------------| | RPC | https://rpc-evmos-testnet-ia.cosmosia.notional.ventures/ | | API | https://api-evmos-testnet-ia.cosmosia.notional.ventures/ | -| GRPC | https://grpc-evmos-testnet-ia.cosmosia.notional.ventures/ | \ No newline at end of file +| GRPC | https://grpc-evmos-testnet-ia.cosmosia.notional.ventures/ | + +### 87. crescent-testnet + +| Protocol | Endpoint | +|----------|:--------------------------------------------------------| +| RPC | https://rpc-crescent-testnet-ia.cosmosia.notional.ventures/ | +| API | https://api-crescent-testnet-ia.cosmosia.notional.ventures/ | +| GRPC | https://grpc-crescent-testnet-ia.cosmosia.notional.ventures/ | \ No newline at end of file