Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…igins into initial
  • Loading branch information
remedcu committed Jul 2, 2021
2 parents eb866db + cb142d8 commit 48199b9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -110,4 +110,6 @@ artifacts
.vscode
coverage
coverage.json
.DS_Store
.DS_Store
ORIGINS.code-workspace
__pycache__
21 changes: 19 additions & 2 deletions scripts/values/testnet.json
Expand Up @@ -9,10 +9,11 @@
"multisig": "0x8f2608FA847A37989Df18E008ed476569AfE21D0",
"initialAdmin": "0x4C3d3505d34213751c4b4d621cB6bDe7E664E222",
"originsVerifiers": [
"0x4C3d3505d34213751c4b4d621cB6bDe7E664E222"
"0x4C3d3505d34213751c4b4d621cB6bDe7E664E222",
"0xb1c5C1B84E33CD32a153f1eB120e9Bd7109cc435"
],
"depositAddress": "0x9Cf4CC7185E957C63f0BA6a4D793F594c702AD66",
"waitedTimestamp": "1624991400",
"waitedTimestamp": "1627837200",
"vestingRegistry": "0xE402a46F372a461dD19ed34453253a0B5D1e0509",
"origins": "0xf4963730a7A1E1aA06E01A0C70Ae465Ba7C4a9E3",
"lockedFund": "0x0188907C12ddE77ddD41500Ae7263aD6BF243B29",
Expand Down Expand Up @@ -51,6 +52,22 @@
"verificationType": "1",
"saleEndDurationOrTimestamp": "2",
"transferType": "3"
},
{
"minimumAmount": "1",
"maximumAmount": "75000000000000000",
"tokensForSale": "20000000",
"saleStartTimestamp": "1625151600",
"saleEnd": "172800",
"unlockedBP": "5000",
"vestOrLockCliff": "1",
"vestOrLockDuration": "11",
"depositRate": "50",
"depositToken": "0x0000000000000000000000000000000000000000",
"depositType": "0",
"verificationType": "1",
"saleEndDurationOrTimestamp": "2",
"transferType": "3"
}
],
"toVerify": [
Expand Down

0 comments on commit 48199b9

Please sign in to comment.