Skip to content

Commit

Permalink
fix sample_pregenesis
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Jul 25, 2024
1 parent e69b352 commit 98803f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/indexer-build-and-push-dev-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy
- main
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
- 'chenyao/tra-508'
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
12 changes: 11 additions & 1 deletion protocol/scripts/genesis/sample_pregenesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@
"validator_historical_rewards": [],
"validator_slash_events": []
},
"dydxaccountplus": {
"accounts": []
},
"epochs": {
"epoch_info_list": [
{
Expand Down Expand Up @@ -859,6 +862,7 @@
"hard_cap_for_markets": 0
},
"marketmap": {
"last_updated": "0",
"market_map": {
"markets": {
"ADA/USD": {
Expand Down Expand Up @@ -2931,6 +2935,12 @@
}
}
}
},
"params": {
"admin": "dydx10d07y265gmmuvt4z0w9aw880jnsr700jnmapky",
"market_authorities": [
"dydx10d07y265gmmuvt4z0w9aw880jnsr700jnmapky"
]
}
},
"params": null,
Expand Down Expand Up @@ -3895,7 +3905,7 @@
"params": {
"activation_threshold_quote_quantums": "1000000000",
"layers": 2,
"order_expiration_seconds": 2,
"order_expiration_seconds": 60,
"order_size_pct_ppm": 100000,
"skew_factor_ppm": 2000000,
"spread_buffer_ppm": 1500,
Expand Down

0 comments on commit 98803f6

Please sign in to comment.