Skip to content

Commit

Permalink
add injective-testnet (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa authored Oct 10, 2023
1 parent 9f7c1aa commit 3f92149
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 @@ -260,4 +260,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/evm
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/crescent-testnet.ini"

[regen-testnet]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/regen-testnet.ini"
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/regen-testnet.ini"

[injective-testnet]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/injective-testnet.ini"
8 changes: 8 additions & 0 deletions data/injective-testnet.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
git_repo = "https://github.com/OpenDeFiFoundation/injective-core"
version = "v1.11.2"
daemon_name = "injectived"
node_home = "$HOME/.injectived"
minimum_gas_prices = ""
start_flags = "--p2p.seeds=ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@testnet-seeds.polkachu.com:14356"
snapshot_prune = "cosmos-pruner"
network = "net6"
10 changes: 9 additions & 1 deletion docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,4 +705,12 @@
|----------|:--------------------------------------------------------|
| RPC | https://rpc-regen-testnet-ia.cosmosia.notional.ventures/ |
| API | https://api-regen-testnet-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-regen-testnet-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-regen-testnet-ia.cosmosia.notional.ventures/ |

### 89. injective-testnet

| Protocol | Endpoint |
|----------|:--------------------------------------------------------|
| RPC | https://rpc-injective-testnet-ia.cosmosia.notional.ventures/ |
| API | https://api-injective-testnet-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-injective-testnet-ia.cosmosia.notional.ventures/ |

0 comments on commit 3f92149

Please sign in to comment.