hyperlane-xyz / hyperlane-monorepo

The home for Hyperlane core contracts, sdk packages, and other infrastructure
https://hyperlane.xyz
Other
240 stars 273 forks source link

Add Cosmos support in Keyfunder #3401

Open avious00 opened 3 months ago

avious00 commented 3 months ago

Note for Bounty Community: this is a small change to our existing Keyfunder script in infra which funds any wallet within one chain. The main bounty, developing a new Keyfunder where a single key on any chain funds many keys on any chain can be found here: https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3400

Problem

Within EVM deployments of Hyperlane, the keyfunder currently funds the relayer and Kathy keys on each domain, as well as draws funds from the IGP.

On Cosmos, we have manual funding of the relayer and Kathy keys.

Solution

This should include the k8s/helm infra config as well as the actual cronjob script itself

Romulobiscoito commented 2 months ago

goo