Skip to content

Commit 5ee7405

Browse files
committed
feat: config for frictionless airdrops - latest version + removed default flags
1 parent d2222bc commit 5ee7405

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/configuration/local.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imageTagConfiguration": [
3-
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.56.1"},
4-
{"key": "HAVEGED_IMAGE_TAG", "value": "0.56.1"},
3+
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.57.3"},
4+
{"key": "HAVEGED_IMAGE_TAG", "value": "0.57.3"},
55
{"key": "MIRROR_IMAGE_TAG", "value": "0.118.0-rc1"},
66
{"key": "RELAY_IMAGE_TAG", "value": "0.59.0"},
77
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
@@ -39,12 +39,7 @@
3939
{"key": "accounts.blocklist.enabled", "value": false},
4040
{"key": "accounts.blocklist.path", "value": "data/config/evm-addresses-blocklist.csv"},
4141
{"key": "entities.unlimitedAutoAssociationsEnabled", "value": true},
42-
{"key": "scheduling.longTermEnabled", "value": true},
43-
{"key": "contracts.systemContract.airdropTokens.enabled", "value": true},
44-
{"key": "contracts.systemContract.cancelAirdrops.enabled", "value": true},
45-
{"key": "contracts.systemContract.claimAirdrops.enabled", "value": true},
46-
{"key": "contracts.systemContract.rejectTokens.enabled", "value": true},
47-
{"key": "contracts.systemContract.setUnlimitedAutoAssociations.enabled", "value": true}
42+
{"key": "scheduling.longTermEnabled", "value": true}
4843
]
4944
}
5045
}

0 commit comments

Comments
 (0)