Skip to content

Commit ffd1967

Browse files
authored
Merge pull request #366 from stabilitydao/upd
πŸ”¨πŸ€ OS implementation draft
2 parents 875e1f3 + d9b04cf commit ffd1967

File tree

6 files changed

+1515
-81
lines changed

6 files changed

+1515
-81
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

β€Žsrc/daos.tsβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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"],

0 commit comments

Comments
Β (0)