Skip to content

Commit a67e4ab

Browse files
Add chainlist and EthereumPoW (trustwallet#22722)
* Create chainlist.json * Create info.json * Create logo.png * Update info.json * Update chainlist.json * Adjust pow tag * Allow chainlist.json file in chain folder Co-authored-by: Ivan <82358585+covain@users.noreply.github.com>
1 parent b20bb0f commit a67e4ab

4 files changed

Lines changed: 53 additions & 0 deletions

File tree

.github/assets.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ validators_settings:
4848
allowed_files:
4949
- "assets"
5050
- "tokenlist.json"
51+
- "chainlist.json"
5152
- "tokenlist-extended.json"
5253
- "validators"
5354
- "info"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"chains": [
3+
{
4+
"chain":"1",
5+
"coinId":"ethereum"
6+
},
7+
{
8+
"chain":"10",
9+
"coinId":"optimism"
10+
},
11+
{
12+
"chain":"61",
13+
"coinId":"ethereumclassic"
14+
},
15+
{
16+
"chain":"42161",
17+
"coinId":"arbitrum"
18+
},
19+
{
20+
"chain":"1313161554",
21+
"coinId":"aurora"
22+
},
23+
{
24+
"chain":"288",
25+
"coinId":"boba"
26+
}
27+
]
28+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "EthereumPoW",
3+
"type": "coin",
4+
"symbol": "ETHW",
5+
"decimals": 18,
6+
"website": "https://ethereumpow.org/",
7+
"description": "The Original Ethereum Blockchain powered by Proof of Work",
8+
"explorer": "https://www.oklink.com/en/ethw",
9+
"status": "active",
10+
"rpc_url": "https://mainnet.ethereumpow.org",
11+
"links": [
12+
{
13+
"name": "twitter",
14+
"url": "https://twitter.com/EthereumPoW"
15+
},
16+
{
17+
"name": "telegram_news",
18+
"url": "https://t.me/ethereumpow_official"
19+
}
20+
],
21+
"tags": [
22+
"pow"
23+
]
24+
}
23.7 KB
Loading

0 commit comments

Comments
 (0)