From cdd4d66fbb7c973805000673667006fb5109d46a Mon Sep 17 00:00:00 2001 From: Sarthak Gupta Date: Sat, 28 Sep 2024 00:27:38 +0530 Subject: [PATCH] fix: rootstock paymaster address --- 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 ee78494..e5e06a8 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",