Skip to content

Commit

Permalink
increased migaloo relayer funds needed again
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Apr 11, 2024
1 parent 6692e19 commit f70f554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateful/components/SelfRelayExecuteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const RELAYER_FUNDS_NEEDED: Partial<Record<ChainId | string, number>> = {
[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,
Expand Down

0 comments on commit f70f554

Please sign in to comment.