|
|
|
@ -486,6 +486,10 @@ config :explorer, Explorer.Migrator.TransactionsDenormalization, |
|
|
|
|
batch_size: ConfigHelper.parse_integer_env_var("DENORMALIZATION_MIGRATION_BATCH_SIZE", 500), |
|
|
|
|
concurrency: ConfigHelper.parse_integer_env_var("DENORMALIZATION_MIGRATION_CONCURRENCY", 10) |
|
|
|
|
|
|
|
|
|
config :explorer, Explorer.Migrator.TokenTransferTokenType, |
|
|
|
|
batch_size: ConfigHelper.parse_integer_env_var("TOKEN_TRANSFER_TOKEN_TYPE_MIGRATION_BATCH_SIZE", 100), |
|
|
|
|
concurrency: ConfigHelper.parse_integer_env_var("TOKEN_TRANSFER_TOKEN_TYPE_MIGRATION_CONCURRENCY", 1) |
|
|
|
|
|
|
|
|
|
config :explorer, Explorer.Chain.BridgedToken, |
|
|
|
|
eth_omni_bridge_mediator: System.get_env("BRIDGED_TOKENS_ETH_OMNI_BRIDGE_MEDIATOR"), |
|
|
|
|
bsc_omni_bridge_mediator: System.get_env("BRIDGED_TOKENS_BSC_OMNI_BRIDGE_MEDIATOR"), |
|
|
|
|