Skip to content

Commit

Permalink
Change amount config
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jun 22, 2022
1 parent ac799af commit 9438385
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ config :archethic, Archethic.Bootstrap.NetworkInit,
genesis_origin_public_keys: [
"010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6"
|> Base.decode16!(case: :mixed)
]
],
genesis_network_pool_amount: 34_000_000

config :archethic, Archethic.P2P.BootstrappingSeeds,
backup_file: "p2p/seeds",
Expand Down
3 changes: 1 addition & 2 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ config :archethic, Archethic.Bootstrap.NetworkInit,
|> Base.decode16!(case: :mixed),
amount: 1_000_000_000_000_000
}
],
genesis_network_pool_amount: 34_000_000
]

config :archethic, Archethic.Bootstrap.Sync, out_of_sync_date_threshold: 60

Expand Down
3 changes: 1 addition & 2 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ config :archethic, Archethic.Bootstrap.NetworkInit,
}
)
]
|> Enum.filter(& &1),
genesis_network_pool_amount: 34_000_000
|> Enum.filter(& &1)

config :archethic, Archethic.Bootstrap.Sync,
# 15 days
Expand Down
3 changes: 1 addition & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ config :archethic, Archethic.Bootstrap.NetworkInit,
|> Base.decode16!(case: :mixed),
amount: 1_000_000_000_000_000
}
],
genesis_network_pool_amount: 34_000_000
]

config :archethic, Archethic.Contracts.Loader, enabled: false

Expand Down

0 comments on commit 9438385

Please sign in to comment.