Skip to content

Commit

Permalink
OpBNB Native Oracle (#152)
Browse files Browse the repository at this point in the history
* added opBnb Native oracle

* removed 2357 as its deprecated

* updated package version
  • Loading branch information
vignesha22 authored Dec 4, 2024
1 parent 3f3ca7a commit 501834f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
10 changes: 0 additions & 10 deletions backend/config.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,6 @@
"MultiTokenPaymasterOracleUsed": "chainlink",
"entryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
},
{
"chainId": 2357,
"bundler": "https://testnet-rpc.etherspot.io/v2/2357",
"contracts": {
"etherspotPaymasterAddress": "0x515D2A390C24dB531e209701d907FC0Ee1C7c224"
},
"thresholdValue": "0.01",
"MultiTokenPaymasterOracleUsed": "chainlink",
"entryPoint": "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
},
{
"chainId": 5000,
"bundler": "https://rpc.etherspot.io/v1/5000",
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arka",
"version": "1.6.9",
"version": "1.7.0",
"description": "ARKA - (Albanian for Cashier's case) is the first open source Paymaster as a service software",
"type": "module",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions backend/src/constants/ChainlinkOracles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const NativeOracles: Record<number, string> = {
97: "0x2514895c72f50D8bd4B4F9b1110F0D6bD2c97526", // BNB Testnet
100: "0x22441d81416430A54336aB28765abd31a792Ad37", // Gnosis
137: "0xAB594600376Ec9fD91F8e885dADF0CE036862dE0", // Polygon Mainnet
204: "0x3d1E16C26E00A17e3C243330Cc9Ea031C2394c0a", // OpBNB Mainnet
8453: "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", // Base Mainnet
80002: "0x001382149eBa3441043c1c66972b4772963f5D43", // Polygon Amoy
84532: "0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1", // Base Sepolia
Expand Down

0 comments on commit 501834f

Please sign in to comment.