File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/contracts/contracts/pyth Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ export const RECEIVER_CHAINS = {
54
54
astar : 60035 ,
55
55
coredao : 60036 ,
56
56
tomochain : 60037 ,
57
+ stacks : 60038 ,
57
58
58
59
// Testnets as a separate chain ids (to use stable data sources and governance for them)
59
60
injective_testnet : 60013 ,
@@ -101,6 +102,7 @@ export const RECEIVER_CHAINS = {
101
102
astar_testnet : 50036 ,
102
103
coredao_testnet : 50037 ,
103
104
tomochain_testnet : 50038 ,
105
+ stacks_testnet : 50039 ,
104
106
} ;
105
107
106
108
// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ contract PythGovernanceInstructions {
20
20
enum GovernanceModule {
21
21
Executor, // 0
22
22
Target, // 1
23
- EvmExecutor // 2
23
+ EvmExecutor, // 2
24
+ // The stacks target chain contract has custom governance instructions and needs its own module.
25
+ StacksTarget // 3
24
26
}
25
27
26
28
GovernanceModule constant MODULE = GovernanceModule.Target;
You can’t perform that action at this time.
0 commit comments