From f778abe7af5be9f645eee1357024c9f8dc19ca0a Mon Sep 17 00:00:00 2001 From: joepegler Date: Wed, 8 May 2024 17:23:38 +0100 Subject: [PATCH] Update errors.json --- docs/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errors.json b/docs/errors.json index 8f6b1af..70a687f 100644 --- a/docs/errors.json +++ b/docs/errors.json @@ -1,7 +1,7 @@ [ { "name": "SessionRuleViolationError", - "regex": "ABISV Arg Rule Violated", + "regex": "abisv arg rule violated", "description": "One of the rules you have applied to your session has caused your transaction to revert", "causes": ["The ABI Session Validation rules you have applied prevent your tx from executing"], "solutions": ["Check documentation here: https://bcnmy.github.io/biconomy-client-sdk/interfaces/Rule.html for detail for how to correctly apply your session permissions"]