From 4d6d727c36bb7f849a69481924355400d69ec85e Mon Sep 17 00:00:00 2001 From: sarthakprp <139995009+sarthakprp@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:04:21 +0530 Subject: [PATCH] fix: rootstock paymaster address (#137) --- backend/config.json.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config.json.default b/backend/config.json.default index e5e06a8..ee78494 100644 --- a/backend/config.json.default +++ b/backend/config.json.default @@ -33,7 +33,7 @@ "chainId": 30, "bundler": "https://rpc.etherspot.io/rootstock", "contracts": { - "etherspotPaymasterAddress": "0xe893A26dD53b325bFFaACdFA224692EFF4C448C4" + "etherspotPaymasterAddress": "0xe893A26DD53b325BffAacDfA224692EfF4C448c4" }, "thresholdValue": "0.00079", "MultiTokenPaymasterOracleUsed": "chainlink",