Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit c40b8e7

Browse files
committed
update ido
1 parent ffd67df commit c40b8e7

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

src/pages/acceleraytor/index.vue

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@
1313
<Carousel autoplay dots-class="carousel-dots">
1414
<div>
1515
<div class="inner-decorator-words">
16-
Launching on April 5, full details coming soon!
17-
<a href="https://nirvana.finance" rel="nofollow noopener noreferrer" target="_blank"> here</a>
16+
Pools open April 5, 02:00 UTC - Full details
17+
<a
18+
href="https://raydium.medium.com/nirvana-is-launching-on-acceleraytor-6661c7b71e99"
19+
rel="nofollow noopener noreferrer"
20+
target="_blank"
21+
>
22+
here</a
23+
>
1824
</div>
19-
<a href="https://nirvana.finance" rel="nofollow noopener noreferrer" target="_blank">
25+
<a
26+
href="https://raydium.medium.com/nirvana-is-launching-on-acceleraytor-6661c7b71e99"
27+
rel="nofollow noopener noreferrer"
28+
target="_blank"
29+
>
2030
<img class="carousel-image" src="../../assets/background/acceleraytor-nirvana.jpg" />
2131
</a>
2232
</div>

src/utils/ido.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,24 @@ export interface IdoPool {
112112
}
113113

114114
export const IDO_POOLS: IdoPool[] = [
115+
{
116+
base: { ...TOKENS.prANA },
117+
quote: { ...TOKENS.USDC },
118+
119+
price: new TokenAmount(2, TOKENS.USDC.decimals, false),
120+
raise: new TokenAmount(125000, TOKENS.prANA.decimals, false),
121+
122+
version: 3, // just an identify for Lottery activity
123+
programId: IDO_PROGRAM_ID_V3,
124+
snapshotProgramId: '4kCccBVdQpsonm2jL2TRV1noMdarsWR2mhwwkxUTqW3W',
125+
126+
isRayPool: true,
127+
isPrivate: false,
128+
idoId: '3XJpeTMso92CxkNEKp9n6cBtRu89FsC3cUerkGUGtsSp',
129+
baseVault: 'ApJd77jrJc6zURdWmHCdNF9r6TT8LJixd6DKdrSzbbDQ',
130+
quoteVault: 'G1XxQPhMZgHULnqArgRf92WEA6YJyGjak9ihAVUuEhUZ',
131+
seedId: '5Fq2mGHnaVgvS1hxUMrdQrGbtScoeW32Y5BLCzoRCWnz'
132+
},
115133
{
116134
base: { ...TOKENS.ZBC },
117135
quote: { ...TOKENS.USDC },

src/utils/tokens.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,25 @@ export const TOKENS: Tokens = {
14351435
mintAddress: '66edZnAPEJSxnAK4SckuupssXpbu5doV57FUcghaqPsY',
14361436
decimals: 9,
14371437
tags: ['raydium']
1438+
},
1439+
prANA: {
1440+
symbol: 'prANA',
1441+
name: 'prANA',
1442+
mintAddress: 'PRAxfbouRoJ9yZqhyejEAH6RvjJ86Y82vfiZTBSM3xG',
1443+
decimals: 6,
1444+
tags: ['raydium'],
1445+
1446+
detailLink: 'https://raydium.medium.com/nirvana-is-launching-on-acceleraytor-6661c7b71e99',
1447+
details:
1448+
'The Nirvana protocol is a twin system that produces $ANA, a volatile token with an algorithmically rising floor price, as well as $NIRV, a decentralized superstable coin with a delegated peg.\n Nirvana’s virtual AMM enables the minting of ANA from a diverse set of trusted stablecoin options. ANA’s price is free to appreciate, but the minimum floor price rises algorithmically as stablecoin reserves increase.\n Zero liquidation-risk loans of the superstable NIRV token can be taken by staking ANA. Loans have a negative interest rate by virtue of prANA reward emissions, meaning users earn yield on debt.\n Yield for staking ANA and taking NIRV loans is distributed in prANA (pre-ANA), which are tokens that act as non-expiring options to mint ANA at its floor price. Any funds used to exercise prANA return to the stablecoin reserve, adding value to the protocol and stabilizing floor price.',
1449+
docs: {
1450+
website: 'https://nirvana.finance/'
1451+
},
1452+
socials: {
1453+
Twitter: 'https://twitter.com/nirvana_fi',
1454+
Telegram: 'https://t.me/nirvanadao',
1455+
Discord: 'https://discord.gg/Nirvanafi'
1456+
}
14381457
}
14391458
}
14401459

0 commit comments

Comments
 (0)