Skip to content

Commit 94ccdb6

Browse files
authored
Merge pull request #64 from bgd-labs/feat/add-stkToken-variation-for-umbrella-reserves
feat: Generate umbrella icons for reserve tokens
2 parents b27473a + ea1e96c commit 94ccdb6

File tree

854 files changed

+1245
-820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

854 files changed

+1245
-820
lines changed

icons/full/stkcbeth.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/stklink.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/stkusdc.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/stkusdt.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/stkwbtc.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/stkweth.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/icons.json

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@
587587
],
588588
"variations": [
589589
"aToken",
590-
"stataToken"
590+
"stataToken",
591+
"stkToken"
591592
],
592593
"icons": {
593594
"mono": "icons/mono/cbeth.svg",
@@ -599,6 +600,10 @@
599600
"stataToken": {
600601
"mono": "icons/mono/statacbeth.svg",
601602
"full": "icons/full/statacbeth.svg"
603+
},
604+
"stkToken": {
605+
"mono": "icons/mono/stkcbeth.svg",
606+
"full": "icons/full/stkcbeth.svg"
602607
}
603608
}
604609
},
@@ -1696,7 +1701,8 @@
16961701
],
16971702
"variations": [
16981703
"aToken",
1699-
"stataToken"
1704+
"stataToken",
1705+
"stkToken"
17001706
],
17011707
"icons": {
17021708
"mono": "icons/mono/link.svg",
@@ -1708,6 +1714,10 @@
17081714
"stataToken": {
17091715
"mono": "icons/mono/statalink.svg",
17101716
"full": "icons/full/statalink.svg"
1717+
},
1718+
"stkToken": {
1719+
"mono": "icons/mono/stklink.svg",
1720+
"full": "icons/full/stklink.svg"
17111721
}
17121722
}
17131723
},
@@ -3151,7 +3161,8 @@
31513161
],
31523162
"variations": [
31533163
"aToken",
3154-
"stataToken"
3164+
"stataToken",
3165+
"stkToken"
31553166
],
31563167
"icons": {
31573168
"mono": "icons/mono/usdc.svg",
@@ -3163,6 +3174,10 @@
31633174
"stataToken": {
31643175
"mono": "icons/mono/statausdc.svg",
31653176
"full": "icons/full/statausdc.svg"
3177+
},
3178+
"stkToken": {
3179+
"mono": "icons/mono/stkusdc.svg",
3180+
"full": "icons/full/stkusdc.svg"
31663181
}
31673182
}
31683183
},
@@ -3276,7 +3291,8 @@
32763291
],
32773292
"variations": [
32783293
"aToken",
3279-
"stataToken"
3294+
"stataToken",
3295+
"stkToken"
32803296
],
32813297
"icons": {
32823298
"mono": "icons/mono/usdt.svg",
@@ -3288,6 +3304,10 @@
32883304
"stataToken": {
32893305
"mono": "icons/mono/statausdt.svg",
32903306
"full": "icons/full/statausdt.svg"
3307+
},
3308+
"stkToken": {
3309+
"mono": "icons/mono/stkusdt.svg",
3310+
"full": "icons/full/stkusdt.svg"
32913311
}
32923312
}
32933313
},
@@ -3407,7 +3427,8 @@
34073427
],
34083428
"variations": [
34093429
"aToken",
3410-
"stataToken"
3430+
"stataToken",
3431+
"stkToken"
34113432
],
34123433
"icons": {
34133434
"mono": "icons/mono/wbtc.svg",
@@ -3419,6 +3440,10 @@
34193440
"stataToken": {
34203441
"mono": "icons/mono/statawbtc.svg",
34213442
"full": "icons/full/statawbtc.svg"
3443+
},
3444+
"stkToken": {
3445+
"mono": "icons/mono/stkwbtc.svg",
3446+
"full": "icons/full/stkwbtc.svg"
34223447
}
34233448
}
34243449
},
@@ -3475,7 +3500,8 @@
34753500
],
34763501
"variations": [
34773502
"aToken",
3478-
"stataToken"
3503+
"stataToken",
3504+
"stkToken"
34793505
],
34803506
"icons": {
34813507
"mono": "icons/mono/weth.svg",
@@ -3487,6 +3513,10 @@
34873513
"stataToken": {
34883514
"mono": "icons/mono/stataweth.svg",
34893515
"full": "icons/full/stataweth.svg"
3516+
},
3517+
"stkToken": {
3518+
"mono": "icons/mono/stkweth.svg",
3519+
"full": "icons/full/stkweth.svg"
34903520
}
34913521
}
34923522
},

icons/mono/stkcbeth.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/mono/stklink.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/mono/stkusdc.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)