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

IYA Update (denom, APY, expectedAmount) #583

Merged
merged 18 commits into from
Aug 9, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,136 @@ const messageModules = [
'pricefeed',
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
denom_units: [
{
denom: 'uguu',
exponent: 0,
},
{
denom: 'guu',
exponent: 6,
},
],
base: 'uguu',
name: 'UnUniFi',
display: 'guu',
symbol: 'GUU',
},
{
description: 'The governance token of OSMOSIS.',
denom_units: [
{
denom: 'uosmo',
exponent: 0,
},
{
denom: 'osmo',
exponent: 6,
},
],
base: 'uosmo',
name: 'OSMOSIS',
display: 'osmo',
symbol: 'OSMO',
},
{
description: 'The governance token of Cosmos Hub.',
denom_units: [
{
denom: 'uatom',
exponent: 0,
},
{
denom: 'atom',
exponent: 6,
},
],
base: 'uatom',
name: 'COSMOS',
display: 'atom',
symbol: 'ATOM',
},
{
description: 'The first cryptocurrency invented in 2008',
denom_units: [
{
denom: 'ubtc',
exponent: 0,
aliases: [],
},
{
denom: 'btc',
exponent: 6,
aliases: [],
},
],
base: 'ubtc',
display: 'BTC',
name: 'Bitcoin',
symbol: 'BTC',
},
{
description: 'The currency of the U.S.A.',
denom_units: [
{
denom: 'uusd',
exponent: 0,
aliases: [],
},
{
denom: 'usd',
exponent: 6,
aliases: [],
},
],
base: 'uusd',
display: 'USD',
name: 'US Dollar',
symbol: 'USD',
},
{
description: 'Stablecoin pegged to the USD',
denom_units: [
{
denom: 'uusdc',
exponent: 0,
aliases: [],
},
{
denom: 'uusdc',
exponent: 6,
aliases: [],
},
],
base: 'uusdc',
display: 'USDC',
name: 'USD Coin',
symbol: 'USDC',
},
{
description: 'Decentralized Liquidity Provider Token',
denom_units: [
{
denom: 'udlp',
exponent: 0,
aliases: [],
},
{
denom: 'dlp',
exponent: 6,
aliases: [],
},
],
base: 'udlp',
name: 'Liquidity Provider',
display: 'dlp',
symbol: 'DLP',
},
];

const configs = [
// CauchyE A node without Monitor
{
Expand All @@ -54,6 +184,7 @@ const configs = [
amount: 0.015,
},
],
denomMetadata,
extension: {
faucet: [
{
Expand All @@ -77,27 +208,6 @@ const configs = [
creditAmount: 2000000000,
maxCredit: 2000000000,
},
// {
// hasFaucet: false,
// faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetJpuPort}`,
// denom: 'jpu',
// creditAmount: 10,
// maxCredit: 9,
// },
// {
// hasFaucet: true,
// faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUethPort}`,
// denom: 'ueth',
// creditAmount: 1000,
// maxCredit: 999,
// },
// {
// hasFaucet: false,
// faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetEuuPort}`,
// denom: 'euu',
// creditAmount: 10,
// maxCredit: 9,
// },
],
monitor: undefined,
nftMint: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,136 @@ const messageModules = [
'pricefeed',
];

const denomMetadata = [
{
description: 'The governance token of UnUniFi protocol.',
denom_units: [
{
denom: 'uguu',
exponent: 0,
},
{
denom: 'guu',
exponent: 6,
},
],
base: 'uguu',
name: 'UnUniFi',
display: 'guu',
symbol: 'GUU',
},
{
description: 'The governance token of OSMOSIS.',
denom_units: [
{
denom: 'uosmo',
exponent: 0,
},
{
denom: 'osmo',
exponent: 6,
},
],
base: 'uosmo',
name: 'OSMOSIS',
display: 'osmo',
symbol: 'OSMO',
},
{
description: 'The governance token of Cosmos Hub.',
denom_units: [
{
denom: 'uatom',
exponent: 0,
},
{
denom: 'atom',
exponent: 6,
},
],
base: 'uatom',
name: 'COSMOS',
display: 'atom',
symbol: 'ATOM',
},
{
description: 'The first cryptocurrency invented in 2008',
denom_units: [
{
denom: 'ubtc',
exponent: 0,
aliases: [],
},
{
denom: 'btc',
exponent: 6,
aliases: [],
},
],
base: 'ubtc',
display: 'BTC',
name: 'Bitcoin',
symbol: 'BTC',
},
{
description: 'The currency of the U.S.A.',
denom_units: [
{
denom: 'uusd',
exponent: 0,
aliases: [],
},
{
denom: 'usd',
exponent: 6,
aliases: [],
},
],
base: 'uusd',
display: 'USD',
name: 'US Dollar',
symbol: 'USD',
},
{
description: 'Stablecoin pegged to the USD',
denom_units: [
{
denom: 'uusdc',
exponent: 0,
aliases: [],
},
{
denom: 'uusdc',
exponent: 6,
aliases: [],
},
],
base: 'uusdc',
display: 'USDC',
name: 'USD Coin',
symbol: 'USDC',
},
{
description: 'Decentralized Liquidity Provider Token',
denom_units: [
{
denom: 'udlp',
exponent: 0,
aliases: [],
},
{
denom: 'dlp',
exponent: 6,
aliases: [],
},
],
base: 'udlp',
name: 'Liquidity Provider',
display: 'dlp',
symbol: 'DLP',
},
];

const configs = [
// CauchyE A node without Monitor
{
Expand All @@ -54,6 +184,7 @@ const configs = [
amount: 0.015,
},
],
denomMetadata,
extension: {
faucet: [
{
Expand All @@ -77,35 +208,14 @@ const configs = [
creditAmount: 2000000000,
maxCredit: 2000000000,
},
// {
// hasFaucet: false,
// faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetJpuPort}`,
// denom: 'jpu',
// creditAmount: 10,
// maxCredit: 9,
// },
// {
// hasFaucet: true,
// faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUethPort}`,
// denom: 'ueth',
// creditAmount: 1000,
// maxCredit: 999,
// },
// {
// hasFaucet: false,
// faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetEuuPort}`,
// denom: 'euu',
// creditAmount: 10,
// maxCredit: 9,
// },
],
monitor: undefined,
nftMint: {
enabled: true,
nftClasses: ['ununifi-1AFC3C85B52311F13161F724B284EF900458E3B3'],
},
developer: {
enabled: false,
enabled: true,
developerURL: `${location.protocol}//${domainCauchyEA}:${developerPort}`,
},
navigations: [],
Expand Down
Loading
Loading