From 46f43c20c08317ffbf6027cfad85abb202597c2c Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Tue, 15 Feb 2022 16:15:31 +0200 Subject: [PATCH] add Storj (#76) --- public/logos/storj.svg | 17 +++++++++++++++++ registry.json | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 public/logos/storj.svg diff --git a/public/logos/storj.svg b/public/logos/storj.svg new file mode 100644 index 0000000..bd91483 --- /dev/null +++ b/public/logos/storj.svg @@ -0,0 +1,17 @@ + + + + storj-logo-mark-color + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/registry.json b/registry.json index e3646e5..3facb8a 100644 --- a/registry.json +++ b/registry.json @@ -110,5 +110,21 @@ "coingeckoID": "siacoin", "genesisDate": "2015-06-06", "usage": "https://siastats.info/navigator-api/web3index/revenue" + }, + "storj": { + "blockchain": "Ethereum", + "category": "Work Protocol", + "color": "#276CFF", + "everestID": "0x73f4121922f8cf89144e7cb29e325fe3595b8b09", + "twitter": "storj", + "github": "storj", + "image": "https://web3index.org/logos/storj.svg", + "name": "Storj", + "stack": "Middleware", + "subcategory": "Storage", + "symbol": "STORJ", + "coingeckoID": "storj", + "genesisDate": "2014-08-01", + "usage": "https://stats.storjshare.io/payout.json" } }