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

Commit acf34f7

Browse files
committed
update ido
1 parent 608ed4d commit acf34f7

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

src/pages/acceleraytor/index.vue

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,21 @@
3131
</a>
3232
</div> -->
3333
<div>
34-
<div class="inner-decorator-words">Launching on April 20, full details coming soon!</div>
35-
<a href="#" rel="nofollow noopener noreferrer">
34+
<div class="inner-decorator-words">
35+
Pools open April 20, 10:00 UTC - Full details
36+
<a
37+
href="https://raydium.medium.com/hawksight-is-launching-on-acceleraytor-88b5e8f9f2a8"
38+
rel="nofollow noopener noreferrer"
39+
target="_blank"
40+
>
41+
here</a
42+
>
43+
</div>
44+
<a
45+
href="https://raydium.medium.com/hawksight-is-launching-on-acceleraytor-88b5e8f9f2a8"
46+
rel="nofollow noopener noreferrer"
47+
target="_blank"
48+
>
3649
<img class="carousel-image" src="../../assets/background/acceleraytor-hawksight.jpg" />
3750
</a>
3851
</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.HAWK },
117+
quote: { ...TOKENS.USDC },
118+
119+
price: new TokenAmount(0.012, TOKENS.USDC.decimals, false),
120+
raise: new TokenAmount(20000000, TOKENS.HAWK.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: 'J8SYuY4PHJ8Z5FGDUvmzREKqXRSMY9zr88D6szpbMKNg',
129+
baseVault: 'FdvbwAgaUaaEfx3fvscVoHZ6tULLs6xdhyMZukJaoZEe',
130+
quoteVault: 'B5KFqoJ7w7tJ7LTXTEZZSWuHF192HmRUeAxJyXkBkw79',
131+
seedId: 'FCFfK84Lwn9BPGwfJZvVgazjiNaWUVhBTB4Wxx4Aq4sz'
132+
},
115133
{
116134
base: { ...TOKENS.prANA },
117135
quote: { ...TOKENS.USDC },

src/utils/tokens.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,28 @@ export const TOKENS: Tokens = {
14551455
Telegram: 'https://t.me/nirvanadao',
14561456
Discord: 'https://discord.gg/Nirvanafi'
14571457
}
1458+
},
1459+
HAWK: {
1460+
symbol: 'HAWK',
1461+
name: 'HAWK',
1462+
mintAddress: 'BKipkearSqAUdNKa1WDstvcMjoPsSKBuNyvKDQDDu9WE',
1463+
decimals: 6,
1464+
1465+
detailLink: 'https://raydium.medium.com/hawksight-is-launching-on-acceleraytor-88b5e8f9f2a8',
1466+
details:
1467+
'Hawksight is a DeFi super-app for everyone. Simply deposit USDC to automate DeFi strategies and earn profit-optimized yield on Solana & Terra. Make smarter investment decisions using our superapp’s AI-driven trading signals, social signals, DeFi-NFTs, and GameFi utilities.\n Hawksight has built and launched an AI engine that pushes profit-optimized trading signals to reach 1,284,429+ Individuals & Institutions globally via web platform, email, Telegram chatbot, Discord chatbot, and API, which is key to expanding the addressable market and driving mainstream adoption of DeFi — by pulling everyday Individuals & Institutions into the Solana DeFi ecosystem with actionable AI signals that can be instantly executed with a non-custodial DApp',
1468+
docs: {
1469+
website: 'https://hawksight.co/',
1470+
tokenomics: 'https://hawksight.gitbook.io/whitepaper/'
1471+
},
1472+
socials: {
1473+
Twitter: 'https://twitter.com/HawksightCo',
1474+
Telegram: 'https://t.me/hawksight',
1475+
Discord: 'https://discord.gg/hawksight',
1476+
Medium: 'https://hawksight.medium.com/'
1477+
},
1478+
1479+
tags: ['raydium']
14581480
}
14591481
}
14601482

0 commit comments

Comments
 (0)