Skip to content

Commit

Permalink
Fix: Token options (#107)
Browse files Browse the repository at this point in the history
* fix  options tokens docs

* clean useless config
  • Loading branch information
rtomas authored Oct 23, 2024
1 parent 84d67e2 commit 1260d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/appkit/react-native/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ createAppKit({
id: 'myCustomWallet',
name: 'My Custom Wallet',
homepage: 'www.mycustomwallet.com', // Optional
image_url: 'my_custom_wallet_image', // Optional
mobile_link: 'mobile_link', // Optional - Deeplink or universal
link_mode: 'universal_link', // Optional - Universal link if the wallet supports link-mode
desktop_link: 'desktop_link', // Optional - Deeplink
Expand Down
4 changes: 2 additions & 2 deletions docs/appkit/shared/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ You can select tokens for AppKit to show the user's balance of. Each key represe
createAppKit({
//...
tokens: {
1: {
"eip155:1": {
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
image: 'token_image_url' //optional
},
137: {
"eip155:137": {
address: '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619',
image: 'token_image_url' //optional
}
Expand Down

0 comments on commit 1260d6b

Please sign in to comment.