From 8f8a126cf08a6475418c0bf57d683ee9c7652902 Mon Sep 17 00:00:00 2001 From: Ardian <34317628+arddluma@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:50:59 +0100 Subject: [PATCH] Add Klaytn testnet and mainnet paymasters (#28) --- backend/config.json.default | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/backend/config.json.default b/backend/config.json.default index d15d3f7..b03ff3c 100644 --- a/backend/config.json.default +++ b/backend/config.json.default @@ -76,6 +76,13 @@ "etherspotPaymasterAddress": "0x898c530A5fA37720DcF1843AeCC34b6B0cBaEB8a" } }, + { + "chainId": 1001, + "bundler": "https://klaytntestnet-bundler.etherspot.io/", + "contracts": { + "etherspotPaymasterAddress": "0x810FA4C915015b703db0878CF2B9344bEB254a40" + } + }, { "chainId": 5000, "bundler": "https://mantle-bundler.etherspot.io/", @@ -83,6 +90,13 @@ "etherspotPaymasterAddress": "0x8A41594e5c6Fe492e437414c24eA6f401186b8d2" } }, + { + "chainId": 8217, + "bundler": "https://klaytn-bundler.etherspot.io/", + "contracts": { + "etherspotPaymasterAddress": "0x4ebd86AAF89151b5303DB072e0205C668e31E5E7" + } + }, { "chainId": 8453, "bundler": "https://base-bundler.etherspot.io/",