File tree Expand file tree Collapse file tree 6 files changed +1515
-81
lines changed
Expand file tree Collapse file tree 6 files changed +1515
-81
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @stabilitydao/stability" ,
3- "version" : " 0.56 .0" ,
3+ "version" : " 0.57 .0" ,
44 "description" : " Stability Operating System Library" ,
55 "main" : " out/index.js" ,
66 "types" : " out/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ export const daos: IDAO[] = [
187187 } ,
188188 ] ,
189189 } ,
190+ deployer : "0x0" ,
190191 } ,
191192 {
192193 phase : LifecyclePhase . DRAFT ,
@@ -223,16 +224,19 @@ export const daos: IDAO[] = [
223224 pvpFee : 100 ,
224225 } ,
225226 tokenomics : {
227+ initialChain : ChainName . PLASMA ,
226228 funding : [
227229 {
228230 type : FundingType . SEED ,
229231 start : 1772323200 ,
230232 end : 1785456000 ,
231233 minRaise : 10000 ,
232234 maxRaise : 500000 ,
235+ raised : 0 ,
233236 } ,
234237 ] ,
235238 } ,
239+ deployer : "0x0" ,
236240 builderActivity : {
237241 multisig : [
238242 "matic:0x36780E69D38c8b175761c6C5F8eD42E61ee490E9" ,
@@ -540,16 +544,19 @@ export const daos: IDAO[] = [
540544 pvpFee : 100 ,
541545 } ,
542546 tokenomics : {
547+ initialChain : ChainName . PLASMA ,
543548 funding : [
544549 {
545550 type : FundingType . SEED ,
546551 start : 1767225600 ,
547552 end : 1774915200 ,
548553 minRaise : 50000 ,
549554 maxRaise : 250000 ,
555+ raised : 0 ,
550556 } ,
551557 ] ,
552558 } ,
559+ deployer : "0x0" ,
553560 builderActivity : {
554561 multisig : [ ] ,
555562 repo : [ "stabilitydao/mevbot" ] ,
You canβt perform that action at this time.
0 commit comments