-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds USD test allocation and fixes some deploy bugs * Bugfixes Co-authored-by: Mick de Graaf <[email protected]>
- Loading branch information
1 parent
844e723
commit 0ebd33a
Showing
2 changed files
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "PieDAO Test USD Pool", | ||
"symbol": "TU", | ||
"initialValue": "1", | ||
"initialSupply": "100", | ||
"cap": "10", | ||
"tokens": [ | ||
{ | ||
"name": "USDC", | ||
"decimals": "6", | ||
"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", | ||
"weight": "47.22", | ||
"value": "1" | ||
}, | ||
{ | ||
"name": "DAI", | ||
"decimals": "18", | ||
"address": "0x6B175474E89094C44Da98b954EedeAC495271d0F", | ||
"weight": "20.42", | ||
"value": "1" | ||
}, | ||
{ | ||
"name": "TUSD", | ||
"decimals": "18", | ||
"address": "0x0000000000085d4780B73119b644AE5ecd22b376", | ||
"weight": "28.58", | ||
"value": "1" | ||
}, | ||
{ | ||
"name": "sUSD", | ||
"decimals": "18", | ||
"address": "0x57ab1e02fee23774580c119740129eac7081e9d3", | ||
"weight": "3.78", | ||
"value": "1" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters