diff --git a/packages/stateful/components/SelfRelayExecuteModal.tsx b/packages/stateful/components/SelfRelayExecuteModal.tsx index 968541f7c1..5eb0483917 100644 --- a/packages/stateful/components/SelfRelayExecuteModal.tsx +++ b/packages/stateful/components/SelfRelayExecuteModal.tsx @@ -88,7 +88,7 @@ const RELAYER_FUNDS_NEEDED: Partial> = { [ChainId.StargazeMainnet]: 2 * 10 ** 6, [ChainId.NeutronMainnet]: 0.5 * 10 ** 6, [ChainId.TerraMainnet]: 0.1 * 10 ** 6, - [ChainId.MigalooMainnet]: 4 * 10 ** 6, + [ChainId.MigalooMainnet]: 40 * 10 ** 6, [ChainId.KujiraMainnet]: 0.1 * 10 ** 6, [ChainId.OraichainMainnet]: 0.1 * 10 ** 6, [ChainId.ChihuahuaMainnet]: 1000 * 10 ** 6,