diff --git a/.changeset/curly-weeks-act.md b/.changeset/curly-weeks-act.md new file mode 100644 index 00000000000..8b11987d4cf --- /dev/null +++ b/.changeset/curly-weeks-act.md @@ -0,0 +1,5 @@ +--- +"@thirdweb-dev/react-native": patch +--- + +Update guest wallet icon diff --git a/packages/chains/chains/1003.ts b/packages/chains/chains/1003.ts index ecbb893d75f..b9a38ed1d94 100644 --- a/packages/chains/chains/1003.ts +++ b/packages/chains/chains/1003.ts @@ -20,7 +20,13 @@ export default { { "name": "Tectum explorer", "url": "https://explorer.tectum.io", - "standard": "none" + "icon": { + "url": "ipfs://QmYvFVprVdAGJH4iHUCXGEmy7pq8MMfxEjM64SuXutz9qx", + "width": 256, + "height": 256, + "format": "png" + }, + "standard": "EIP3091" } ], "testnet": false, diff --git a/packages/chains/chains/7700.ts b/packages/chains/chains/7700.ts index 31ae3de0048..9f345196ba6 100644 --- a/packages/chains/chains/7700.ts +++ b/packages/chains/chains/7700.ts @@ -6,7 +6,13 @@ export default { "https://canto.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://canto.slingshot.finance", "https://canto.neobase.one", - "https://mainnode.plexnode.org:8545" + "https://mainnode.plexnode.org:8545", + "https://canto.gravitychain.io/", + "https://canto.evm.chandrastation.com/", + "https://jsonrpc.canto.nodestake.top/", + "https://canto.dexvaults.com/", + "wss://canto.gravitychain.io:8546", + "wss://canto.dexvaults.com/ws" ], "faucets": [], "nativeCurrency": { diff --git a/packages/react-native/src/evm/assets/svgs.ts b/packages/react-native/src/evm/assets/svgs.ts index 5f71c93e798..75eafdff88b 100644 --- a/packages/react-native/src/evm/assets/svgs.ts +++ b/packages/react-native/src/evm/assets/svgs.ts @@ -26,19 +26,24 @@ export const WALLETCONNECT_ICON = ` - - - - - - +export const LOCAL_WALLET_ICON = ` + + + + + + - + + + + + + - +