Skip to content

Commit

Permalink
Merge pull request #33 from NetSepio/dev
Browse files Browse the repository at this point in the history
feat: comments and updated build
  • Loading branch information
adetyaz authored Jan 23, 2024
2 parents 8f7ae39 + eee771a commit 1c7497b
Show file tree
Hide file tree
Showing 101 changed files with 1,325 additions and 1,189 deletions.
Binary file added build.zip
Binary file not shown.
45 changes: 19 additions & 26 deletions build/app.js
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
{
__sveltekit_1ayvo9m = {
base: new URL('.', location).pathname.slice(0, -1),
env: {
PUBLIC_GATEWAY_URL: 'https://gateway.netsepio.com/api/v1.0',
PUBLIC_SUBGRAPH_URL: 'https://api.thegraph.com/subgraphs/name/netsepio/netsepio-mumbai',
PUBLIC_NFT_STORAGE_API_KEY:
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDBDRTZkN0U2NDllZTcyOTRiNTdhNTU0ODI5M2Y3MjJmNEYwMjYwYTkiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY5NzU2NDQ0NTUwMywibmFtZSI6Im5ldHNwaW8ifQ.UsIhXHD1-FqliafFjqKyYrxFIVdHRgjkXlPRw_zX4yM',
PUBLIC_NODE_URL: 'https://fullnode.testnet.aptoslabs.com/v1',
PUBLIC_OPENAI_KEY: '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'
}
};
{
__sveltekit_ikuwsa = {
base: new URL(".", location).pathname.slice(0, -1),
env: {"PUBLIC_GATEWAY_URL":"https://gateway.netsepio.com/api/v1.0","PUBLIC_SUBGRAPH_URL":"https://api.thegraph.com/subgraphs/name/netsepio/netsepio-mumbai","PUBLIC_NFT_STORAGE_API_KEY":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDBDRTZkN0U2NDllZTcyOTRiNTdhNTU0ODI5M2Y3MjJmNEYwMjYwYTkiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY5NzU2NDQ0NTUwMywibmFtZSI6Im5ldHNwaW8ifQ.UsIhXHD1-FqliafFjqKyYrxFIVdHRgjkXlPRw_zX4yM","PUBLIC_NODE_URL":"https://fullnode.testnet.aptoslabs.com/v1","PUBLIC_OPENAI_KEY":"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"}
};

const element = document.currentScript.parentElement;
const element = document.currentScript.parentElement;

const data = [null, null];
const data = [null,null];

Promise.all([
import('./app/immutable/entry/start.70fd42b9.js'),
import('./app/immutable/entry/app.f801ab02.js')
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
Promise.all([
import("./app/immutable/entry/start.f8935ef4.js"),
import("./app/immutable/entry/app.f5e38ca8.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
1 change: 1 addition & 0 deletions build/app/immutable/assets/0.34b9fc77.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/app/immutable/assets/0.354f7094.css

This file was deleted.

1 change: 0 additions & 1 deletion build/app/immutable/assets/_layout.209aa276.css

This file was deleted.

1 change: 1 addition & 0 deletions build/app/immutable/assets/_layout.400766c8.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions build/app/immutable/chunks/Header.a642babc.js

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions build/app/immutable/chunks/Header.cf7b0240.js

This file was deleted.

3 changes: 0 additions & 3 deletions build/app/immutable/chunks/functionsForLogin.58cfd4e2.js

This file was deleted.

3 changes: 3 additions & 0 deletions build/app/immutable/chunks/functionsForLogin.9742d621.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/app/immutable/chunks/public.2e09b8bb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/app/immutable/chunks/public.6087a87e.js

This file was deleted.

1 change: 0 additions & 1 deletion build/app/immutable/chunks/singletons.08d4b337.js

This file was deleted.

1 change: 1 addition & 0 deletions build/app/immutable/chunks/singletons.b1e8baa0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c7497b

Please sign in to comment.