Geoff Munn
Geoff Munn
Once I successfully add an item to the list, then this problem goes away so perhaps it's only for empty relationships?
> if chain_id == "columbus-5": > return [Coins.from_str("0.15uusd"), Numeric.parse(1.75)] If you are getting the "_chain_id is invalid_" error, add the quoted lines to the lcdclient.py file: ``` def get_default(chain_id: str)...
> > if chain_id == "columbus-5": > > return [Coins.from_str("0.15uusd"), Numeric.parse(1.75)] > > If you are getting the "_chain_id is invalid_" error, add the quoted lines to the lcdclient.py file:...