Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit a90045b

Browse files
committed
migration?
1 parent d96ba44 commit a90045b

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

next_app/src/lib/ao-vars.ts

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ export function createDataItemSignerManual(wallet) {
3232
}
3333

3434
export const AppVersion = process.env.version;
35-
export const AOModule = "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g"; // aos 2.0.3
35+
export const AOModule = "ISShJH1ij-hPPt9St5UFFr_8Ys3Kj5cyg7zrMGt7H9s"; // aos 2.0.4
3636
export const AOScheduler = "_GQ33BkPtZrqxA84vM8Zk-N2aO0toNNu_C-l-rawrBA";
3737

38-
export const APM_ID = "DKF8oXtPvh3q8s0fJFIeHFyHNM6oKrwMCUrPxEMroak";
38+
export const AOModule_mainnet = "";
39+
export const AOScheduler_mainnet = "";
40+
41+
export const APM_ID = "RLvG3tclmALLBCrwc17NqzNFqZCrUf3-RKZ5v8VRHiU";
3942

4043
export const BetterIDEaWallet = "MnZ8JrR5SoswAwWtX-HTnl4Kq5k6Kx1Y7vPxmlAyl_g"
4144

@@ -48,13 +51,17 @@ export const DEFAULT_GATEWAY_URL = "https://arweave.net";
4851
export const SponsorWebhookUrl = "https://discord.com/api/webhooks/1258731411033030726/T6rl7Ciuw8cgiR30MOVeOsbEcvAEWM45IRpc37TqAoXBbH3ZQDoxQzLAW0bmgcsxnCI9"
4952

5053
export const modules = {
51-
"AOS 2.0.3 (Default)": AOModule,
54+
"aos 2.0.4 (Default)": AOModule,
5255
// "AOS 0.2.1": "cNlipBptaF9JeFAf4wUmpi43EojNanIBos3EfNrEOWo",
53-
"SQLite64": "33d-3X8mpv6xYBlVB-eXMrPfH5Kzf6Hiwhcv0UA10sw", // aos 2.0.3 sqlite module
56+
"sqlite 2.0.4": "ei1VSwheQnNIG87iqlwxiQk-sWY5ikj4DFBxcpFZ-S4", // aos 2.0.4 sqlite module
5457
// "SQLite64 (AOS 1)": "u1Ju_X8jiuq4rX9Nh-ZGRQuYQZgV2MKLMT3CZsykk54",
5558
// "WASM32 (old)": "1PdCJiXhNafpJbvC-sjxWTeNzbf9Q_RfUNs84GYoPm0",
5659
// "SQLite32 (old)": "GYrbbe0VbHim_7Hi6zrOpHQXrSQz07XNtwCnfbFo2I0",
57-
"AOLearn": "qG-uo90351vUF7WPmUcObFtk7NU1isZYdPS0r2yQdKY",
60+
"aolearn": "qG-uo90351vUF7WPmUcObFtk7NU1isZYdPS0r2yQdKY",
61+
}
62+
63+
export const mainnet_modules = {
64+
"hyper-aos": "xVcnPK8MPmcocS6zwq1eLmM2KhfyarP8zzmz3UVi1g4"
5865
}
5966

6067
const CommonTags = [
@@ -368,3 +375,16 @@ export async function getRawBlueprint(path: string) {
368375
return undefined;
369376
}
370377
}
378+
379+
380+
// ////////////////////////////
381+
// mainnet
382+
// ////////////////////////////
383+
384+
export async function spawnMainnetProcess(name?: string, tags?: Tag[], newProcessModule?: string,) {
385+
386+
}
387+
388+
export async function runMainnetLua(code: string, process: string, tags?: Tag[], transpile: boolean = true) {
389+
390+
}

next_app/src/styles/globals.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
/* transition:all 0.05s */
9191
}
9292

93-
input, textarea {
93+
input,
94+
textarea {
9495
outline: none;
9596
}
9697

@@ -115,6 +116,10 @@ pre {
115116
font-family: "DM Mono", monospace !important;
116117
}
117118

119+
.nextjs-toast {
120+
display: none !important;
121+
}
122+
118123

119124
/* #monacodiv div,
120125
#monacoDiffEditor div {
@@ -138,4 +143,4 @@ button:active {
138143
/* MENTIONS */
139144

140145

141-
/* //MENTIONS */
146+
/* //MENTIONS */

0 commit comments

Comments
 (0)