Skip to content
Merged
Show file tree
Hide file tree
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 .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ REACT_APP_INFURA_IPFS_PROJECT_SECRET=
REACT_APP_WALLET_CONNECT_PROJECT_ID=

# Seller For Exchange URL (per environment)
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_TESTING=https://interface-test.on-fleek.app/#/chat/{id}
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_STAGING=https://interface-staging.on-fleek.app/#/chat/{id}
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_TESTING=https://interface-a9d.pages.dev/#/chat/{id}
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_STAGING=https://boson-dapp-staging.pages.dev/#/chat/{id}
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_PRODUCTION=https://bosonapp.io/#/chat/{id}

# Raise Dispute URL (per envionment)
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_TESTING=https://drcenter-test.on-fleek.app/#/exchange/{id}/raise-dispute
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_STAGING=https://drcenter-staging.on-fleek.app/#/exchange/{id}/raise-dispute
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_PRODUCTION=https://drcenter-production.on-fleek.app/#/exchange/{id}/raise-dispute
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_TESTING=https://boson-dr-center-testing.pages.dev/#/exchange/{id}/raise-dispute
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_STAGING=https://boson-dr-center-staging.pages.dev/#/exchange/{id}/raise-dispute
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_PRODUCTION=https://disputes.bosonprotocol.io/#/exchange/{id}/raise-dispute
Comment thread
levalleux-ludo marked this conversation as resolved.

# Default Dispute Period (in days)
REACT_APP_DEFAULT_DISPUTE_PERIOD_DAYS=30
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
REACT_APP_META_TX_API_IDS_MAP: ${{ inputs.REACT_APP_META_TX_API_IDS_MAP }}
REACT_APP_DEFAULT_DISPUTE_PERIOD_DAYS: "30"
REACT_APP_DEFAULT_RESOLUTION_PERIOD_DAYS: "15"
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_TESTING: "https://interface-test.on-fleek.app/#/chat/{id}"
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_STAGING: "https://interface-staging.on-fleek.app/#/chat/{id}"
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_TESTING: "https://interface-a9d.pages.dev/#/chat/{id}"
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_STAGING: "https://boson-dapp-staging.pages.dev/#/chat/{id}"
REACT_APP_CONTACT_SELLER_FOR_EXCHANGE_PRODUCTION: "https://bosonapp.io/#/chat/{id}"
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_TESTING: "https://drcenter-test.on-fleek.app/#/exchange/{id}/raise-dispute"
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_STAGING: "https://drcenter-staging.on-fleek.app/#/exchange/{id}/raise-dispute"
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_TESTING: "https://boson-dr-center-testing.pages.dev/#/exchange/{id}/raise-dispute"
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_STAGING: "https://boson-dr-center-staging.pages.dev/#/exchange/{id}/raise-dispute"
REACT_APP_RAISE_DISPUTE_FOR_EXCHANGE_PRODUCTION: "https://disputes.bosonprotocol.io/#/exchange/{id}/raise-dispute"
REACT_APP_IPFS_GATEWAY: "https://bosonprotocol.infura-ipfs.io/ipfs"
REACT_APP_BUYER_SELLER_AGREEMENT_TEMPLATE: "ipfs://QmaNj7vGuCEvaM5vyucp5z1S9VprMnZWmVxYGn6FHhgePF"
Expand Down
16 changes: 8 additions & 8 deletions docs/boson-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ The following table recaps all configurations, per environment
</table>
<table>
<tr><th>dApps</th><th></th></tr>
<tr><td>Marketplace</td><td>https://interface-staging.on-fleek.app</td></tr>
<tr><td>Dispute Resolution Center</td><td>https://drcenter-staging.on-fleek.app/</td></tr>
<tr><td>Marketplace</td><td>https://boson-dapp-staging.pages.dev</td></tr>
<tr><td>Dispute Resolution Center</td><td>https://boson-dr-center-staging.pages.dev/</td></tr>
</table>
<table>
<tr><th>Widgets</th><th></th></tr>
<tr><td>Redemption</td><td>https://widgets-staging.on-fleek.app/#/redeem</td></tr>
<tr><td>Finance</td><td>https://widgets-staging.on-fleek.app/#/finance</td></tr></table>
<tr><td>Redemption</td><td>https://boson-widgets-staging.pages.dev/#/redeem</td></tr>
<tr><td>Finance</td><td>https://boson-widgets-staging.pages.dev/#/finance</td></tr></table>
</td></tr>
<tr><td>testing</td><td>
<table>
Expand All @@ -61,13 +61,13 @@ The following table recaps all configurations, per environment
</table>
<table>
<tr><th>dApps</th><th></th></tr>
<tr><td>Marketplace</td><td>https://interface-test.on-fleek.app</td></tr>
<tr><td>Dispute Resolution Center</td><td>https://drcenter-test.on-fleek.app/</td></tr>
<tr><td>Marketplace</td><td>https://interface-a9d.pages.dev</td></tr>
<tr><td>Dispute Resolution Center</td><td>https://boson-dr-center-testing.pages.dev/</td></tr>
</table>
<table>
<tr><th>Widgets</th><th></th></tr>
<tr><td>Redemption</td><td>https://widgets-test.on-fleek.app/#/redeem</td></tr>
<tr><td>Finance</td><td>https://widgets-test.on-fleek.app/#/finance</td></tr></table>
<tr><td>Redemption</td><td>https://boson-widgets-testing.pages.dev/#/redeem</td></tr>
<tr><td>Finance</td><td>https://boson-widgets-testing.pages.dev/#/finance</td></tr></table>
</td></tr>
<tr><td>local</td><td>
<table>
Expand Down
2 changes: 1 addition & 1 deletion public/scripts/commit-button-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Commit button example</h3>
let layout = "horizontal";
const isProd =
window.location.href.startsWith("https://widgets.bosonprotocol.io") ||
window.location.href.startsWith("https://widgets-production.on-fleek.app");
window.location.href.startsWith("https://boson-widgets.pages.dev");
const prodData = {
Comment thread
levalleux-ludo marked this conversation as resolved.
configId: "production-137-0",
productUuid: "2540b-1cf7-26e7-ddaf-4de1dcf7ebc",
Expand Down
Loading