Skip to content

Commit 37757f2

Browse files
authored
Merge pull request #1106 from tkhq/traian/import-export-rwk
Adding an import-export-with-rwk example
2 parents 3f6b07f + c6129aa commit 37757f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1150
-66
lines changed

examples/wallet-import-export/.env.local.example renamed to examples/import-export-with-iframe-stamper/.env.local.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ NEXT_PUBLIC_BASE_URL="https://api.turnkey.com"
55
# Can be changed to a localhost iframe if you're modifying the export flow
66
# For production, the URL should not be changed and point to the primary Turnkey domain.
77
NEXT_PUBLIC_EXPORT_IFRAME_URL="https://export.turnkey.com"
8-
NEXT_PUBLIC_EXPORT_SIGN_IFRAME_URL="https://export-and-sign.turnkey.com"
8+
NEXT_PUBLIC_IMPORT_IFRAME_URL="https://import.turnkey.com"

examples/wallet-import-export/package.json renamed to examples/import-export-with-iframe-stamper/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@turnkey/example-wallet-import-export",
3-
"version": "0.2.0",
2+
"name": "@turnkey/import-export-with-iframe-stamper",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -20,10 +20,10 @@
2020
"eslint-config-next": "14.2.25",
2121
"esm": "^3.2.25",
2222
"install": "^0.13.0",
23-
"next": "^14.2.32",
23+
"next": "15.5.2",
2424
"npm": "^9.7.2",
25-
"react": "18.2.0",
26-
"react-dom": "18.2.0",
25+
"react": "18.3.1",
26+
"react-dom": "18.3.1",
2727
"react-hook-form": "^7.45.1",
2828
"typescript": "5.4.3"
2929
},

0 commit comments

Comments
 (0)