diff --git a/.env-arb1 b/.env-arb1 index e896cf8..4f56e9b 100644 --- a/.env-arb1 +++ b/.env-arb1 @@ -1,2 +1,2 @@ -VITE_WS_URL=wss://ws.dexorder.trade -VITE_SHARE_URL=https://dexorder.trade +VITE_WS_URL=wss://ws.dexorder.com +VITE_SHARE_URL=https://dexorder.com diff --git a/src/blockchain/wallet.js b/src/blockchain/wallet.js index 4b29958..fc41e9d 100644 --- a/src/blockchain/wallet.js +++ b/src/blockchain/wallet.js @@ -572,7 +572,7 @@ const _chainInfos = { 1337: { "chainId": "0x539", "chainName": "Dexorder Alpha Testnet", - "rpcUrls": ["https://rpc.alpha.dexorder.trade"], + "rpcUrls": ["https://rpc.alpha.dexorder.com"], "nativeCurrency": { "name": "Test Ethereum", "symbol": "TETH", diff --git a/src/components/TosCard.vue b/src/components/TosCard.vue index 66f25b6..877d73e 100644 --- a/src/components/TosCard.vue +++ b/src/components/TosCard.vue @@ -5,10 +5,10 @@ Last Updated November 18, 2024 - Please read these Terms of Service (the “Terms”) and our Privacy Policy carefully because they govern your + Please read these Terms of Service (the “Terms”) and our Privacy Policy carefully because they govern your use of the - website (and all subdomains and subpages thereon) located at dexorder.trade, including without limitation the - subdomains app.dexorder.trade and www.dexorder.trade (collectively, the “Site”), and the Dexorder web + website (and all subdomains and subpages thereon) located at dexorder.com, including without limitation the + subdomains app.dexorder.com and www.dexorder.com (collectively, the “Site”), and the Dexorder web application graphical user interface and any other services accessible via the Site (together with the Site, web application, and other services, collectively, the “Dexorder Service”) offered by Dexorder Trading Services Ltd. @@ -205,7 +205,7 @@ (i) Subject to your compliance with these Terms, Dexorder will use its commercially reasonable efforts to provide you with access to the Dexorder Service and to cause your Interactions to be executed on the applicable DEX in accordance with Dexorder’s Execution Policy located at - https://dexorder.trade/execution-policy + https://www.dexorder.com/execution-policy (“Execution Policy”), however from time to time the Site and the Dexorder Service may be inaccessible or inoperable for any reason, including, without limitation: (a) if an Interaction repeatedly fails to be executed (such as due to an @@ -690,7 +690,7 @@ 18. Contact Information If you have any questions about these Terms or the Dexorder Service, please contact Dexorder - at legal@dexorder.trade or support@dexorder.trade. + at legal@dexorder.com or support@dexorder.com. diff --git a/src/components/WelcomeDialog.vue b/src/components/WelcomeDialog.vue index 963a0ec..2567142 100644 --- a/src/components/WelcomeDialog.vue +++ b/src/components/WelcomeDialog.vue @@ -59,7 +59,7 @@ function tryIt() { function learnMore() { track('learn-more') - window.open('https://dexorder.trade/introduction.html', 'dexordertrade') + window.open('https://www.dexorder.com/introduction.html', 'dexorderwww') modelValue.value = false } diff --git a/src/components/chart/Toolbar.vue b/src/components/chart/Toolbar.vue index 4c8e589..e880b4b 100644 --- a/src/components/chart/Toolbar.vue +++ b/src/components/chart/Toolbar.vue @@ -10,7 +10,7 @@ - + diff --git a/src/corp/AppBtn.vue b/src/corp/AppBtn.vue index 4cdafd2..b8eddcd 100644 --- a/src/corp/AppBtn.vue +++ b/src/corp/AppBtn.vue @@ -4,7 +4,7 @@ diff --git a/src/corp/MenuBar.vue b/src/corp/MenuBar.vue index 76b7e8e..9ccfa1a 100644 --- a/src/corp/MenuBar.vue +++ b/src/corp/MenuBar.vue @@ -24,7 +24,7 @@ import {router} from "@/router/router.js"; const theme = useTheme().current function openApp() { - window.open('https://app.dexorder.trade/', 'dexorderapp') + window.open('https://dexorder.com/', 'dexorderapp') }