Skip to content

Commit 2c4af9a

Browse files
chore(chains): update chains (#2920)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47de345 commit 2c4af9a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

legacy_packages/chains/chains/12123.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export default {
1212
"faucets": [
1313
"https://faucet.brcchain.io"
1414
],
15+
"icon": {
16+
"url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED",
17+
"width": 512,
18+
"height": 512,
19+
"format": "png"
20+
},
1521
"infoURL": "https://bridge.brcchain.io",
1622
"name": "BRC Chain Mainnet",
1723
"nativeCurrency": {

legacy_packages/chains/chains/61916.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "DSC Scan",
88
"url": "https://explore.doken.dev",
9-
"standard": "EIP3091"
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu",
12+
"width": 200,
13+
"height": 200,
14+
"format": "png"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu",
21+
"width": 200,
22+
"height": 200,
23+
"format": "png"
24+
},
1325
"infoURL": "https://doken.dev/",
1426
"name": "DoKEN Super Chain Mainnet",
1527
"nativeCurrency": {

0 commit comments

Comments
 (0)