Liu

Results 3 issues of Liu

Hello, When I delegate some tokens to validator using CLI, I have met invalid coin denomination error. So I can't delegate my token to validators. How can I fix it?

## Description ## Type of change - [ ] Docs change / dependency upgrade - [ ] Configuration / tooling changes - [ ] Refactoring - [ ] Bug fix...

I am using 3 tenderly devnets for testing cross-chain app. ```typescript "devnet-mainnet": { accounts: { mnemonic }, chainId: 1, url: process.env.MAINNET_DEVNET_RPC_URL || "http://localhost:8545", }, "devnet-optimism": { accounts: { mnemonic },...