v0.9.1
`owlp chains` now lists only the networks you can actually use
- Fixed
owlp chainsused to include a few networks — Bitcoin, Base, and Sui — that the CLI can't yet send from or check balances on. It now lists only the seven networks that work everywhere else in owlp, so what you see matches whatowlp send,owlp balance, andowlp tokensaccept.
Full technical changelog
- **
owlp chainsnow lists only chains the CLI can operate on** — the output is the intersection of the backend chain-list and the local web3 registry (WEB3_CHAINS). Display-only chains the backend advertises but the CLI cannot transact on (currentlybitcoin,base,sui) are dropped, so every listed slug is oneowlp send/owlp balance/owlp tokens --chainactually accepts. Agents that enumeratedchainsand then hitUNSUPPORTED_CHAINon those slugs are unaffected going forward. JSON envelope and per-row fields are unchanged.
