mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-02-03 13:13:39 +00:00
Finish #209
This commit is contained in:
parent
849ab29ea9
commit
23f3b107fa
@ -215,6 +215,10 @@
|
||||
"symbol": "BURST",
|
||||
"name": "Burst"
|
||||
},
|
||||
{
|
||||
"symbol": "CALL",
|
||||
"name": "Capital"
|
||||
},
|
||||
{
|
||||
"symbol": "CDN",
|
||||
"name": "Canada eCoin"
|
||||
|
1
originals/call.svg
Normal file
1
originals/call.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 34 KiB |
@ -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": {
|
||||
|
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user