{
{/* edit batch */}
-
+
{
event.stopPropagation()
@@ -131,13 +105,7 @@ const TransactionLibrary = () => {
{/* download batch */}
-
+
{
event.stopPropagation()
@@ -149,13 +117,7 @@ const TransactionLibrary = () => {
{/* delete batch */}
-
+
{
@@ -183,12 +145,10 @@ const TransactionLibrary = () => {
{/* Empty library Screen */}
-
- You don't have any saved batches.
-
-
+ You don't have any saved batches.
+
Safe a batch by{' '}
-
+
{
// Based on https://docs.ens.domains/dapp-developer-guide/resolving-names
// [...] a correct integration of ENS treats any dot-separated name as a potential ENS name [...]
+/* tslint:disable-next-line */
const validENSRegex = new RegExp(/[^\[\]]+\.[^\[\]]/)
const isValidEnsName = (name: string): boolean => validENSRegex.test(name)
diff --git a/yarn.lock b/yarn.lock
index f98bdd48a..24a7ed952 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2929,6 +2929,11 @@
dependencies:
semver "^7.3.7"
+"@safe-global/safe-gateway-typescript-sdk@^3.19.0":
+ version "3.22.2"
+ resolved "https://registry.yarnpkg.com/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.22.2.tgz#d4ff9972e58f9344fc95f8d41b2ec6517baa8e79"
+ integrity sha512-Y0yAxRaB98LFp2Dm+ACZqBSdAmI3FlpH/LjxOZ94g/ouuDJecSq0iR26XZ5QDuEL8Rf+L4jBJaoDC08CD0KkJw==
+
"@safe-global/safe-gateway-typescript-sdk@^3.5.3", "@safe-global/safe-gateway-typescript-sdk@^3.7.3":
version "3.7.3"
resolved "https://registry.yarnpkg.com/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.7.3.tgz#68ec7d82711e2d0f82ce2e577b1df67ba8da2bed"