Skip to content

Commit 8547328

Browse files
authored
Merge pull request #14618 from firebomb1/chore-update-shapeshift-supported-chains
chore: update shapeshift supported chains
2 parents 166a0b9 + ccbb19b commit 8547328

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ export const walletsData: WalletData[] = [
21402140
supported_chains: ["Ethereum Mainnet"],
21412141
},
21422142
{
2143-
last_updated: "2024-10-07",
2143+
last_updated: "2025-01-07",
21442144
name: "ShapeShift Mobile",
21452145
image: ShapeShiftImage,
21462146
twBackgroundColor: "bg-[#386FF9]",
@@ -2159,7 +2159,7 @@ export const walletsData: WalletData[] = [
21592159
"tr",
21602160
"uk",
21612161
],
2162-
twitter: "https://twitter.com/shapeshift",
2162+
twitter: "https://x.com/shapeshift",
21632163
discord: "https://discord.gg/shapeshift",
21642164
reddit: "",
21652165
telegram: "https://t.me/shapeshiftofficial",
@@ -2196,7 +2196,12 @@ export const walletsData: WalletData[] = [
21962196
social_recovery: false,
21972197
onboard_documentation: "https://docs.shapeshift.com/",
21982198
documentation: "https://docs.shapeshift.com/",
2199-
supported_chains: ["Ethereum Mainnet"],
2199+
supported_chains: [
2200+
"Ethereum Mainnet",
2201+
"Arbitrum One",
2202+
"OP Mainnet",
2203+
"Base",
2204+
],
22002205
},
22012206
{
22022207
last_updated: "2024-06-20",

0 commit comments

Comments
 (0)