Skip to content

Commit e13f161

Browse files
actioncoinincligi
andauthored
Add Action Mainnet (#6834)
* Add Action Mainnet * Add files via upload --------- Co-authored-by: ligi <[email protected]>
1 parent 01abfd2 commit e13f161

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

_data/chains/eip155-21000.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Action Mainnet",
3+
"chain": "Action",
4+
"icon": "action",
5+
"rpc": ["https://rpc.actionblockchain.org"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Action",
10+
"symbol": "ACTN",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://docs.actioncoin.com",
14+
"shortName": "ACTN",
15+
"chainId": 21000,
16+
"networkId": 21000,
17+
"explorers": [
18+
{
19+
"name": "Action Mainnet Explorer",
20+
"url": "http://exp.actionblockchain.org",
21+
"icon": "action",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/icons/action.json

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

0 commit comments

Comments
 (0)