We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1030f21 commit 91aff56Copy full SHA for 91aff56
pdp/contract/addresses.go
@@ -26,8 +26,12 @@ func ContractAddresses() PDPContracts {
26
},
27
}
28
case build.BuildMainnet:
29
- // Compatible contract not yet deployed
30
- panic("compatible PDP contract not available on mainnet")
+ return PDPContracts{
+ PDPVerifier: common.HexToAddress("0x1790d465d1FABE85b530B116f385091d52a12a3b"),
31
+ AllowedPublicRecordKeepers: []common.Address{
32
+ common.HexToAddress("0x81DFD9813aDd354f03704F31419b0c6268d46232"), // FilecoinWarmStorageService
33
+ },
34
+ }
35
default:
36
panic("PDP contract unknown for this network")
37
0 commit comments