This commit is contained in:
Sindre Sorhus 2018-09-17 13:53:55 +07:00
parent 849ab29ea9
commit 23f3b107fa
4 changed files with 8 additions and 2 deletions

View File

@ -215,6 +215,10 @@
"symbol": "BURST",
"name": "Burst"
},
{
"symbol": "CALL",
"name": "Capital"
},
{
"symbol": "CDN",
"name": "Canada eCoin"

1
originals/call.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -46,7 +46,7 @@
"coinlist": "^3.0.0",
"globby-cli": "^1.0.1",
"husky": "^1.0.0-rc.13",
"svgo": "^1.1.0",
"svgo": "1.1.0",
"xo": "^0.23.0"
},
"husky": {

View File

@ -9,7 +9,8 @@ const overrides = new Map([
['VRSC', 'VerusCoin'],
['GMR', 'Gimmer'],
['NEXO', 'Nexo'],
['GUSD', 'Gemini dollar']
['GUSD', 'Gemini dollar'],
['CALL', 'Capital']
]);
const icons = manifest.map(icon => {