diff --git a/public/images/dapps/ultron.png b/public/images/dapps/ultron.png new file mode 100644 index 0000000..fc1b00e Binary files /dev/null and b/public/images/dapps/ultron.png differ diff --git a/src/data/all-dapps.js b/src/data/all-dapps.js index 78ec052..1bfa242 100644 --- a/src/data/all-dapps.js +++ b/src/data/all-dapps.js @@ -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/', @@ -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/', @@ -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', diff --git a/src/data/featured-dapps.js b/src/data/featured-dapps.js index 34174fb..e4341b6 100644 --- a/src/data/featured-dapps.js +++ b/src/data/featured-dapps.js @@ -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',