Disclaimer
+All Visa/Mastercard are non-exchangeable & non-refundable.
+Exact value of a card can be slightly different due to exchange rate.
+diff --git a/build/esbuild-watch.ts b/build/esbuild-watch.ts index d00ab150..7e030699 100644 --- a/build/esbuild-watch.ts +++ b/build/esbuild-watch.ts @@ -8,6 +8,4 @@ async function watch() { } // The following expression MUST NOT be awaited. -void watch().catch((err) => { - console.error("Error watching:", err); -}); \ No newline at end of file +void watch(); diff --git a/cypress/scripts/funding.ts b/cypress/scripts/funding.ts index accc8615..c7bf9b77 100644 --- a/cypress/scripts/funding.ts +++ b/cypress/scripts/funding.ts @@ -21,7 +21,7 @@ class TestFunder { whale = "0xefC0e701A824943b469a694aC564Aa1efF7Ab7dd"; expected = { allowance: "999999999999999111119999999999999999", - balance: "10000000000000000000000", + balance: "5000000000000000000000", }; async execute() { diff --git a/package.json b/package.json index 831d6639..1bef4d0d 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ }, "scripts": { "start": "run-s start:sign serve:watch", - "serve:watch": "run-p serve watch", - "serve": "npx wrangler pages dev static --port 8080", + "serve:watch": "run-p start-wrangler watch", + "start-wrangler": "npx wrangler pages dev static --port 8080", "watch": "tsx build/esbuild-watch.ts", "format": "run-s format:lint format:prettier format:cspell", "build": "run-s utils:build", diff --git a/static/index.html b/static/index.html index d1317588..8b80ddcb 100644 --- a/static/index.html +++ b/static/index.html @@ -49,137 +49,130 @@ -
- Notice
- |
- - | - -
---|---|
- Amount
- |
- - | - -
- Token
- |
-
-
-
-
-
+
+
+
+
+
+ Amount
+ |
-
- For
- |
- - - - - - - - - - - | -
-
-
- |
-
-
-
-
-
-
-
+
+
+
+ Token
+
+
+
+
+
+
+
+
+
+ For
+
+
+
+
+
+
+
+
+
+
- |
-
All Visa/Mastercard are non-exchangeable & non-refundable.
-Exact value of a card can be slightly different due to exchange rate.
+All Visa/Mastercard are non-exchangeable & non-refundable.
+Exact value of a card can be slightly different due to exchange rate.
+