From 9bda87ff5e2d9833c1ffa47c505c8fb67a3fb37d Mon Sep 17 00:00:00 2001 From: regenr1994-dotcom Date: Wed, 26 Aug 2026 07:51:25 +0700 Subject: [PATCH] Delete src/wallets/WalletContractV5R1.ts --- src/wallets/WalletContractV5R1.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/wallets/WalletContractV5R1.ts diff --git a/src/wallets/WalletContractV5R1.ts b/src/wallets/WalletContractV5R1.ts deleted file mode 100644 index fb527921..00000000 --- a/src/wallets/WalletContractV5R1.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from "./v5r1/WalletContractV5R1"; -export * from "./v5r1/WalletV5R1Actions"; -export * from "./v5r1/WalletV5R1WalletId";