Skip to content

Commit

Permalink
deploy new contracts to porcini
Browse files Browse the repository at this point in the history
  • Loading branch information
JCSanPedro committed Feb 22, 2024
1 parent 7656d31 commit ad41645
Show file tree
Hide file tree
Showing 37 changed files with 20,167 additions and 28 deletions.
8 changes: 4 additions & 4 deletions deployments/genesis.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,18 @@ const PorciniDevParameters: ContractParameters = {

EpochsManager: {
initialEpoch: 0,
epochDuration: 17280, // 1 day
epochDuration: 720, // 1 hour
},

Registries: {
defaultPayoutPercentage: 50000,
},

TicketingParameters: {
faceValue: hre.ethers.parseEther('1000'),
baseLiveWinProb: 2n ** 128n - 1n / 10n,
faceValue: hre.ethers.parseEther('100'),
baseLiveWinProb: (2n ** 128n - 1n) / 10n, // 10%
expiredWinProb: 2n ** 128n - 1n,
ticketDuration: 17280,
ticketDuration: 17280, // 1 day
decayRate: 80000,
},

Expand Down
1 change: 1 addition & 0 deletions deployments/porcini-dev/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7672
Loading

0 comments on commit ad41645

Please sign in to comment.