Skip to content

Commit

Permalink
add testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Aug 17, 2023
1 parent 01a524b commit 5158263
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions chains/testnet/injective.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chain_name": "injective-888",
"api": ["https://testnet.lcd.injective.network"],
"rpc": ["https://tesnet.tm.injective.network"],
"snapshot_provider": "",
"sdk_version": "v0.45.5",
"coin_type": "60",
"min_tx_fee": "5000",
"addr_prefix": "inj",
"excludes": "",
"logo": "/logos/injective.jpg",
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"keplr_price_step": {
"low": 100000000000,
"average": 200000000000,
"high": 30000000000000
},
"assets": [{
"base": "inj",
"symbol": "INJ",
"exponent": "18",
"coingecko_id": "injective-protocol",
"logo": "/logos/injective.jpg"
}]
}

0 comments on commit 5158263

Please sign in to comment.