Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions backend/src/constants/ChainlinkOracles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const NativeOracles: Record<number, string> = {
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
Expand All @@ -33,4 +32,4 @@ export const NativeOracles: Record<number, string> = {

}

export const NativeOracleDecimals = 8;
export const NativeOracleDecimals = 8;
Loading