Skip to content

Commit

Permalink
Merge pull request #32 from NetSepio/dev
Browse files Browse the repository at this point in the history
App build
  • Loading branch information
adetyaz authored Jan 9, 2024
2 parents 4de5e6f + aac7684 commit 8c93197
Show file tree
Hide file tree
Showing 146 changed files with 7,530 additions and 2,345 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#161641f2",
"activityBar.background": "#161641f2",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#8f3030",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#161641f2",
"statusBar.background": "#09091bf2",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#161641f2",
"statusBarItem.remoteBackground": "#09091bf2",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#09091bf2",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#09091b99",
"titleBar.inactiveForeground": "#e7e7e799"
}
}
Binary file removed assets/banner.jpg
Binary file not shown.
Binary file removed assets/banner2.jpg
Binary file not shown.
Binary file removed assets/banner3.jpg
Binary file not shown.
Binary file removed assets/logo.png
Binary file not shown.
11 changes: 6 additions & 5 deletions build/app.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
__sveltekit_hzpi7s = {
__sveltekit_1ayvo9m = {
base: new URL('.', location).pathname.slice(0, -1),
env: {
PUBLIC_GATEWAY_URL: 'https://testnet.gateway.netsepio.com/api/v1.0',
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_NODE_URL: 'https://fullnode.testnet.aptoslabs.com/v1',
PUBLIC_OPENAI_KEY: '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'
}
};

Expand All @@ -15,8 +16,8 @@
const data = [null, null];

Promise.all([
import('./app/immutable/entry/start.4107338a.js'),
import('./app/immutable/entry/app.21aaaf31.js')
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],
Expand Down
1 change: 1 addition & 0 deletions build/app/immutable/assets/0.354f7094.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/app/immutable/assets/0.678956fe.css

This file was deleted.

1 change: 1 addition & 0 deletions build/app/immutable/assets/_layout.209aa276.css

Large diffs are not rendered by default.

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

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion build/app/immutable/chunks/AskToLogin.c273dc76.js

This file was deleted.

1 change: 0 additions & 1 deletion build/app/immutable/chunks/Header.b7ab37a3.js

This file was deleted.

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

Large diffs are not rendered by default.

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/Logout.35258e20.js

This file was deleted.

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 8c93197

Please sign in to comment.