Skip to content

Commit 686536b

Browse files
committed
Finalize June Distro
1 parent ab50970 commit 686536b

File tree

5 files changed

+23145
-13
lines changed

5 files changed

+23145
-13
lines changed

data/productDesigners.json

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,21 @@
693693
"name": "weseeclearly",
694694
"ethAddress": "0xeab5ecC6A488fC6896c5a9b45C5b6A1CdB3aFf70",
695695
"contributionShare": 0.1
696+
},
697+
{
698+
"name": "Pravekha",
699+
"ethAddress": "0x708eb4755ef95291b4A955421b0CdA4aCA0456Fd",
700+
"contributionShare": 0.1
701+
},
702+
{
703+
"name": "Dinesh",
704+
"ethAddress": "0x1B17F0537C916C3EDE75809932868e751818EF6E",
705+
"contributionShare": 0.1
706+
},
707+
{
708+
"name": "metapurse",
709+
"ethAddress": "0x51Cd54fb353Cb29CA02876F79d5AA31Cef92E264",
710+
"contributionShare": 0.7
696711
}
697712
]
698713
},
@@ -720,6 +735,21 @@
720735
"name": "weseeclearly",
721736
"ethAddress": "0xeab5ecC6A488fC6896c5a9b45C5b6A1CdB3aFf70",
722737
"contributionShare": 0.1
738+
},
739+
{
740+
"name": "Pravekha",
741+
"ethAddress": "0x708eb4755ef95291b4A955421b0CdA4aCA0456Fd",
742+
"contributionShare": 0.1
743+
},
744+
{
745+
"name": "Dinesh",
746+
"ethAddress": "0x1B17F0537C916C3EDE75809932868e751818EF6E",
747+
"contributionShare": 0.1
748+
},
749+
{
750+
"name": "metapurse",
751+
"ethAddress": "0x51Cd54fb353Cb29CA02876F79d5AA31Cef92E264",
752+
"contributionShare": 0.7
723753
}
724754
]
725755
},
@@ -869,6 +899,11 @@
869899
"name": "weseeclearly",
870900
"ethAddress": "0xeab5ecC6A488fC6896c5a9b45C5b6A1CdB3aFf70",
871901
"contributionShare": 0.1
902+
},
903+
{
904+
"name": "SporkDAO",
905+
"ethAddress": "0x73275915Dc3df6d24812F6E8815d83FfECf69643",
906+
"contributionShare": 0.9
872907
}
873908
]
874909
},
@@ -896,7 +931,18 @@
896931
"6588027371566": {
897932
"productId": 6588027371566,
898933
"title": "SporkΞ\" Poker Set + Chip Protector Medallion",
899-
"designers": []
934+
"designers": [
935+
{
936+
"name": "mmjustin",
937+
"ethAddress": "0x63729548cc3F51128B4693E8C9dCB1bFe786adF4",
938+
"contributionShare": 0.1
939+
},
940+
{
941+
"name": "SporkDAO",
942+
"ethAddress": "0x73275915Dc3df6d24812F6E8815d83FfECf69643",
943+
"contributionShare": 0.9
944+
}
945+
]
900946
},
901947
"6600904146990": {
902948
"productId": 6600904146990,
@@ -959,13 +1005,29 @@
9591005
"name": "weseeclearly",
9601006
"ethAddress": "0xeab5ecC6A488fC6896c5a9b45C5b6A1CdB3aFf70",
9611007
"contributionShare": 0.1
1008+
},
1009+
{
1010+
"name": "SporkDAO",
1011+
"ethAddress": "0x73275915Dc3df6d24812F6E8815d83FfECf69643",
1012+
"contributionShare": 0.9
9621013
}
9631014
]
9641015
},
9651016
"6602248749102": {
9661017
"productId": 6602248749102,
9671018
"title": "SporkDAO & ETHDenver Mystery Box - Premium",
968-
"designers": []
1019+
"designers": [
1020+
{
1021+
"name": "mmjustin",
1022+
"ethAddress": "0x63729548cc3F51128B4693E8C9dCB1bFe786adF4",
1023+
"contributionShare": 0.1
1024+
},
1025+
{
1026+
"name": "SporkDAO",
1027+
"ethAddress": "0x73275915Dc3df6d24812F6E8815d83FfECf69643",
1028+
"contributionShare": 0.9
1029+
}
1030+
]
9691031
},
9701032
"6593663860782": {
9711033
"productId": 6593663860782,

index.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,13 +347,16 @@ const generateDistributedOrders = async () => {
347347
};
348348
}
349349

350-
fs.writeFileSync('./data/buyerRewardsByOrder.json', JSON.stringify(buyerOrdersDistributed));
351-
fs.writeFileSync('./data/designerRewardsByOrder.json', JSON.stringify(designerOrdersDistributed));
350+
fs.writeFileSync('./june2021/buyerRewardsByOrder.json', JSON.stringify(buyerOrdersDistributed));
351+
fs.writeFileSync(
352+
'./june2021/designerRewardsByOrder.json',
353+
JSON.stringify(designerOrdersDistributed),
354+
);
352355
};
353356

354-
generateMonthlyAllocation();
355-
//
356-
// generateDistributedOrders();
357+
// generateMonthlyAllocation();
358+
359+
generateDistributedOrders();
357360

358361
// const loadAirdrop = async () => {
359362
// // Merge duplicate ETH address entries

0 commit comments

Comments
 (0)