Skip to content

Commit 6d2133c

Browse files
authored
feat: add ink whitelabel address (#119)
1 parent a3da8cf commit 6d2133c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/utils/viem/appConfig.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
GovernanceV3Ethereum,
1010
GovernanceV3Gnosis,
1111
GovernanceV3Ink,
12+
GovernanceV3InkWhitelabel,
1213
GovernanceV3Linea,
1314
GovernanceV3Metis,
1415
GovernanceV3Optimism,
@@ -151,7 +152,10 @@ export const payloadsControllerConfig: Record<
151152
},
152153
[ink.id]: {
153154
dataHelperContractAddress: GovernanceV3Ink.PC_DATA_HELPER,
154-
contractAddresses: [GovernanceV3Ink.PAYLOADS_CONTROLLER],
155+
contractAddresses: [
156+
GovernanceV3Ink.PAYLOADS_CONTROLLER,
157+
GovernanceV3InkWhitelabel.PERMISSIONED_PAYLOADS_CONTROLLER,
158+
],
155159
},
156160
},
157161
// testnets

0 commit comments

Comments
 (0)