Skip to content

Commit 3be0c7c

Browse files
authored
Merge pull request #317 from windingtree/deploy-build-report
Add deploy contracts report
2 parents cba3fe8 + 691e68a commit 3be0c7c

25 files changed

+62965
-46
lines changed

test/deploy/TGE Report.md

Lines changed: 78 additions & 0 deletions
Large diffs are not rendered by default.

test/deploy/TGEDeployer.js

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,24 @@ const TGEDistribution = require('./TGEDistribution');
1717

1818
contract('TGE Deployer', function ([deployAddress, foundationWallet, foundersWallet]) {
1919
it.skip('Deploy a TGE correctly', async function () {
20-
const startTimestamp = new Date('28 Jan 2019 15:00:00 GMT-3').getTime() / 1000;
21-
const end1Timestamp = new Date('28 Jan 2019 24:00:00 GMT-3').getTime() / 1000;
22-
const end2Timestamp = new Date('29 Jan 2019 12:00:00 GMT-3').getTime() / 1000;
20+
const startTimestamp = new Date('1 Feb 2018 08:00:00 GMT').getTime() / 1000;
21+
const end1Timestamp = new Date('7 Feb 2018 08:00:00 GMT').getTime() / 1000;
22+
const end2Timestamp = new Date('14 Feb 2018 24:00:00 GMT').getTime() / 1000;
2323
const rate1 = 1000;
2424
const rate2 = 900;
25-
const setWeiLockSeconds = duration.minutes(30);
25+
const setWeiLockSeconds = duration.hours(1);
2626
var totalSupply = new BigNumber(0);
2727
var ETHRaised = new BigNumber(0);
28-
const USDperETH = 100000000;
28+
const USDperETH = 1150;
29+
30+
// Use this rate factor to matxh the starting USD raised to 1.5M USD
31+
const RATE_FACTOR = 4.05;
2932
const weiPerUSDinTGE = web3.toWei(1 / USDperETH);
3033

34+
// Override foundation and founders wallet
35+
foundationWallet = '0xDAD697274F95F909ad12437C516626d65263Ce47';
36+
foundersWallet = '0xe7dfDF4b7Dd5e9BD0bb94d59379219B625A6433d ';
37+
3138
const deployer = await TGEDeployer.new(
3239
startTimestamp, end1Timestamp, end2Timestamp, rate1,
3340
rate2, setWeiLockSeconds, foundationWallet, foundersWallet,
@@ -37,6 +44,8 @@ contract('TGE Deployer', function ([deployAddress, foundationWallet, foundersWal
3744
const crowdsale = LifCrowdsale.at(await deployer.crowdsale());
3845
const token = LifToken.at(await crowdsale.token());
3946

47+
console.log('TGE Deployer deploy parameters:', startTimestamp, end1Timestamp,
48+
end2Timestamp, rate1, rate2, setWeiLockSeconds, foundationWallet, foundersWallet);
4049
help.debug('Data to create Deployer contract:');
4150
help.debug(web3.eth.getTransaction(deployer.contract.transactionHash).input);
4251
help.debug('--------------------------------------------------');
@@ -54,10 +63,11 @@ contract('TGE Deployer', function ([deployAddress, foundationWallet, foundersWal
5463
// Check right amount of contributos and values
5564
assert.equal(stage.contributors.length, stage.values.length);
5665
var stageETH = new BigNumber(0);
66+
stage.rate = new BigNumber(stage.rate).mul(RATE_FACTOR);
5767

5868
// Parse ETH to wei
5969
stage.values.map(function (value, i) {
60-
stage.values[i] = new BigNumber(stage.values[i]);
70+
stage.values[i] = new BigNumber(stage.values[i]).div(RATE_FACTOR);
6171
ETHRaised = ETHRaised.add(stage.values[i]);
6272
stageETH = stageETH.add(stage.values[i]);
6373
stage.values[i] = web3.toWei(stage.values[i]);
@@ -103,14 +113,15 @@ contract('TGE Deployer', function ([deployAddress, foundationWallet, foundersWal
103113
help.debug('--------------------------------------------------');
104114

105115
assert.equal(foundationWallet, parseInt(await crowdsale.owner.call()));
106-
assert.equal(weiPerUSDinTGE, parseInt(await crowdsale.weiPerUSDinTGE.call()));
116+
assert.equal(parseInt(weiPerUSDinTGE), parseInt(await crowdsale.weiPerUSDinTGE.call()));
107117

108118
const USDRaised = ETHRaised * USDperETH;
109-
console.log('USD raised', USDRaised);
110-
console.log('Funded', await crowdsale.funded());
119+
console.log('USD per ETH price in TGE:', USDperETH);
120+
console.log('USD raised:', USDRaised);
121+
console.log('ETH raised:', parseFloat(ETHRaised).toFixed(8));
111122

112-
// Check USD raised
113-
new BigNumber(USDRaised).should.be.bignumber
123+
// // Check USD raised
124+
new BigNumber(parseFloat(USDRaised).toFixed(2)).should.be.bignumber
114125
.equal((await crowdsale.weiRaised()).div(weiPerUSDinTGE), 2);
115126

116127
// Check ETH raised

test/deploy/TGEDistribution.js

Lines changed: 54 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,49 @@ module.exports = [
1717
name: 'SAFT30',
1818
rate: 1300,
1919
contributors: [
20-
'0x6666666666666666666666666666666666666666',
20+
'0x8F82B5f2154A76D1c1cfc141c092824C4Fa0eEb7',
2121
'0xe5149Ff473E3a73038b2F93338C2Fd85BE1aEc17',
2222
'0xde57cd4dd54c43bdc2add9a0f79dd9bae24f0145',
23-
'0x6666666666666666666666666666666666666666',
24-
'0x6666666666666666666666666666666666666666',
25-
'0x6666666666666666666666666666666666666666',
23+
'0x8529a388A511e82CB45Bc577e27667a664a3DBc6',
24+
'0x8185dc1e2c9c5fd5a91b08712866cd976ca19955',
25+
'0x9ebF021ecba85589835000cE2880Ee20b6F1EfDf',
2626
'0x8141c48249B9879dd565BdA9A3E7E02b69ceB34D',
2727
'0x377A12c7E73508d653aE08686758E80F9334E103',
2828
'0x723a835E84e426689245c7C2dE015954362d7EdE',
2929
'0x6feeeCD3890ab612B82dac94833B9791933C4325',
3030
'0x4a4d944301507a175824de2dae490e9aeca5c347',
3131
'0x8E60F1017cCCF20eE4DE0aC42650bfe28B3ec1DA',
3232
'0x965a67909C5bFd1Ae7c9F37d66305D721a5E6090',
33-
'0x6666666666666666666666666666666666666666',
33+
'0x08299aae97d2577aeba5526bbca7376d40009ab9',
3434
'0x1d34c308c57570f6976E22E54f7F60F17732fE5d',
3535
'0xD0e2ddC691eA3c442668d7e801940223E95f9c41',
3636
'0x637DdFDdaCcAaeC1c06a9a965795b396950EbaA6',
3737
'0x12536563f3847258c170E6400031Fd345471f007',
3838
'0xc5EAB8E12C429C00C4fFA540b92733BeE333B834',
39-
'0x6666666666666666666666666666666666666666',
39+
'0x3ADB53bD845D3c07378bB1c1974819417807e173',
4040
'0x770056c9407eb3cf98f0e7c690611618a91dfbfe',
4141
'0x415df4ef8f2e4afaebd99ec1d49b05a220ac3673',
4242
'0x7f252249895919d575fee54a8b9b8ad9cb1f19f1',
4343
'0xEF0E0c8379145553eD36eBd1808B180F83538D69',
4444
'0x100b287987700E3c3243F3A7dd766ee660b454b6',
4545
'0x65455Bb78cD7787E36a0120Cc09611795a29926D',
46-
'0x6666666666666666666666666666666666666666',
47-
'0x252d3299182B8020B6831cC11bdDcE91A5923CfB',
48-
'0x6666666666666666666666666666666666666666',
46+
'0xFA2d791Aa6d94df056f325f63C9D2eA7a1eD2609',
47+
'0x252d3299182b8020b6831cc11bddce91a5923cfb',
48+
'0x90340A23ed5cd39eF3c45d48d398545dFF9a0Bd7',
49+
'0xbf47ac5bfdef5b32c2d255a33b421a99d4b2dc63',
50+
'0x78c50404624f371d72866e99394392a384ef4324',
51+
'0x65455Bb78cD7787E36a0120Cc09611795a29926D',
52+
'0x8A5e6837eDC4a17d2AC9873393c413af846E1055',
53+
'0xe59f8bc9eda406b46b924571b081e135a727b5ec',
54+
'0x883d8c26b68efa4650de8041de7ae8e32dbef470',
55+
'0x15a787116d42e2ffa39dadfe84c13e9a61323c97',
56+
'0x82CBC0bD491AfD4AbC250a6bdb1c84f3b8e1C591',
57+
'0x12eAdedf58623F0C52676852A06B22CdF6C8d8BE',
58+
'0x12eAdedf58623F0C52676852A06B22CdF6C8d8BE',
4959
],
50-
values: [2, 10, 4, 2, 15.1, 0.4, 2, 5, 1, 30, 50, 12, 1.5, 4, 5, 260, 27,
51-
6.2, 50, 30, 5, 40, 6, 5, 8.69, 5, 14.9, 200, 999],
60+
values: [2, 10, 4, 2, 15.1, 0.4, 2, 5, 1, 30, 50, 12, 1.5, 4, 5, 260, 26.5,
61+
6.2, 50, 30, 5, 40, 6, 5, 8.69, 0.5, 14.9, 200, 30, 60, 0.5, 4.5, 999,
62+
10, 10, 9.999139, 3.5, 0.999916, 0.344916],
5263
}, {
5364
name: 'SAFT10',
5465
rate: 1100,
@@ -60,38 +71,20 @@ module.exports = [
6071
'0x729bA1942cE4Cc30784c571143B051FfBC1Af8Eb',
6172
'0x7C14698106A0F294E606Cf6869E7DC15Dde1B214',
6273
'0x4bcc837B9b8A8EE57b2FA6887dE3738A96793849',
63-
'0x6E52480385F332d485E18F5B73B2Db8528F5E23a',
6474
'0xaFF4Ac0F844D2EfbA41745ed6c76907200Be88f2',
6575
'0x3710E8a5620F44f46BFe46ed849D593278BA74D5',
6676
'0x87bF84235ff3d14DBf0bEcD969f314D13861f3d1',
6777
'0xEd679C855AB06EF54b757E9Db9af39A590795F76',
6878
'0xE62019d3cD39935A6E4E41712706472E4A964B53',
6979
'0x7d98778b5F0876ac30870934467529a809731559',
7080
'0x80916689D2d9a7033A24BfD201bebe6F2928Dc02',
71-
'0x8423ea1f5d09eaf0cdfffe7802476385ab99c046',
7281
'0x22bae4258b52a78f5117d6936e62c9b56e4198ef',
82+
'0x4bcc837B9b8A8EE57b2FA6887dE3738A96793849',
83+
'0x987eafD7a9d667b19B3B17C9912738d305D344D8',
84+
'0x7C14698106A0F294E606Cf6869E7DC15Dde1B214',
85+
'0x6ced4c98fa8533611cdc60ea99a9a7c0b3cc6c87',
7386
],
74-
values: [22.98, 13, 5, 20, 10, 5, 5, 16.80529358, 30, 18, 5, 0.99, 5, 10, 1, 0.4, 10],
75-
}, {
76-
name: 'PresaleDeals',
77-
rate: 1100,
78-
contributors: [
79-
'0x8d0be77AE8B78BB7041dAF8AD6Cfaebb60d268df',
80-
'0x82CBC0bD491AfD4AbC250a6bdb1c84f3b8e1C591',
81-
'0x205F2e264F219c5b31d939160a87e19C16549e27',
82-
'0x5c842A4F93bbD06b73A69C5Cb12a1430C6f37BA3',
83-
'0x0Fddd48EA00d65e35f8604602883079A54a90845',
84-
'0x465358B08b72CED3b72Bd05565c636791E22FbDD',
85-
'0xaE0E925159ef42d3B4A9BCaa2808f1C456A7be6b',
86-
'0x6666666666666666666666666666666666666666',
87-
'0x6666666666666666666666666666666666666666',
88-
'0x6666666666666666666666666666666666666666',
89-
'0xDEfB3e21632f0545f3DB2DA19A6d98D769D5201f',
90-
'0x6666666666666666666666666666666666666666',
91-
'0x6666666666666666666666666666666666666666',
92-
'0x6666666666666666666666666666666666666666',
93-
],
94-
values: [66, 66, 66, 2.00, 2.00, 1.00, 1.50, 1.50, 3.00, 5.00, 10, 50, 25, 100],
87+
values: [22.98, 13, 5, 20, 10, 1, 1, 30, 18, 5, 0.99, 5, 10, 1, 10, 4, 5, 4, 30],
9588
}, {
9689
name: 'PublicPresale',
9790
rate: 1100,
@@ -585,7 +578,7 @@ module.exports = [
585578
'0xc22a90a8ef1e9666a8d3064beebe18894fc806d7',
586579
'0xf5b6dad14210412798f20f73064906278a7ee27d',
587580
'0xe03c23519e18d64f144d2800e30e81b0065c48b5',
588-
'0x2f7ad4db3197bb701634f723723967dab3f0aaec',
581+
'0x57A77F72d51879163f383DAa6F107e864B35298d',
589582
'0x613c894451fdb091be6d72c661bfb33ff0008f2f',
590583
'0x1f1a9eacf9cb534fc5d913aa5934ae29987ea806',
591584
'0x0f574bc402dda26979f6fb9b45ead10f22a38358',
@@ -913,4 +906,30 @@ module.exports = [
913906
],
914907
values: [0.238971, 2.5, 0.4, 0.72727273, 5, 1, 0.02, 10, 0.5, 2.4, 2, 1, 1, 0.12, 1.66, 4.299053551, 3.5, 2.47, 1.6, 2, 0.2, 0.627, 0.3449783, 0.5, 1, 1.5, 10, 1.5, 1, 0.1, 3.2, 0.91, 1.5, 0.6, 0.2, 5, 1, 1, 0.99, 1, 0.98150854, 0.01, 0.2, 3, 3.54, 1, 2, 0.2, 1, 0.023, 1, 4.45343655, 3, 3, 7.220169357, 4.8, 0.357561031, 1.299218989, 1, 3.1, 0.441, 1, 0.415, 5, 0.817, 0.499218989, 0.999218989, 0.295447899, 1.9, 5.994218989, 0.15341553, 0.95, 1.15, 0.29, 1, 1, 1, 2, 0.999218989, 0.4, 0.530083289, 1.25, 1, 1.897792647, 1, 1, 1, 0.497, 1.635590208, 11.6, 1, 1, 0.33, 0.1, 0.726, 0.5, 0.9178379, 2.038918989, 0.3, 0.4, 0.345, 1, 0.1, 8.9, 1, 0.91, 8, 1, 0.01, 8, 0.99, 2, 4, 3.6, 0.168, 3, 0.3, 0.008452636, 0.99, 0.9, 2, 1, 3, 0.3, 1.64, 2, 0.5, 0.3, 1, 1.15, 0.032, 1, 1, 1.86, 1, 0.5, 0.9, 0.91, 5, 0.4, 0.55, 1.65, 0.008486491, 0.134, 0.2, 1.001, 0.047, 2, 0.5, 1.371, 1, 1, 1.089329913, 0.116, 1, 1.47093999, 1.10334042, 0.01, 3, 1.22205348, 0.239, 1, 1, 5.9, 1.5, 0.207, 0.1, 1.846347739, 1.008677, 2, 0.5, 1, 0.1385281385, 20, 1.32, 0.05, 1.95, 0.17, 11, 0.175, 4.215805915, 9.5, 2, 0.2, 0.3141592654, 0.5, 0.35, 0.293038989, 3, 2, 0.01151, 0.105, 0.1, 1, 2, 3.274, 2, 0.46, 0.583998989, 0.077, 3.1, 0.239773077, 0.14, 0.2, 0.1, 15, 0.145, 1, 20, 0.2, 1, 1.005, 0.181369, 3.25, 0.291, 0.25, 0.084, 1.5, 0.98, 0.7, 1, 2, 2, 9, 1, 1, 1.21, 0.25, 0.37, 0.1, 0.8, 0.185, 1, 0.1, 1, 7.07927645, 8, 2, 0.201151067, 2, 0.95, 1.01, 8, 0.67, 0.1, 5, 0.054645, 0.106, 2.31, 0.24, 3, 1.04, 1, 0.67180701, 1.089218989, 2, 0.25, 0.179814045, 0.080580379, 0.99, 0.16635878, 0.026, 0.99, 0.4, 1, 3.74, 1, 1.36, 1, 0.2486353583, 0.994718989, 1, 0.6, 14.9, 4.9, 4.547, 0.124018506, 1, 0.161, 1, 0.352851829, 0.24, 3, 0.298743459, 0.75, 1.5, 0.05, 0.51, 0.5, 0.49, 1, 0.37, 1.758158429, 1.01, 7.2, 1.533849539, 0.7, 20.01, 0.149, 1.08, 1.5, 10, 1, 1.827151471, 0.0366703337, 3.92256412, 0.123, 0.0255, 24.5, 0.33, 10.03, 0.077, 1, 1, 4, 0.582172194, 3, 1.9, 0.214898819, 1.999218989, 0.355, 1.218301599, 24.562, 0.154, 1, 0.993777989, 1, 1, 0.1, 1.3, 3, 1, 0.13, 2, 1, 0.1, 2, 0.635, 1.3, 0.5, 1.1, 1.171918989, 7.5, 0.59, 0.75, 0.2, 4.81, 1.65, 1, 0.114268989, 2, 1.9, 1.199, 1.5, 9.999367753, 1, 2, 5, 0.03, 1, 0.6, 0.1991, 34, 2, 0.5, 1, 0.87, 0.999, 0.2, 0.1, 0.723, 3, 0.16, 1, 2, 2, 1, 1.998452636, 1.49, 5, 0.35, 10, 3.484559, 0.38, 0.163027, 5, 0.78, 0.5, 18.6835322, 2, 0.9, 1.94, 5, 0.999233647, 0.5, 1, 0.012, 1, 8.1633, 0.9779627, 0.1, 0.819, 1, 0.3856743974, 1, 1.04743776, 1, 4.999218989, 1, 0.02, 0.159218989, 0.015, 0.998559, 2, 2.55167974, 1, 8, 0.02, 0.285, 0.1, 0.099218989, 0.0144702, 1.86667362, 5, 0.32, 0.936484058, 3, 0.75, 0.252, 1, 8.2, 1, 3, 5, 20, 0.17, 1.8, 1, 3, 0.164118, 6.609181798, 0.50395, 0.37, 0.8, 15, 0.028, 0.03921046448, 1.6, 0.09, 4.9, 1, 0.451, 2.3, 1, 2, 3, 3.9, 0.1, 1.10535462, 2, 5, 0.1, 1, 0.99, 0.15, 0.25, 1, 0.12, 1.25, 0.5, 4, 1, 0.5, 0.5, 10, 0.08, 1.8, 0.455, 0.998777989, 3.1, 4, 0.114338133, 3, 0.07031247, 1, 6, 0.95, 0.166800236, 0.308, 0.22, 3, 1, 5.183, 1, 1.1, 5.555796179, 1, 0.16, 10, 2, 0.173023586, 0.175, 12, 3, 2, 8.086024699, 1, 0.1, 0.052, 0.99, 0.35, 0.2, 1.7, 1.7, 0.25, 5.99, 0.011, 160, 3.45, 2, 15, 5, 1, 0.01, 0.173, 1.4, 15, 1, 0.9, 0.04, 0.34, 17, 0.31, 0.001, 1.9, 0.203125059, 0.08, 0.22, 0.048867989, 1, 1, 0.5, 2, 1.96, 0.8, 1, 0.11, 0.39, 0.017, 1, 8, 1.5, 1, 0.5, 0.03, 0.3130801095, 0.8, 1, 100, 0.149218989, 2, 0.09, 0.704387277, 1.02, 1, 1.5, 0.3, 5, 0.3, 1.5, 0.8, 1, 1.5, 10, 3, 3, 0.2, 0.894262019, 0.01, 1.3, 2, 0.04, 1, 0.2, 1, 0.05, 4, 1, 0.159218989, 1.10715471, 1, 0.164066079, 0.6, 1.03, 2, 15, 3, 99, 1, 1, 25, 3, 1.69, 10, 0.15, 4, 1, 0.33, 10, 4, 26.6, 1, 2, 0.999218989, 5, 0.46, 0.1, 0.45, 0.5, 0.489573658, 0.2, 0.19, 2, 0.13, 0.622, 1.79, 15.6, 0.075, 1, 2, 0.58, 1.55, 0.5, 12.068, 1.5, 1.6, 12, 0.5, 0.332145989, 0.2, 3.338, 11, 2, 10, 0.506, 0.1, 30, 0.25, 1, 5, 2, 4, 0.0481037, 1.998777989, 0.8, 20, 8, 1, 0.008, 1, 3.33, 1, 8, 24.5, 0.1, 1.93, 1.089218989, 0.108, 0.009218989, 2, 2, 1.246633647, 1.319, 5, 1, 2, 5, 3.95, 1.5, 1, 3, 0.21, 78, 0.15, 5, 0.51, 0.384202636, 0.5, 2.9, 0.48, 0.6, 7.5, 0.001, 1, 0.08611123, 4.999218989, 0.05, 4, 0.18, 0.2, 0.8, 0.5, 0.4, 0.181456783, 1, 2.999218989, 0.0321, 0.344218989, 2, 0.25, 0.5, 0.005, 0.53, 0.6, 20, 0.4, 0.05, 0.19916, 0.5, 0.02, 0.5, 10, 0.95, 1, 1.041013999, 0.20384354, 0.7003664, 20, 0.999559, 1.199218989, 4.999218989, 1.46, 0.122758322, 2, 1.3, 0.995, 9.999218989, 1.84, 45.5, 0.31, 0.49, 0.12989298, 1.5, 0.5, 1, 2.9, 4, 1.3, 0.2, 5, 6.4, 1.994218989, 0.514, 0.704626889, 0.35, 3.05, 0.68, 0.148777999, 0.092777989, 40, 0.1643716492, 0.5, 0.3, 0.1, 0.2, 16.5, 2, 3, 0.02, 21.2, 1.898777989, 1, 2, 10, 5, 4, 0.49900778, 1, 10, 1, 2.613855732, 0.11, 25, 3, 0.31, 4, 5, 0.5, 0.2, 2.002800157, 0.28, 0.11, 0.48, 1.02, 10, 0.41, 0.069435039, 0.035, 0.1, 1.486235125, 0.997, 0.9748, 3.5, 1.584, 0.01, 2, 2.8, 1, 1.6, 2, 1.4, 0.08, 10, 34.15118831],
915908
},
909+
{
910+
name: 'Lif Payments',
911+
rate: 1300,
912+
contributors: [
913+
'0x8d0be77AE8B78BB7041dAF8AD6Cfaebb60d268df',
914+
'0x82CBC0bD491AfD4AbC250a6bdb1c84f3b8e1C591',
915+
'0x205F2e264F219c5b31d939160a87e19C16549e27',
916+
'0x110B835D5FB17c913Cb76D221658c27f5c7d1A1b',
917+
'0x5c842A4F93bbD06b73A69C5Cb12a1430C6f37BA3',
918+
'0x0Fddd48EA00d65e35f8604602883079A54a90845',
919+
'0x465358B08b72CED3b72Bd05565c636791E22FbDD',
920+
'0xaE0E925159ef42d3B4A9BCaa2808f1C456A7be6b',
921+
'0xe4429F4eC58FF05bC35CF396c2C1f54cA451BfFa',
922+
'0xe5A61825bF159aDf9766350380e68aCAde07939B',
923+
'0x58932eb82aad8cbea3b2d409331b282262bfcbb1',
924+
'0x8A5e6837eDC4a17d2AC9873393c413af846E1055',
925+
'0xe4429F4eC58FF05bC35CF396c2C1f54cA451BfFa',
926+
'0xe4429F4eC58FF05bC35CF396c2C1f54cA451BfFa',
927+
'0xe4429F4eC58FF05bC35CF396c2C1f54cA451BfFa',
928+
'0xe4429F4eC58FF05bC35CF396c2C1f54cA451BfFa',
929+
],
930+
values: [8.583388956000, 49.107692308000, 11.289138441000, 9.803486885000,
931+
1.739130434783, 1.739130434783, 0.869565217391, 1.304347826087, 1.304347826087,
932+
2.608695652174, 4.347826086957, 25.000000000000, 43.478260869565, 21.739130434783,
933+
217.391304347826, 217.391304347826],
934+
},
916935
];

0 commit comments

Comments
 (0)