Skip to content

Commit

Permalink
Feat/celo (#160)
Browse files Browse the repository at this point in the history
* feat: Add celo testnet and mainnet to config

* refactor: indent
  • Loading branch information
sarthakprp authored Jan 9, 2025
1 parent ccacb0b commit 36086ad
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,45 @@
"thresholdValue": "0.016",
"MultiTokenPaymasterOracleUsed": "orochi",
"entryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
},
{
"chainId": 44787,
"bundler": "https://testnet-rpc.etherspot.io/v1/44787",
"contracts": {
"etherspotPaymasterAddress": "0x590Cf408033f6516F5CBA15189033bF7452fDa0c"
},
"thresholdValue": "0.016",
"MultiTokenPaymasterOracleUsed": "chainlink",
"entryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
},
{
"chainId": 44787,
"bundler": "https://testnet-rpc.etherspot.io/v2/44787",
"contracts": {
"etherspotPaymasterAddress": "0x18d9405bfdd22ea84c0b481e0aaa4638e4f71af4"
},
"thresholdValue": "0.016",
"MultiTokenPaymasterOracleUsed": "chainlink",
"entryPoint": "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
},
{
"chainId": 42220,
"bundler": "https://rpc.etherspot.io/v1/42220",
"contracts": {
"etherspotPaymasterAddress": "0x46dC4A1804de656551Ff30A53dd39ED373B30520"
},
"thresholdValue": "0.016",
"MultiTokenPaymasterOracleUsed": "chainlink",
"entryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
},
{
"chainId": 42220,
"bundler": "https://rpc.etherspot.io/v2/42220",
"contracts": {
"etherspotPaymasterAddress": "0x5952653f151e844346825050d7157a9a6b46a23a"
},
"thresholdValue": "0.016",
"MultiTokenPaymasterOracleUsed": "chainlink",
"entryPoint": "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
}
]

0 comments on commit 36086ad

Please sign in to comment.