Skip to content

Commit 91aff56

Browse files
authored
Add temporary mainnet addresses (#644)
1 parent 1030f21 commit 91aff56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pdp/contract/addresses.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ func ContractAddresses() PDPContracts {
2626
},
2727
}
2828
case build.BuildMainnet:
29-
// Compatible contract not yet deployed
30-
panic("compatible PDP contract not available on mainnet")
29+
return PDPContracts{
30+
PDPVerifier: common.HexToAddress("0x1790d465d1FABE85b530B116f385091d52a12a3b"),
31+
AllowedPublicRecordKeepers: []common.Address{
32+
common.HexToAddress("0x81DFD9813aDd354f03704F31419b0c6268d46232"), // FilecoinWarmStorageService
33+
},
34+
}
3135
default:
3236
panic("PDP contract unknown for this network")
3337
}

0 commit comments

Comments
 (0)