Skip to content

Commit f8bafd2

Browse files
committed
Update manifest
1 parent bb3edf4 commit f8bafd2

File tree

6 files changed

+11
-45
lines changed

6 files changed

+11
-45
lines changed

manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,11 @@
10991099
"name": "Decentraland",
11001100
"color": "#bfb5af"
11011101
},
1102+
{
1103+
"symbol": "MATIC",
1104+
"name": "Matic Network",
1105+
"color": "#2b6def"
1106+
},
11021107
{
11031108
"symbol": "MCAP",
11041109
"name": "MCAP",

scripts/manifest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ const overrides = new Map([
5353
['REN', 'Ren'],
5454
['RYO', 'Ryo Currency'],
5555
['SKY', 'Skycoin'],
56-
['XVC', 'Vcash']
56+
['XVC', 'Vcash'],
57+
['MATIC', 'Matic Network']
5758
]);
5859

5960
const icons = manifest.map(icon => {

svg/black/matic.svg

Lines changed: 1 addition & 5 deletions
Loading

svg/color/matic.svg

Lines changed: 1 addition & 6 deletions
Loading

svg/icon/matic.svg

Lines changed: 1 addition & 28 deletions
Loading

svg/white/matic.svg

Lines changed: 1 addition & 5 deletions
Loading

0 commit comments

Comments
 (0)