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 a3da8cf commit 6d2133cCopy full SHA for 6d2133c
src/utils/viem/appConfig.ts
@@ -9,6 +9,7 @@ import {
9
GovernanceV3Ethereum,
10
GovernanceV3Gnosis,
11
GovernanceV3Ink,
12
+ GovernanceV3InkWhitelabel,
13
GovernanceV3Linea,
14
GovernanceV3Metis,
15
GovernanceV3Optimism,
@@ -151,7 +152,10 @@ export const payloadsControllerConfig: Record<
151
152
},
153
[ink.id]: {
154
dataHelperContractAddress: GovernanceV3Ink.PC_DATA_HELPER,
- contractAddresses: [GovernanceV3Ink.PAYLOADS_CONTROLLER],
155
+ contractAddresses: [
156
+ GovernanceV3Ink.PAYLOADS_CONTROLLER,
157
+ GovernanceV3InkWhitelabel.PERMISSIONED_PAYLOADS_CONTROLLER,
158
+ ],
159
160
161
// testnets
0 commit comments