Skip to content

Commit

Permalink
Update network config (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored May 8, 2024
1 parent 94309bb commit 09cec77
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
{
"chainId": 31,
"bundler": "https://rootstocktestnet-bundler.etherspot.io",
"bundler": "https://testnet-rpc.etherspot.io/v1/31",
"contracts": {
"etherspotPaymasterAddress": "0x898c530A5fA37720DcF1843AeCC34b6B0cBaEB8a"
"etherspotPaymasterAddress": "0xD302BE6e9D3fE0fBf8122a0C34611E31c0D0E792"
},
"thresholdValue": "0.00079"
},
Expand All @@ -49,7 +49,7 @@
},
{
"chainId": 97,
"bundler": "https://bnbtestnet-bundler.etherspot.io/",
"bundler": "https://testnet-rpc.etherspot.io/v1/97",
"contracts": {
"etherspotPaymasterAddress": "0x153e26707DF3787183945B88121E4Eb188FDCAAA"
},
Expand All @@ -65,7 +65,7 @@
},
{
"chainId": 114,
"bundler": "https://flaretestnet-bundler.etherspot.io/",
"bundler": "https://testnet-rpc.etherspot.io/v1/114",
"contracts": {
"etherspotPaymasterAddress": "0x2a18C360b525824B3e5656B5a705554f2a5036Be"
},
Expand All @@ -81,7 +81,7 @@
},
{
"chainId": 123,
"bundler": "https://fusetestnet-bundler-bundler.etherspot.io",
"bundler": "https://testnet-rpc.etherspot.io/v1/123",
"contracts": {
"etherspotPaymasterAddress": "0xAF628C207513c5E51d894b3733056B8080634923"
},
Expand All @@ -95,14 +95,6 @@
},
"thresholdValue": "69.85"
},
{
"chainId": 1001,
"bundler": "https://klaytntestnet-bundler.etherspot.io/",
"contracts": {
"etherspotPaymasterAddress": "0x810FA4C915015b703db0878CF2B9344bEB254a40"
},
"thresholdValue": "275.2"
},
{
"chainId": 5000,
"bundler": "https://mantle-bundler.etherspot.io/",
Expand All @@ -112,10 +104,10 @@
"thresholdValue": "44.24"
},
{
"chainId": 5001,
"bundler": "https://mantletestnet-bundler.etherspot.io/",
"chainId": 5003,
"bundler": "https://testnet-rpc.etherspot.io/v1/5003",
"contracts": {
"etherspotPaymasterAddress": "0xb56eC212C60C47fb7385f13b7247886FFa5E9D5C"
"etherspotPaymasterAddress": "0x8350355c08aDAC387b443782124A30A8942BeC2e"
},
"thresholdValue": "44.24"
},
Expand Down Expand Up @@ -161,23 +153,23 @@
},
{
"chainId": 84532,
"bundler": "https://basesepolia-bundler.etherspot.io",
"bundler": "https://testnet-rpc.etherspot.io/v1/84532",
"contracts": {
"etherspotPaymasterAddress": "0xe893A26DD53b325BffAacDfA224692EfF4C448c4"
},
"thresholdValue": "15.19"
},
{
"chainId": 421614,
"bundler": "https://arbitrumsepolia-bundler.etherspot.io",
"bundler": "https://testnet-rpc.etherspot.io/v1/421614",
"contracts": {
"etherspotPaymasterAddress": "0xe893A26DD53b325BffAacDfA224692EfF4C448c4"
},
"thresholdValue": "43.10"
},
{
"chainId": 534351,
"bundler": "https://scrollsepolia-bundler.etherspot.io/",
"bundler": "https://testnet-rpc.etherspot.io/v1/534351",
"contracts": {
"etherspotPaymasterAddress": "0xe893A26DD53b325BffAacDfA224692EfF4C448c4"
},
Expand All @@ -193,23 +185,23 @@
},
{
"chainId": 11155111,
"bundler": "https://sepolia-bundler.etherspot.io",
"bundler": "https://testnet-rpc.etherspot.io/v1/11155111",
"contracts": {
"etherspotPaymasterAddress": "0xcaDBADcFeD5530A49762DFc9d1d712CcD6b09b25"
},
"thresholdValue": "0.016"
},
{
"chainId": 28122024,
"bundler": "https://ancient8testnet-bundler.etherspot.io/",
"bundler": "https://testnet-rpc.etherspot.io/v1/28122024",
"contracts": {
"etherspotPaymasterAddress": "0xe893A26DD53b325BffAacDfA224692EfF4C448c4"
},
"thresholdValue": "0.016"
},
{
"chainId": 11155420,
"bundler": "https://optimismsepolia-bundler.etherspot.io",
"bundler": "https://testnet-rpc.etherspot.io/v1/11155420",
"contracts": {
"etherspotPaymasterAddress": "0xB3AD9B9B06c6016f81404ee8FcCD0526F018Cf0C"
},
Expand All @@ -222,5 +214,13 @@
"etherspotPaymasterAddress": "0x810FA4C915015b703db0878CF2B9344bEB254a40"
},
"thresholdValue": "0.016"
},
{
"chainId": 80002,
"bundler": "https://testnet-rpc.etherspot.io/v1/80002",
"contracts": {
"etherspotPaymasterAddress": "0xe893a26dd53b325bffaacdfa224692eff4c448c4"
},
"thresholdValue": "0.01"
}
]

0 comments on commit 09cec77

Please sign in to comment.