Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/curly-weeks-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/react-native": patch
---

Update guest wallet icon
8 changes: 7 additions & 1 deletion packages/chains/chains/1003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 7 additions & 1 deletion packages/chains/chains/7700.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
23 changes: 14 additions & 9 deletions packages/react-native/src/evm/assets/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,24 @@ export const WALLETCONNECT_ICON = `<svg width="80" height="80" viewBox="0 0 80 8
</defs>
</svg>`;

export const LOCAL_WALLET_ICON = `<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="16" cy="16" r="16" fill="url(#paint0_linear_2103_3904)"/>
<rect x="14" y="22" width="4" height="3" fill="#E6DEFC"/>
<path d="M11 26C10.45 26 9.979 25.8218 9.587 25.4655C9.195 25.1091 8.99934 24.6812 9 24.1818V7.81818C9 7.31818 9.196 6.89 9.588 6.53364C9.98 6.17727 10.4507 5.9994 11 6H21C21.55 6 22.021 6.17818 22.413 6.53455C22.805 6.89091 23.0007 7.31879 23 7.81818V24.1818C23 24.6818 22.804 25.11 22.412 25.4664C22.02 25.8227 21.5493 26.0006 21 26H11ZM16 23.7273C16.2833 23.7273 16.521 23.64 16.713 23.4655C16.905 23.2909 17.0007 23.0751 17 22.8182C17 22.5606 16.904 22.3445 16.712 22.17C16.52 21.9955 16.2827 21.9085 16 21.9091C15.7167 21.9091 15.479 21.9964 15.287 22.1709C15.095 22.3455 14.9993 22.5612 15 22.8182C15 23.0758 15.096 23.2918 15.288 23.4664C15.48 23.6409 15.7173 23.7279 16 23.7273ZM11 17.6364C11 18.7409 11.8954 19.6364 13 19.6364H19C20.1046 19.6364 21 18.7409 21 17.6364V12.5455C21 11.4409 20.1046 10.5455 19 10.5455H13C11.8954 10.5455 11 11.4409 11 12.5455V17.6364Z" fill="black"/>
<path d="M11 26C10.45 26 9.979 25.8218 9.587 25.4655C9.195 25.1091 8.99934 24.6812 9 24.1818V7.81818C9 7.31818 9.196 6.89 9.588 6.53364C9.98 6.17727 10.4507 5.9994 11 6H21C21.55 6 22.021 6.17818 22.413 6.53455C22.805 6.89091 23.0007 7.31879 23 7.81818V24.1818C23 24.6818 22.804 25.11 22.412 25.4664C22.02 25.8227 21.5493 26.0006 21 26H11ZM16 23.7273C16.2833 23.7273 16.521 23.64 16.713 23.4655C16.905 23.2909 17.0007 23.0751 17 22.8182C17 22.5606 16.904 22.3445 16.712 22.17C16.52 21.9955 16.2827 21.9085 16 21.9091C15.7167 21.9091 15.479 21.9964 15.287 22.1709C15.095 22.3455 14.9993 22.5612 15 22.8182C15 23.0758 15.096 23.2918 15.288 23.4664C15.48 23.6409 15.7173 23.7279 16 23.7273ZM11 17.6364C11 18.7409 11.8954 19.6364 13 19.6364H19C20.1046 19.6364 21 18.7409 21 17.6364V12.5455C21 11.4409 20.1046 10.5455 19 10.5455H13C11.8954 10.5455 11 11.4409 11 12.5455V17.6364Z" fill="url(#paint1_linear_2103_3904)"/>
<rect x="11" y="8" width="10" height="16" rx="1.5" fill="#BB0FAE"/>
<rect x="13" y="9" width="6" height="2" rx="1" fill="#F8F5FF"/>
export const LOCAL_WALLET_ICON = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none">
<rect width="48" height="48" rx="7.2" fill="url(#paint0_linear_4221_3214)"/>
<rect width="48" height="48" rx="7.2" fill="url(#paint1_linear_4221_3214)"/>
<path d="M16.5 39C15.675 39 14.9685 38.7327 14.3805 38.1982C13.7925 37.6636 13.499 37.0218 13.5 36.2727V11.7273C13.5 10.9773 13.794 10.335 14.382 9.80046C14.97 9.26591 15.676 8.99909 16.5 9H31.5C32.325 9 33.0315 9.26728 33.6195 9.80182C34.2075 10.3364 34.501 10.9782 34.5 11.7273V36.2727C34.5 37.0227 34.206 37.665 33.618 38.1995C33.03 38.7341 32.324 39.0009 31.5 39H16.5ZM24 35.5909C24.425 35.5909 24.7815 35.46 25.0695 35.1982C25.3575 34.9364 25.501 34.6127 25.5 34.2273C25.5 33.8409 25.356 33.5168 25.068 33.255C24.78 32.9932 24.424 32.8627 24 32.8636C23.575 32.8636 23.2185 32.9945 22.9305 33.2564C22.6425 33.5182 22.499 33.8418 22.5 34.2273C22.5 34.6136 22.644 34.9377 22.932 35.1995C23.22 35.4614 23.576 35.5918 24 35.5909ZM16.5 24.4545C16.5 27.216 18.7386 29.4545 21.5 29.4545H26.5C29.2614 29.4545 31.5 27.216 31.5 24.4545V20.8182C31.5 18.0568 29.2614 15.8182 26.5 15.8182H21.5C18.7386 15.8182 16.5 18.0568 16.5 20.8182V24.4545Z" fill="black"/>
<path d="M16.5 39C15.675 39 14.9685 38.7327 14.3805 38.1982C13.7925 37.6636 13.499 37.0218 13.5 36.2727V11.7273C13.5 10.9773 13.794 10.335 14.382 9.80046C14.97 9.26591 15.676 8.99909 16.5 9H31.5C32.325 9 33.0315 9.26728 33.6195 9.80182C34.2075 10.3364 34.501 10.9782 34.5 11.7273V36.2727C34.5 37.0227 34.206 37.665 33.618 38.1995C33.03 38.7341 32.324 39.0009 31.5 39H16.5ZM24 35.5909C24.425 35.5909 24.7815 35.46 25.0695 35.1982C25.3575 34.9364 25.501 34.6127 25.5 34.2273C25.5 33.8409 25.356 33.5168 25.068 33.255C24.78 32.9932 24.424 32.8627 24 32.8636C23.575 32.8636 23.2185 32.9945 22.9305 33.2564C22.6425 33.5182 22.499 33.8418 22.5 34.2273C22.5 34.6136 22.644 34.9377 22.932 35.1995C23.22 35.4614 23.576 35.5918 24 35.5909ZM16.5 24.4545C16.5 27.216 18.7386 29.4545 21.5 29.4545H26.5C29.2614 29.4545 31.5 27.216 31.5 24.4545V20.8182C31.5 18.0568 29.2614 15.8182 26.5 15.8182H21.5C18.7386 15.8182 16.5 18.0568 16.5 20.8182V24.4545Z" fill="url(#paint2_linear_4221_3214)"/>
<rect x="16.5" y="12" width="15" height="24" rx="2.25" fill="#B70FAF"/>
<rect x="19.5" y="13.5" width="9" height="3" rx="1.5" fill="#F8F5FF"/>
<defs>
<linearGradient id="paint0_linear_2103_3904" x1="15" y1="-9.12696e-08" x2="15" y2="35.5" gradientUnits="userSpaceOnUse">
<linearGradient id="paint0_linear_4221_3214" x1="25.5" y1="-6.29572e-06" x2="30.2016" y2="47.535" gradientUnits="userSpaceOnUse">
<stop stop-color="#8358BA"/>
<stop offset="0.422496" stop-color="#803FD4"/>
<stop offset="1" stop-color="#7B1CF7"/>
</linearGradient>
<linearGradient id="paint1_linear_4221_3214" x1="22.5" y1="-1.36904e-07" x2="22.5" y2="53.25" gradientUnits="userSpaceOnUse">
<stop stop-color="#D311AA"/>
<stop offset="1" stop-color="#8409B7"/>
</linearGradient>
<linearGradient id="paint1_linear_2103_3904" x1="16" y1="6" x2="16" y2="26" gradientUnits="userSpaceOnUse">
<linearGradient id="paint2_linear_4221_3214" x1="24" y1="9" x2="24" y2="39" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1D8FB"/>
</linearGradient>
Expand Down