Skip to content

Commit 89af466

Browse files
committed
Edit warning message
1 parent d600ae2 commit 89af466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/wallets/trust.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function trust(
4343
if (!provider) {
4444
if (!warned) {
4545
console.warn(
46-
'The Trust provider does not allow rpc calls preventing Onboard.js from getting the balance. You can pass in a "rpcUrl" to the imToken wallet initialization object to get the balance.'
46+
'The Trust provider does not allow rpc calls preventing Onboard.js from getting the balance. You can pass in a "rpcUrl" to the Trust wallet initialization object to get the balance.'
4747
)
4848
warned = true
4949
}

0 commit comments

Comments
 (0)