Skip to content

Commit

Permalink
feat: add pfs to x1.sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Dec 5, 2023
1 parent dfa415b commit 553de8f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
14 changes: 12 additions & 2 deletions migrations/witnet/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,14 +385,24 @@
}
}
},
"okxchain": {
"okxchain.testnet": {
"okx": {
"okx.okxchain.testnet": {
"requests": {
"WitnetRequestPriceOktUsdt6": "0xd6370a1d899c6a31e448Ea50902e87a228644299",
"WitnetRequestPriceUsdtUsd6": "0x809b4171605D687BDE002e68A01eeDa9a1B3Cd5A"
},
"templates": {},
"solvers": {}
},
"okx.x1.sepolia": {
"requests": {
"WitnetRequestPriceOkbUsdt6": "0xF28D6A1f943dA678D22BF749691d1E17b1A0A6Bb",
"WitnetRequestPriceBtcUsd6": "0x098d83c3F4a682f47A40F40512615Ba05f511237",
"WitnetRequestPriceEthUsd6": "0xbB3C9b1E35EB0A03068437923b4d5c5b5dc0b7C8",
"WitnetRequestPriceUsdtUsd6": "0xD9513433787194C40C8F27Cb27a1a3d64571B075"
},
"templates": {},
"solvers": {}
}
},
"optimism": {
Expand Down
7 changes: 7 additions & 0 deletions migrations/witnet/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ module.exports = {
["0xdb24905b1b080f65dedb0ad978aad5c76363d3c6", "1"]
]
),
WitnetRequestPriceOkbUsdt6: Witnet.PriceTickerRequest(
retrievals, {
"gateapi.io/ticker": ["okb", "usdt"],
"okx.com/ticker": ["OKB", "USDT"],
"mexc.com/ticker": ["OKB", "USDT"]
}
),
WitnetRequestPriceOktUsdt6: Witnet.PriceTickerRequest(
retrievals, {
"gateapi.io/ticker": ["okt", "usdt"],
Expand Down

0 comments on commit 553de8f

Please sign in to comment.