Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions chains-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1356,3 +1356,17 @@
chain-id: 7080969
explorers:
- https://explorer.humanity.org/testnet
- currency:
name: Injective
symbol: INJ
decimals: 18
chain-id: 1776
explorers:
- https://blockscout.injective.network
- currency:
name: Injective
symbol: INJ
decimals: 18
chain-id: 1439
explorers:
- https://testnet.blockscout.injective.network
23 changes: 23 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3554,6 +3554,29 @@ chain-settings:
code: INJECTIVE_TESTNET
grpcId: 10171
priority: 10
- id: injective-evm
label: Injective EVM
type: eth
settings:
expected-block-time: 900ms
options:
validate-peers: false
lags:
syncing: 40
lagging: 20
chains:
- id: Mainnet
priority: 100
code: INJECTIVE_EVM_MAINNET
short-names: [injective-evm, injective-evm-mainnet]
chain-id: 0x6f0
grpcId: 1168
- id: Testnet
priority: 1
code: INJECTIVE_EVM_TESTNET
short-names: [injective-evm-testnet]
chain-id: 0x59f
grpcId: 10203
- id: mantra
label: Mantra
type: cosmos
Expand Down
Loading