File tree 2 files changed +4
-6
lines changed
stacks-contracts/services 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export class ContractGenerator {
84
84
"DAO_BITFLOW_POOL"
85
85
) ,
86
86
bitflow_pool_trait : getTraitReference ( this . network , "BITFLOW_POOL" ) ,
87
- sip10_trait : getTraitReference ( this . network , "SIP10 " ) ,
87
+ sip10_trait : getTraitReference ( this . network , "BITFLOW_SIP010 " ) ,
88
88
bitflow_xyk_core_address : getAddressReference (
89
89
this . network ,
90
90
"BITFLOW_CORE"
@@ -449,12 +449,9 @@ export class ContractGenerator {
449
449
// generated at runtime based on script parameters
450
450
generateDaoContracts (
451
451
senderAddress : string ,
452
- tokenSymbol : string
452
+ tokenSymbol : string ,
453
+ daoManifest : string
453
454
) : GeneratedDaoContracts {
454
- // set dao manifest, passed to proposal for dao construction
455
- const daoManifest =
456
- "This is where the DAO can put it's mission, purpose, and goals." ;
457
-
458
455
// get contract names using token symbol
459
456
const contractNames = generateContractNames ( tokenSymbol ) ;
460
457
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export type NetworkTraits = {
22
22
DAO_TOKEN : string ;
23
23
DAO_BITFLOW_POOL : string ;
24
24
BITFLOW_POOL : string ;
25
+ BITFLOW_SIP010 : string ;
25
26
} ;
26
27
27
28
export type NetworkTraitsMap = {
You can’t perform that action at this time.
0 commit comments