File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
legacy_packages/chains/chains Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ export default {
12
12
"faucets" : [
13
13
"https://faucet.brcchain.io"
14
14
] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED" ,
17
+ "width" : 512 ,
18
+ "height" : 512 ,
19
+ "format" : "png"
20
+ } ,
15
21
"infoURL" : "https://bridge.brcchain.io" ,
16
22
"name" : "BRC Chain Mainnet" ,
17
23
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -6,10 +6,22 @@ export default {
6
6
{
7
7
"name" : "DSC Scan" ,
8
8
"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
+ }
10
16
}
11
17
] ,
12
18
"faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu" ,
21
+ "width" : 200 ,
22
+ "height" : 200 ,
23
+ "format" : "png"
24
+ } ,
13
25
"infoURL" : "https://doken.dev/" ,
14
26
"name" : "DoKEN Super Chain Mainnet" ,
15
27
"nativeCurrency" : {
You can’t perform that action at this time.
0 commit comments