Skip to content

Commit

Permalink
sapphire deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Oct 2, 2024
1 parent d14431a commit 9a3bf5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addresses/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@
"DFRewards": "0xc37F8341Ac6e4a94538302bCd4d49Cf0852D30C0",
"DFStrategyV1": "0x3c21a90599b5B7f37014cA5Bf30d3f1b73d7e391",
"PredictoorHelper": "0xE9397625Df9B63f0C152f975234b7988b54710B8",
"AccessListFactory": "0x12bB8D85a091A69A07E22E52d4567dBB91568f52"
"AccessListFactory": "0x12bB8D85a091A69A07E22E52d4567dBB91568f52",
"BatchPayments": "0x9497d1d64F2aFeBcd4f9916Eef3d9094E5Df962f"
},
"optimism_sepolia": {
"chainId": 11155420,
Expand Down
9 changes: 9 additions & 0 deletions scripts/deploy_batchpayments.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ async function main() {
let sleepAmount = 10;
console.log("Using chain "+networkDetails.chainId);
switch (networkDetails.chainId) {
case 23294:
networkName = "oasis_saphire";
OceanTokenAddress = "0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520";
OPFOwner = '0x086E7F0588755af5AF5f8194542Fd8328238F3C1'
routerOwner = OPFOwner;
sleepAmount = 30
gasPrice = ethers.utils.parseUnits('100', 'gwei')
gasLimit = 15000000
break;
default:
OPFOwner = "0x0d27cd67c4A3fd3Eb9C7C757582f59089F058167";
networkName = "development";
Expand Down

0 comments on commit 9a3bf5a

Please sign in to comment.