forked from DefiLlama/chainlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchainid-1229800785.js
More file actions
34 lines (34 loc) · 901 Bytes
/
chainid-1229800785.js
File metadata and controls
34 lines (34 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
export const data = {
"name": "iTani Network Chain",
"chain": "ITN",
"icon": "itani",
"rpc": [
"https://itani-mainnet-1009642477948.us-central1.run.app/jsonrpc",
"https://itani-network-chain-1009642477948.us-central1.run.app/jsonrpc",
"https://itani-network-chain-1009642477948.europe-west9.run.app/jsonrpc",
"https://itani-network-chain-kirdnwz4rq-uc.a.run.app/jsonrpc"
],
"features": [
{
"name": "EIP155"
}
],
"faucets": [],
"nativeCurrency": {
"name": "iTani",
"symbol": "ITANI",
"decimals": 18
},
"infoURL": "https://github.com/itanidreams-dev/iTani-Network-Chain",
"shortName": "itani",
"chainId": 1229800785,
"networkId": 1229800785,
"explorers": [
{
"name": "iTani Explorer",
"url": "https://itani-mainnet-1009642477948.us-central1.run.app",
"icon": "itani",
"standard": "EIP3091"
}
]
};