diff --git a/backend/config.json.default b/backend/config.json.default index 95a90e5..53b2e49 100644 --- a/backend/config.json.default +++ b/backend/config.json.default @@ -430,26 +430,6 @@ "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": { diff --git a/backend/src/constants/ChainlinkOracles.ts b/backend/src/constants/ChainlinkOracles.ts index e34187c..fd891d7 100644 --- a/backend/src/constants/ChainlinkOracles.ts +++ b/backend/src/constants/ChainlinkOracles.ts @@ -19,7 +19,6 @@ export const NativeOracles: Record = { 534351: "0x59F1ec1f10bD7eD9B938431086bC1D9e233ECf41", // Scroll Sepolia // Yet to Support on Arka - 44787: "0x022F9dCC73C5Fb43F2b4eF2EF9ad3eDD1D853946", // Celo Alfajores testnet 42220: "0x0568fD19986748cEfF3301e55c0eb1E729E0Ab7e", // Celo Mainnet 1088: "0xD4a5Bb03B5D66d9bf81507379302Ac2C2DFDFa6D", // Metis Mainnet 1284: "0x4497B606be93e773bbA5eaCFCb2ac5E2214220Eb", // Moonbeam Mainnet @@ -33,4 +32,4 @@ export const NativeOracles: Record = { } -export const NativeOracleDecimals = 8; \ No newline at end of file +export const NativeOracleDecimals = 8;