Remove testnet from comment
All checks were successful
Lint and Build / Run lint and build checks (pull_request) Successful in 3m27s

This commit is contained in:
Pranav 2025-09-18 13:08:11 +05:30 committed by shreerang
parent eabdf8ee6f
commit 6a4df4ca79

View File

@ -38,5 +38,5 @@ export const COSMOS_SIGNING_METHODS = {
export const COSMOS_METHODS = {
...COSMOS_SIGNING_METHODS,
COSMOS_SEND_TOKENS: 'cosmos_sendTokens', // Added for pay.laconic.com
COSMOS_SEND_TRANSACTION: 'cosmos_sendTransaction', // Added for testnet onboarding app
COSMOS_SEND_TRANSACTION: 'cosmos_sendTransaction', // Added for onboarding app
};