forked from DefiLlama/chainlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamr.json
More file actions
29 lines (29 loc) · 702 Bytes
/
Copy pathamr.json
File metadata and controls
29 lines (29 loc) · 702 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
export const data ={
"name": "AMR",
"chain": "AMR",
"rpc": [
"https://rpc.orcaamr.com"
],
"faucets": [],
"nativeCurrency": {
"name": "AMR Coin",
"symbol": "AMR",
"decimals": 18
},
"infoURL": "https://orcaamr.com",
"shortName": "amr",
"chainId": 19019,
"networkId": 19019,
"testnet": false,
"icon": "https://violet-fast-mollusk-566.mypinata.cloud/ipfs/bafkreifjzswx5nkdquji5snuvz5q6ze5njhpbzojlqhp7x33byxouvdkue?pinataGatewayToken=zrv1RLOMYGK6-ZZuiqb9vmo2_PxIrIAV2-79HVYf6rZhIqy02sJcfgcLDqVOTQMN",
"features": [
"EIP155"
],
"explorers": [
{
"name": "AMRScan",
"url": "https://scan.orcaamr.com",
"standard": "EIP3091"
}
]
}