Skip to content
Snippets Groups Projects
Verified Commit 2dd6b062 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Update metamask snap to version 1.4.0

parent 524083ac
No related branches found
No related tags found
No related merge requests found
Pipeline #118998 passed
......@@ -4,6 +4,7 @@ dist/
build/
coverage/
.cache/
.vscode
# Logs
snap/snapper.log.json
......
......@@ -21,11 +21,11 @@
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@hiveio/wax": "1.27.6-rc7-250314161617",
"@hiveio/wax": "1.27.6-rc7-250327130009",
"@hiveio/wax-signers-metamask": "1.27.6-rc7-250327130009",
"@hiveio/wax-signers-keychain": "1.27.6-rc7-250327130009",
"@hiveio/wax-signers-peakvault": "1.27.6-rc7-250327130009",
"@mdi/js": "^7.4.47",
"@metamask/providers": "^16.0.0",
"@tanstack/vue-table": "^8.21.2",
......@@ -46,6 +46,7 @@
"vite": "^6.2.0",
"vue": "^3.5.13",
"vue-router": "4",
"vue-sonner": "^1.3.0",
"vue-tsc": "^2.2.4"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
......
This diff is collapsed.
......@@ -74,7 +74,7 @@ const broadcast = async () => {
const wax = await getWax();
const tx = wax.createTransactionFromJson(inputData.value);
const tx = wax.createTransactionFromJson(outputData.value);
await wax.broadcast(tx);
......
......@@ -8,7 +8,7 @@
*/
export const defaultSnapOrigin = import.meta.env.VITE_SNAP_ORIGIN || `npm:@hiveio/metamask-snap`; // local:http://localhost:8080
export const defaultSnapVersion: string | undefined = import.meta.env.VITE_SNAP_VERSION ?? '1.3.3';
export const defaultSnapVersion: string | undefined = import.meta.env.VITE_SNAP_VERSION ?? '1.4.0';
/**
* Check if a snap ID is a local snap ID.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment