Skip to content

Commit 3aae450

Browse files
committed
Add Igra Mainnet (chainId 38833) to additionalChainRegistry
1 parent a56d76d commit 3aae450

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)