terra-money / LocalTerra

One-click local Terra testnet and ecosystem for rapid prototyping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pseudo feeder url pattern doesn't allow for fqdns, dots, dashes

drewboswell opened this issue · comments

const [_, host, port] = /https?:\/\/([a-zA-Z0-9]+)\:(\d+)/.exec(

When running localterra with a dash in the name or in a fqdn format with dots, the feeder fails on the above pattern match.

Suggestion: add dots and dashes to the pattern