Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/tangle-cloud/src/blueprintApps/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ const entries = [
},
],
externalApp: {
url: 'https://surplus-market.pages.dev/',
url: 'https://inference-bazaar.blueprint.tangle.tools/',
mode: 'iframe',
host: 'surplus-market.pages.dev',
host: 'inference-bazaar.blueprint.tangle.tools',
trust: 'trusted',
label: 'Inference Bazaar',
},
Expand All @@ -304,11 +304,11 @@ const entries = [
// frame rather than the parent bridge, so the bridge grants stay off
// (allowReadAccount/allowChainSwitch false, no contract/message grants).
// allowPopups: wallet connect popups + explorer links. allowSameOrigin:
// surplus-market.pages.dev is cross-origin, so this gives the app its own
// inference-bazaar.blueprint.tangle.tools is cross-origin, so this gives the app its own
// storage (WalletConnect/ConnectKit need it) without any parent access.
iframe: {
url: 'https://surplus-market.pages.dev/',
origin: 'https://surplus-market.pages.dev',
url: 'https://inference-bazaar.blueprint.tangle.tools/',
origin: 'https://inference-bazaar.blueprint.tangle.tools',
appId: 'surplus',
allowedChainIds: [84532],
contracts: [],
Expand Down
Loading