Skip to content

Commit 6ec79d1

Browse files
committed
Add Igra Network (38833) and Igra Testnet (38836)
- Igra Network mainnet: chain ID 38833, RPC https://rpc.igralabs.com:8545 - Igra Testnet: chain ID 38836, RPC https://galleon-testnet.igralabs.com:8545 - Native currency: iKAS (18 decimals) - Icon pinned to IPFS via Pinata
1 parent f8c89f3 commit 6ec79d1

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

_data/chains/eip155-38833.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Igra Network",
3+
"chain": "IGRA",
4+
"icon": "igra",
5+
"rpc": ["https://rpc.igralabs.com:8545"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "iKAS",
9+
"symbol": "iKAS",
10+
"decimals": 18
11+
},
12+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
13+
"infoURL": "https://igralabs.com",
14+
"shortName": "igra",
15+
"chainId": 38833,
16+
"networkId": 38833,
17+
"explorers": [
18+
{
19+
"name": "Igra Explorer",
20+
"url": "https://explorer.igralabs.com",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-38836.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Igra Testnet",
3+
"chain": "IGRA",
4+
"icon": "igra",
5+
"rpc": ["https://galleon-testnet.igralabs.com:8545"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "iKAS",
9+
"symbol": "iKAS",
10+
"decimals": 18
11+
},
12+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
13+
"infoURL": "https://igralabs.com",
14+
"shortName": "igra-galleon-testnet",
15+
"chainId": 38836,
16+
"networkId": 38836,
17+
"explorers": [
18+
{
19+
"name": "Igra Galleon Testnet Explorer",
20+
"url": "https://explorer.galleon-testnet.igralabs.com",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/igra.json

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

0 commit comments

Comments
 (0)