-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update pregenesis file for testnet #4 #90
Conversation
3ab6da7
to
273d08c
Compare
@@ -1,10 +1,10 @@ | |||
{ | |||
"genesis_time": "2023-10-11T04:19:58.475018Z", | |||
"genesis_time": "2023-01-01T00:00:00Z", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intended with a fixed time in the past
Testnet final genesis needs to be manually editted later
@@ -109,7 +109,7 @@ | |||
"coins": [ | |||
{ | |||
"denom": "adv4tnt", | |||
"amount": "1000000000000000000000000000" | |||
"amount": "50000000000000000000000000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to confirm, these are faucet accounts right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated from dydxprotocol/v4-chain#628