From b492ef6e2056daf6e09be996cbed47774aaf6321 Mon Sep 17 00:00:00 2001 From: gozzy Date: Tue, 11 Apr 2023 19:47:02 +0000 Subject: [PATCH] increase relayer minimum stake balance --- services/registry/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/registry/index.js b/services/registry/index.js index 9a372be..81cd84d 100644 --- a/services/registry/index.js +++ b/services/registry/index.js @@ -10,7 +10,7 @@ import { sleep, flattenNArray } from '@/utils' import AggregatorABI from '@/abis/Aggregator.abi.json' import RelayerRegistryABI from '@/abis/RelayerRegistry.abi.json' -const MIN_STAKE_BALANCE = '0x22B1C8C1227A00000' // 40 TORN +const MIN_STAKE_BALANCE = '0X1B1AE4D6E2EF500000' // 500 TORN const subdomains = Object.values(networkConfig).map(({ ensSubdomainKey }) => ensSubdomainKey)