-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from relevant-community/update/minor
minor update
- Loading branch information
Showing
12 changed files
with
975 additions
and
152 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
node_modules | ||
# truffle build directory | ||
build/ | ||
|
||
# local env variables | ||
.env | ||
|
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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
|
||
testName='RelevantToken' | ||
testName='Relevant' | ||
testDecimals=18 | ||
testSymbol='RVT' | ||
testSymbol='REL' | ||
testVersion='v1' | ||
testDevFundAddress='0xffcf8fdee72ac11b5c542428b35eef5769c409f0' | ||
initRoundReward=25000 #added extra 0! | ||
testDevFundAddress='0x6e1D15c98742d981E76fe3982027C48D8303C136' | ||
initRoundReward=2500 #back to original | ||
initRoundRewardBNString=$(echo "$initRoundReward*10^18" | bc) | ||
timeConstant=$(echo "8760*10^18/l(2)" | bc -l) | ||
timeConstantBNString=$(printf "%.0f\n" $timeConstant) | ||
targetInflation=10880216701148 | ||
targetRound=26704 | ||
roundLength=240 | ||
roundDecayBNString=999920876739935000 | ||
totalPremintBNString=277770446297438000000000000 #added extra 0! | ||
totalPremintBNString=27777044629743800000000000 #back to original | ||
|
||
args=$(echo $testName,$testDecimals,$testSymbol,$testVersion,$testDevFundAddress,$initRoundRewardBNString,$timeConstantBNString,$targetInflation,$targetRound,$roundLength,$roundDecayBNString,$totalPremintBNString) | ||
echo $args | ||
npx zos create RelevantToken --init initialize --args $args --network local | ||
npx zos create RelevantToken --init initialize --args $args --network rinkeby |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.