Skip to content

Commit

Permalink
Add new networks to default Arka config (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Oct 17, 2023
1 parent 3f3af0f commit 0dab966
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"etherspotPaymasterAddress": "0x805650ce74561C85baA44a8Bd13E19633Fd0F79d"
}
},
{
"chainId": 14,
"bundler": "https://flare-bundler.etherspot.io",
"contracts": {
"etherspotPaymasterAddress": "0x8A41594e5c6Fe492e437414c24eA6f401186b8d2"
}
},
{
"chainId": 56,
"bundler": "https://bnb-bundler.etherspot.io/",
Expand All @@ -33,6 +40,13 @@
"contracts": {
"etherspotPaymasterAddress": "0x373aBcF1EA9e5802778E32870e7f72C8A6a90349"
}
},
{
"chainId": 114,
"bundler": "https://flaretestnet-bundler.etherspot.io/",
"contracts": {
"etherspotPaymasterAddress": "0x2a18C360b525824B3e5656B5a705554f2a5036Be"
}
},
{
"chainId": 122,
Expand All @@ -48,6 +62,13 @@
"etherspotPaymasterAddress": "0x26FeC24b0D467C9de105217B483931e8f944ff50"
}
},
{
"chainId": 420,
"bundler": "https://optimismgoerli-bundler.etherspot.io",
"contracts": {
"etherspotPaymasterAddress": "0x898c530A5fA37720DcF1843AeCC34b6B0cBaEB8a"
}
},
{
"chainId": 5000,
"bundler": "https://mantle-bundler.etherspot.io/",
Expand Down

0 comments on commit 0dab966

Please sign in to comment.