Remove testnet from comment
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 1s

This commit is contained in:
Pranav 2025-09-18 13:08:11 +05:30
parent 438db6d5c6
commit 103678556c

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
};