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

Commit

Permalink
chore: increase collateral on pf updates
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Feb 8, 2024
1 parent a146273 commit 38c6cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion migrations/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"WitnetPriceFeedBypass": "0xe04408124498F5812Ad341Df6038f11f18dC538e"
},
"optimism.mainnet": {
"OpUsdtPriceFeed": "0x0Dd81412825b9C3960195ab47F14dFa9Fd70e36e"
"OpUsdtPriceFeed": ""
}
},
"polygon": {
Expand Down
4 changes: 2 additions & 2 deletions migrations/witnet-slas.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
numWitnesses: 10, // 10 witnesses
witnessCollateral: 15 * 10 ** 9, // 15 wit
witnessCollateral: 20 * 10 ** 9, // 20 wit
witnessCommitFee: 0.01 * 10 ** 9, // 0.01 wit
witnessReward: 0.15 * 10 ** 9, // 0.15 wit
witnessReward: 0.20 * 10 ** 9, // 0.20 wit
witnessingQuorum: 51, // 51% quorum
};

0 comments on commit 38c6cc1

Please sign in to comment.