Skip to content

Commit 72e1884

Browse files
authored
Merge pull request #317 from metaDAOproject/omfg-token-update
updates omnipair and script
2 parents 8210e04 + cdc2865 commit 72e1884

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

scripts/assets/OMFG/OMFG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Omnipair Futarchy Governance",
2+
"name": "Omnipair",
33
"symbol": "OMFG",
44
"description": "Where every asset finds a market. Trade, Borrow, and Leverage any token—without permission.",
55
"image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/OMFG/OMFG.png"

scripts/initializeLaunch.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ const ONE_DAY_IN_SECONDS = ONE_HOUR_IN_SECONDS * 24;
4141
const SEVEN_DAYS_IN_SECONDS = ONE_DAY_IN_SECONDS * 7;
4242

4343
async function main() {
44+
45+
console.log('Payer address:', payer.publicKey.toBase58());
46+
console.log('Authorized launcher key address:', START_LAUNCH_KEY.toBase58());
47+
console.log('Spending limit: $', SPENDING_LIMIT);
48+
console.log('Minimum raise amount: $', MIN_RAISE_AMOUNT);
49+
4450
const seed = TOKEN_SEED;
4551
const TOKEN = await PublicKey.createWithSeed(
4652
payer.publicKey,
@@ -85,7 +91,7 @@ async function main() {
8591

8692
await launchpad
8793
.initializeLaunchIx(
88-
"Omnipair Futarchy Governance",
94+
"Omnipair",
8995
"OMFG",
9096
"https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/OMFG/OMFG.json",
9197
new BN(convertedRaise), // note: multiplied by 10^6

0 commit comments

Comments
 (0)