Skip to content

Commit

Permalink
add crescent-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 10, 2023
1 parent 9adb1f1 commit 15aacb5
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@ -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"
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"
8 changes: 8 additions & 0 deletions data/crescent-testnet.ini
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]:26656"
snapshot_prune = "cosmos-pruner"
network = "net2"
10 changes: 9 additions & 1 deletion docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ |
| 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/ |

0 comments on commit 15aacb5

Please sign in to comment.