Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
chore: bypass all pfs in scroll.sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Oct 25, 2023
1 parent 92738c5 commit bcd9a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions migrations/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,12 @@
}
},
"scroll": {
"scroll.goerli": {
"BtcUsdPriceFeed": "0x8bb3DDbA9a6A0647C9287166AFAc6b589a05314d",
"EthUsdPriceFeed": "0xf45eEd6a7cB76a415050D17592D90A6eB707D962",
"UniUsdPriceFeed": "0x8d0af33230C1d28bc8f4fB579F3726E0362bad66",
"UsdcUsdPriceFeed": "0x420dCE64119700948586d48cF06401faF76789bD",
"WitnetPriceFeedBypass": "0x0fab02a4E2fE4976c2c89470622bc63a46A9096a"
"scroll.sepolia": {
"BtcUsdPriceFeed": "0xe184Bd4f4A2A9AF38642E3595Aa004b071934B58",
"EthUsdPriceFeed": "0x08A30c218fB4E0357639E1984caec232a7108411",
"UniUsdPriceFeed": "0x27190703F0b64F8fAfcf3c0e76649040afBE26C6",
"UsdcUsdPriceFeed": "0x830a48FEf29e155A38238E7cF5728336Bd87c533",
"WitnetPriceFeedBypass": "0xB772f86004330738C1529cC1b0327D24aeF8c370"
},
"scroll.mainnet": {
"BtcUsdPriceFeed": "0x2FBA3Aad4F2e2BBC562b4fdA76D82e8036dbEd3c",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ado-contracts": "^1.0.0",
"lodash": "^4.17.21",
"openzeppelin-solidity": "^2.4.0",
"witnet-solidity-bridge": "https://github.com/guidiaz/witnet-solidity-bridge#58fc1a285cbaee7aaf5d9ebd08de8fc65ed0cd69"
"witnet-solidity-bridge": "https://github.com/guidiaz/witnet-solidity-bridge#bb9c9a56c907274c2d835dd609afd819774c5204"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down

0 comments on commit bcd9a50

Please sign in to comment.