diff --git a/codegenerator/cli/templates/static/erc20_template/javascript/config.yaml b/codegenerator/cli/templates/static/erc20_template/javascript/config.yaml index a3d719a50..f1256a9af 100644 --- a/codegenerator/cli/templates/static/erc20_template/javascript/config.yaml +++ b/codegenerator/cli/templates/static/erc20_template/javascript/config.yaml @@ -14,3 +14,7 @@ networks: # Rollback on reorg mode currently incurs a performance hit on historical sync # while developing an indexer we recommend setting this to false rollback_on_reorg: false +# Unordered multichain mode allows you to index events from multiple chains +# in realtime but doesn't guarentee ordering between chains +# https://docs.envio.dev/docs/HyperIndex/multichain-indexing#unordered-multichain-mode +unordered_multichain_mode: true \ No newline at end of file diff --git a/codegenerator/cli/templates/static/erc20_template/rescript/config.yaml b/codegenerator/cli/templates/static/erc20_template/rescript/config.yaml index bce06ad7e..2fadb4f73 100644 --- a/codegenerator/cli/templates/static/erc20_template/rescript/config.yaml +++ b/codegenerator/cli/templates/static/erc20_template/rescript/config.yaml @@ -14,3 +14,7 @@ networks: # Rollback on reorg mode currently incurs a performance hit on historical sync # while developing an indexer we recommend setting this to false rollback_on_reorg: false +# Unordered multichain mode allows you to index events from multiple chains +# in realtime but doesn't guarentee ordering between chains +# https://docs.envio.dev/docs/HyperIndex/multichain-indexing#unordered-multichain-mode +unordered_multichain_mode: true \ No newline at end of file diff --git a/codegenerator/cli/templates/static/erc20_template/typescript/config.yaml b/codegenerator/cli/templates/static/erc20_template/typescript/config.yaml index 866813a38..1d1daa25d 100644 --- a/codegenerator/cli/templates/static/erc20_template/typescript/config.yaml +++ b/codegenerator/cli/templates/static/erc20_template/typescript/config.yaml @@ -14,3 +14,7 @@ networks: # Rollback on reorg mode currently incurs a performance hit on historical sync # while developing an indexer we recommend setting this to false rollback_on_reorg: false +# Unordered multichain mode allows you to index events from multiple chains +# in realtime but doesn't guarentee ordering between chains +# https://docs.envio.dev/docs/HyperIndex/multichain-indexing#unordered-multichain-mode +unordered_multichain_mode: true \ No newline at end of file diff --git a/codegenerator/cli/templates/static/greeter_template/javascript/config.yaml b/codegenerator/cli/templates/static/greeter_template/javascript/config.yaml index c4926d299..6c1a89934 100644 --- a/codegenerator/cli/templates/static/greeter_template/javascript/config.yaml +++ b/codegenerator/cli/templates/static/greeter_template/javascript/config.yaml @@ -25,3 +25,7 @@ networks: # Rollback on reorg mode currently incurs a performance hit on historical sync # while developing an indexer we recommend setting this to false rollback_on_reorg: false +# Unordered multichain mode allows you to index events from multiple chains +# in realtime but doesn't guarentee ordering between chains +# https://docs.envio.dev/docs/HyperIndex/multichain-indexing#unordered-multichain-mode +unordered_multichain_mode: true \ No newline at end of file diff --git a/codegenerator/cli/templates/static/greeter_template/rescript/config.yaml b/codegenerator/cli/templates/static/greeter_template/rescript/config.yaml index 0c27bd0f6..f1c660888 100644 --- a/codegenerator/cli/templates/static/greeter_template/rescript/config.yaml +++ b/codegenerator/cli/templates/static/greeter_template/rescript/config.yaml @@ -25,3 +25,7 @@ networks: # Rollback on reorg mode currently incurs a performance hit on historical sync # while developing an indexer we recommend setting this to false rollback_on_reorg: false +# Unordered multichain mode allows you to index events from multiple chains +# in realtime but doesn't guarentee ordering between chains +# https://docs.envio.dev/docs/HyperIndex/multichain-indexing#unordered-multichain-mode +unordered_multichain_mode: true \ No newline at end of file diff --git a/codegenerator/cli/templates/static/greeter_template/typescript/config.yaml b/codegenerator/cli/templates/static/greeter_template/typescript/config.yaml index c457fb46f..3ed4a22c5 100644 --- a/codegenerator/cli/templates/static/greeter_template/typescript/config.yaml +++ b/codegenerator/cli/templates/static/greeter_template/typescript/config.yaml @@ -25,3 +25,7 @@ networks: # Rollback on reorg mode currently incurs a performance hit on historical sync # while developing an indexer we recommend setting this to false rollback_on_reorg: false +# Unordered multichain mode allows you to index events from multiple chains +# in realtime but doesn't guarentee ordering between chains +# https://docs.envio.dev/docs/HyperIndex/multichain-indexing#unordered-multichain-mode +unordered_multichain_mode: true \ No newline at end of file