Skip to content

Commit 53d9e99

Browse files
achilleas-kalbguizFrederikBolding
authored
feat: add Injective (#7565)
* feat: add InjectiveTestnet * feat: add Injective Mainnet & Testnet * Update _data/chains/eip155-1439.json Co-authored-by: Brendan Graetz <bguiz@users.noreply.github.com> --------- Co-authored-by: Brendan Graetz <bguiz@users.noreply.github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 212ea2f commit 53d9e99

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

_data/chains/eip155-1439.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Injective Testnet",
3+
"chain": "Injective",
4+
"icon": "injective",
5+
"rpc": [
6+
"https://k8s.testnet.json-rpc.injective.network",
7+
"wss://k8s.testnet.ws.injective.network",
8+
"https://injectiveevm-testnet-rpc.polkachu.com",
9+
"wss://injectiveevm-testnet-rpc.polkachu.com"
10+
],
11+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
12+
"faucets": ["https://testnet.faucet.injective.network"],
13+
"nativeCurrency": {
14+
"name": "Injective",
15+
"symbol": "INJ",
16+
"decimals": 18
17+
},
18+
"infoURL": "https://injective.com",
19+
"shortName": "injective-testnet",
20+
"chainId": 1439,
21+
"networkId": 1439,
22+
"slip44": 60,
23+
"explorers": [
24+
{
25+
"name": "blockscout",
26+
"url": "https://testnet.blockscout.injective.network",
27+
"icon": "blockscout",
28+
"standard": "EIP3091"
29+
}
30+
]
31+
}

_data/chains/eip155-1776.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Injective",
3+
"chain": "Injective",
4+
"icon": "injective",
5+
"rpc": [
6+
"https://sentry.evm-rpc.injective.network",
7+
"wss://sentry.evm-ws.injective.network",
8+
"https://injectiveevm-rpc.polkachu.com",
9+
"wss://injectiveevm-ws.polkachu.com"
10+
],
11+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
12+
"faucets": ["https://injective.com/getinj"],
13+
"nativeCurrency": {
14+
"name": "Injective",
15+
"symbol": "INJ",
16+
"decimals": 18
17+
},
18+
"infoURL": "https://injective.com",
19+
"shortName": "injective",
20+
"chainId": 1776,
21+
"networkId": 1776,
22+
"slip44": 60,
23+
"explorers": [
24+
{
25+
"name": "blockscout",
26+
"url": "https://blockscout.injective.network",
27+
"icon": "blockscout",
28+
"standard": "EIP3091"
29+
}
30+
]
31+
}

_data/icons/injective.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4",
4+
"width": 512,
5+
"height": 512,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)