Skip to content

Commit

Permalink
update rlpPriceStorage address in rlp-resolv adapter (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
fextr authored Dec 16, 2024
1 parent 0145f0b commit 8afc0b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adaptors/resolv-rlp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const ethers = require('ethers');

const RLP = '0x4956b52aE2fF65D74CA2d61207523288e4528f96';

const rlpPriceStorage = '0x31319866778a5223633bd745780BB6d59406371E';
const rlpPriceStorage = '0xAa33e5ECAE01779b26cD9dBD3c62E34c29b2D565';

const topic0priceSet =
'0xee47534b2400bc7be3fbdc39f0283b8643fc472a30ffd7324e6161b4b2b91f24';
'0x2f0fe01aa6daff1c7bb411a324bdebe55dc2cd1e0ff2fc504b7569346e7d7d5a';

const priceSetInterface = new ethers.utils.Interface([
'event PriceSet(bytes32 indexed key, uint256 price)',
'event PriceSet(bytes32 indexed key, uint256 price, uint256 timestamp);',
]);

const DAY_IN_MS = 24 * 60 * 60 * 1000;
Expand Down

0 comments on commit 8afc0b9

Please sign in to comment.