Skip to content

Commit

Permalink
Add Klaytn testnet and mainnet paymasters (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Nov 9, 2023
1 parent bccf4c4 commit 8f8a126
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,27 @@
"etherspotPaymasterAddress": "0x898c530A5fA37720DcF1843AeCC34b6B0cBaEB8a"
}
},
{
"chainId": 1001,
"bundler": "https://klaytntestnet-bundler.etherspot.io/",
"contracts": {
"etherspotPaymasterAddress": "0x810FA4C915015b703db0878CF2B9344bEB254a40"
}
},
{
"chainId": 5000,
"bundler": "https://mantle-bundler.etherspot.io/",
"contracts": {
"etherspotPaymasterAddress": "0x8A41594e5c6Fe492e437414c24eA6f401186b8d2"
}
},
{
"chainId": 8217,
"bundler": "https://klaytn-bundler.etherspot.io/",
"contracts": {
"etherspotPaymasterAddress": "0x4ebd86AAF89151b5303DB072e0205C668e31E5E7"
}
},
{
"chainId": 8453,
"bundler": "https://base-bundler.etherspot.io/",
Expand Down

0 comments on commit 8f8a126

Please sign in to comment.