Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ultron dapps #166

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/dapps/ultron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/data/all-dapps.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const categories = [
icon: 'money-bill-wave',
color: '#5cd879',
dapps: [
{
name: 'Ultron Foundation',
url: 'https://ultron.foundation/',
description: 'Ultron is a fast-growing smart contract platform for dApps and digital assets. Built on a powerful global network, Ultron enables high-volume, low-fee transactions at scale.',
icon: './images/dapps/ultron.png'
},
{
name: 'Compound',
url: 'https://app.compound.finance/',
Expand Down Expand Up @@ -96,6 +102,12 @@ const categories = [
icon: 'exchange-alt',
color: '#bbb9f3',
dapps: [
{
name: 'Ultronswap',
url: 'https://ultronswap.com/',
description: 'Ultron Swap Ecosystem. Swap, earn, stack yields, lend, borrow, and leverage all on one decentralized, community-driven platform. Future of DeFi',
icon: './images/dapps/ultron.png'
},
{
name: 'Uniswap',
url: 'https://uniswap.exchange/',
Expand Down Expand Up @@ -350,6 +362,12 @@ const categories = [
icon: 'comment-alt',
color: '#F8CD45',
dapps: [
{
name: 'Ulxscan',
url: 'https://ulxscan.com/',
description: 'Ultron Explorer allows you to explore and search the Ultron blockchain for transactions, addresses and blocks',
icon: './images/dapps/ultron.png'
},
{
name: '3Box',
url: 'https://3box.io/hub',
Expand Down
20 changes: 20 additions & 0 deletions src/data/featured-dapps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
export default [
{
url: 'https://ulxscan.com/',
name: 'Ulxscan',
shortName: 'Ulxscan',
description: 'Ultron Explorer allows you to explore and search the Ultron blockchain for transactions, addresses and blocks',
icon: './images/dapps/ultron.png'
},
{ url: 'https://ultronswap.com/',
name: 'Ultronswap',
shortName: 'Ultronswap',
description: 'Ultron Swap Ecosystem. Swap, earn, stack yields, lend, borrow, and leverage all on one decentralized, community-driven platform. Future of DeFi',
icon: './images/dapps/ultron.png'
},
{
url: 'https://ultron.foundation/',
name: 'Ultron Foundation',
shortName: 'Ultron',
description: 'Ultron is a fast-growing smart contract platform for dApps and digital assets. Built on a powerful global network, Ultron enables high-volume, low-fee transactions at scale.',
icon: './images/dapps/ultron.png'
},
{
url: 'https://uniswap.exchange/',
name: 'Uniswap Exchange',
Expand Down