chore: update wasm dependencies to 7.5.10

This commit is contained in:
2026-02-01 09:19:51 +03:00
parent f5b1d2912f
commit 0c2b211a12
41 changed files with 193 additions and 203 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
import type { Keypair } from '../types.js';
import { randomBytes } from '@noble/hashes/utils';
import * as sr25519 from '@scure/sr25519';
import * as sr25519 from '@pezkuwi/scure-sr25519';
import { u8aToU8a } from '@pezkuwi/util';