Skip to content

Commit

Permalink
Merge pull request #615 from UnUniFi/develop
Browse files Browse the repository at this point in the history
Merge #613, #614 into main
  • Loading branch information
Senna46 authored Aug 18, 2023
2 parents 33a5579 + d954971 commit 39febbe
Show file tree
Hide file tree
Showing 50 changed files with 303 additions and 155 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"ununifi-client": "^3.2.1",
"ununifi-client": "^3.2.2-rc1",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
{ name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -184,6 +191,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
{ name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
{ name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -184,6 +191,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
{ name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
{ name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -183,6 +190,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
// { name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -213,6 +220,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down Expand Up @@ -244,6 +252,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down Expand Up @@ -275,6 +284,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down Expand Up @@ -306,6 +316,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
// { name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -183,6 +190,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down Expand Up @@ -213,6 +221,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down Expand Up @@ -243,6 +252,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [],
Expand All @@ -265,6 +275,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [],
Expand Down
8 changes: 8 additions & 0 deletions projects/explorer/src/assets/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
// { name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -185,6 +192,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
{ name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -184,6 +191,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
{ name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
{ name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -184,6 +191,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
{ name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
{ name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -183,6 +190,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
// { name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -184,6 +191,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down Expand Up @@ -215,6 +223,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down Expand Up @@ -246,6 +255,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down Expand Up @@ -277,6 +287,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
strategiesInfo,
extension: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ const messageModules = [
'pricefeed',
];

const apps = [
{ name: 'Utilities', link: '/', icon: 'assistant' },
// { name: 'NFT Backed Loan', link: '/nft-backed-loan/nfts', icon: 'loyalty' },
{ name: 'Yield Aggregator', link: '/yield-aggregator/vaults', icon: 'pie_chart' },
// { name: 'Derivatives', link: '/derivatives/perpetual-futures', icon: 'show_chart' },
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
Expand Down Expand Up @@ -183,6 +190,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down Expand Up @@ -213,6 +221,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [
Expand Down Expand Up @@ -243,6 +252,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [],
Expand All @@ -265,6 +275,7 @@ const configs = [
amount: 0.015,
},
],
apps,
denomMetadata,
extension: {
faucet: [],
Expand Down
Loading

0 comments on commit 39febbe

Please sign in to comment.