From d5283f7d986f769682747442c1595a371bc4127b Mon Sep 17 00:00:00 2001 From: nikashitsa Date: Fri, 15 Nov 2024 14:04:14 +0100 Subject: [PATCH 1/2] add coinwallet features --- src/data/wallets/wallet-data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index 4675be8ad30..43023edc2a0 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -428,7 +428,7 @@ export const walletsData: WalletData[] = [ supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains }, { - last_updated: "May 10, 2024", + last_updated: "2024-11-15", name: "Coin Wallet", image: CoinWalletImage, twBackgroundColor: "bg-[#68c481]", @@ -483,8 +483,8 @@ export const walletsData: WalletData[] = [ hardware_support: true, rpc_importing: false, nft_support: false, - connect_to_dapps: false, - staking: false, + connect_to_dapps: true, + staking: true, swaps: true, layer_2: false, gas_fee_customization: true, From 39ecc335f548d6a1d848be3a60c49265994f8e8c Mon Sep 17 00:00:00 2001 From: nikashitsa <1029908+nikashitsa@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:30:07 +0000 Subject: [PATCH 2/2] Update chains data --- src/data/chains.ts | 583 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 556 insertions(+), 27 deletions(-) diff --git a/src/data/chains.ts b/src/data/chains.ts index c3246f267e6..6cd59b2a6a7 100644 --- a/src/data/chains.ts +++ b/src/data/chains.ts @@ -274,6 +274,17 @@ const chains = [ }, chain: "Manta Pacific", }, + { + name: "Ethernity", + infoURL: "https://www.ethernity.io", + chainId: 183, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Ethernity", + }, { name: "Mint Mainnet", infoURL: "https://www.mintchain.io", @@ -285,6 +296,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Mind Network Mainnet", + infoURL: "https://mindnetwork.xyz", + chainId: 228, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "FHE", + }, { name: "Blast Mainnet", infoURL: "https://docs.blastblockchain.com", @@ -312,8 +334,8 @@ const chains = [ infoURL: "https://swanchain.io/", chainId: 254, nativeCurrency: { - name: "SWANETH", - symbol: "sETH", + name: "Ether", + symbol: "ETH", decimals: 18, }, chain: "SWAN", @@ -340,6 +362,17 @@ const chains = [ }, chain: "HPB", }, + { + name: "XR One", + infoURL: "https://xr-one.gitbook.io", + chainId: 273, + nativeCurrency: { + name: "XR", + symbol: "XR", + decimals: 18, + }, + chain: "ETH", + }, { name: "Boba Network", infoURL: "https://boba.network", @@ -353,7 +386,7 @@ const chains = [ }, { name: "Orderly Mainnet", - infoURL: "www.orderly.network", + infoURL: "https://orderly.network/", chainId: 291, nativeCurrency: { name: "Ether", @@ -374,7 +407,7 @@ const chains = [ chain: "ETH", }, { - name: "GRVT Mainnet", + name: "GRVT Exchange", infoURL: "https://grvt.io/", chainId: 325, nativeCurrency: { @@ -384,6 +417,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Shape", + infoURL: "https://shape.network", + chainId: 360, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Lisinski", infoURL: "https://lisinski.online", @@ -417,6 +461,50 @@ const chains = [ }, chain: "ETH", }, + { + name: "AppChain", + infoURL: "https://appchain.xyz", + chainId: 466, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "AppChain", + }, + { + name: "Form Network", + infoURL: "https://info.form.network", + chainId: 478, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "form", + }, + { + name: "World Chain", + infoURL: "https://world.org/world-chain", + chainId: 480, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "River", + infoURL: "https://www.river.build", + chainId: 550, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "river", + }, { name: "Redstone", infoURL: "https://redstone.xyz", @@ -428,6 +516,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Rivalz", + infoURL: "https://rivalz.hub.caldera.xyz", + chainId: 753, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "rivalz", + }, { name: "Patex", infoURL: "https://patex.io/", @@ -483,6 +582,17 @@ const chains = [ }, chain: "TOP", }, + { + name: "Bifrost Polkadot Mainnet", + infoURL: "https://bifrost.io/", + chainId: 996, + nativeCurrency: { + name: "Wrapped ETH", + symbol: "WETH", + decimals: 18, + }, + chain: "Bifrost", + }, { name: "Metis Andromeda Mainnet", infoURL: "https://www.metis.io", @@ -538,6 +648,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Betherance", + infoURL: "https://rpc.bethscan.io", + chainId: 1605, + nativeCurrency: { + name: "Betherance", + symbol: "BETH", + decimals: 18, + }, + chain: "Beth", + }, { name: "Ethereum Inscription Mainnet", infoURL: "https://www.etins.org", @@ -560,6 +681,17 @@ const chains = [ }, chain: "ATH", }, + { + name: "Pivotal Mainnet", + infoURL: "http://thepivotal.xyz/", + chainId: 1648, + nativeCurrency: { + name: "Pivotal ETH", + symbol: "ETH", + decimals: 18, + }, + chain: "Pivotal", + }, { name: "Anytype EVM Chain", infoURL: "https://evm.anytype.io", @@ -626,6 +758,28 @@ const chains = [ }, chain: "ETH", }, + { + name: "Swellchain", + infoURL: "https://app.swellnetwork.io/layer2/swell-l2", + chainId: 1923, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "Minato", + infoURL: "https://soneium.org", + chainId: 1946, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "EtherGem", infoURL: "https://egem.io", @@ -649,7 +803,29 @@ const chains = [ chain: "ETH", }, { - name: "Karak Mainnet", + name: "SnaxChain", + infoURL: "https://synthetix.io", + chainId: 2192, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "Silicon zkEVM", + infoURL: "https://docs.silicon.network", + chainId: 2355, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Silicon", + }, + { + name: "K2 Mainnet", infoURL: "https://karak.network", chainId: 2410, nativeCurrency: { @@ -657,7 +833,18 @@ const chains = [ symbol: "ETH", decimals: 18, }, - chain: "Karak", + chain: "K2", + }, + { + name: "Abstract", + infoURL: "https://abs.xyz", + chainId: 2741, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Abstract", }, { name: "Nanon", @@ -682,26 +869,26 @@ const chains = [ chain: "GM Network Mainnet", }, { - name: "HYCHAIN", - infoURL: "https://www.hychain.com", - chainId: 2911, + name: "Morph", + infoURL: "https://morphl2.io", + chainId: 2818, nativeCurrency: { - name: "TOPIA", - symbol: "TOPIA", + name: "Ether", + symbol: "ETH", decimals: 18, }, chain: "ETH", }, { - name: "EthStorage Mainnet", - infoURL: "https://ethstorage.io/", - chainId: 3335, + name: "HYCHAIN", + infoURL: "https://www.hychain.com", + chainId: 2911, nativeCurrency: { - name: "Ether", - symbol: "ETH", + name: "TOPIA", + symbol: "TOPIA", decimals: 18, }, - chain: "EthStorage", + chain: "ETH", }, { name: "Astar zkEVM", @@ -747,6 +934,17 @@ const chains = [ }, chain: "Muster", }, + { + name: "OEV Network", + infoURL: "https://api3.org/oev/", + chainId: 4913, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "oev-network", + }, { name: "Mantle", infoURL: "https://mantle.xyz", @@ -758,6 +956,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Skate Mainnet", + infoURL: "https://www.skatechain.org/", + chainId: 5050, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Ham", infoURL: "https://ham.fun", @@ -769,6 +978,17 @@ const chains = [ }, chain: "Ham", }, + { + name: "Superseed", + infoURL: "https://www.superseed.xyz", + chainId: 5330, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Nahmii 2 Mainnet", infoURL: "https://nahmii.io", @@ -824,6 +1044,39 @@ const chains = [ }, chain: "Kinto Mainnet", }, + { + name: "arena-z", + infoURL: "https://raas.gelato.network/rollups/details/public/arena-z", + chainId: 7897, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "arena-z", + }, + { + name: "Polynomial", + infoURL: "https://polynomial.fi", + chainId: 8008, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Polynomial", + }, + { + name: "B3", + infoURL: "https://b3.fun", + chainId: 8333, + nativeCurrency: { + name: "ETH", + symbol: "ETH", + decimals: 18, + }, + chain: "B3", + }, { name: "Base", infoURL: "https://base.org", @@ -846,6 +1099,17 @@ const chains = [ }, chain: "SuperLumio", }, + { + name: "Zytron Linea Mainnet", + infoURL: "https://zytron.zypher.network/", + chainId: 9901, + nativeCurrency: { + name: "ETH", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "SJATSH", infoURL: "https://sjis.me", @@ -857,6 +1121,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Huddle01", + infoURL: "https://huddle01.com/", + chainId: 12323, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "huddle01", + }, { name: "L3X Protocol", infoURL: "https://l3x.com", @@ -890,6 +1165,28 @@ const chains = [ }, chain: "ETHW", }, + { + name: "Fluent Developer Preview", + infoURL: "https://fluent.xyz", + chainId: 20993, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Fluent", + }, + { + name: "Lestnet", + infoURL: "https://lestnet.org", + chainId: 21363, + nativeCurrency: { + name: "Lestnet Ether", + symbol: "LETH", + decimals: 18, + }, + chain: "LETH", + }, { name: "Nautilus Mainnet", infoURL: "https://docs.nautchain.xyz", @@ -912,6 +1209,17 @@ const chains = [ }, chain: "WEB", }, + { + name: "Everclear Mainnet", + infoURL: "", + chainId: 25327, + nativeCurrency: { + name: "ETH", + symbol: "ETH", + decimals: 18, + }, + chain: "Everclear Mainnet", + }, { name: "Vizing Mainnet", infoURL: "https://vizing.com", @@ -934,6 +1242,17 @@ const chains = [ }, chain: "ESN", }, + { + name: "Wirex Pay Mainnet", + infoURL: "https://docs.wirexpaychain.com/tech/wirex-pay-chain", + chainId: 31415, + nativeCurrency: { + name: "Ethereum", + symbol: "ETH", + decimals: 18, + }, + chain: "WirexPay", + }, { name: "Funki", infoURL: "https://funkichain.com", @@ -989,6 +1308,17 @@ const chains = [ }, chain: "ATH", }, + { + name: "Blessnet", + infoURL: "https://blessnet.io", + chainId: 45513, + nativeCurrency: { + name: "Bless", + symbol: "BLESS", + decimals: 18, + }, + chain: "ETH", + }, { name: "Zircuit Mainnet", infoURL: "https://www.zircuit.com/", @@ -1011,6 +1341,17 @@ const chains = [ }, chain: "Liveplex OracleEVM Network", }, + { + name: "Reddio Devnet", + infoURL: "https://www.reddio.com", + chainId: 50341, + nativeCurrency: { + name: "Red", + symbol: "RED", + decimals: 18, + }, + chain: "ETH", + }, { name: "Titan", infoURL: "https://tokamak.network", @@ -1022,6 +1363,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Superposition", + infoURL: "https://superposition.so", + chainId: 55244, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Superposition", + }, { name: "Lambda Chain Mainnet", infoURL: "https://lambda.im", @@ -1033,6 +1385,17 @@ const chains = [ }, chain: "Lambda Chain", }, + { + name: "Ink", + infoURL: "https://inkonchain.com", + chainId: 57073, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Linea", infoURL: "https://linea.build", @@ -1088,6 +1451,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Proof of Play - Boss", + infoURL: "https://proofofplay.com", + chainId: 70701, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Mixin Virtual Machine", infoURL: "https://mvm.dev", @@ -1154,6 +1528,39 @@ const chains = [ }, chain: "ETH", }, + { + name: "Henez Chain Mainnet", + infoURL: "https://www.henez.fi/", + chainId: 91111, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "henez", + }, + { + name: "Plume Devnet", + infoURL: "https://www.plumenetwork.xyz/", + chainId: 98864, + nativeCurrency: { + name: "Plume Sepolia Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "Plume Mainnet", + infoURL: "https://www.plumenetwork.xyz/", + chainId: 98865, + nativeCurrency: { + name: "Plume Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "re.al", infoURL: "https://re.al", @@ -1177,9 +1584,9 @@ const chains = [ chain: "ETH", }, { - name: "Taiko Katla L2", + name: "Taiko Hekla L2", infoURL: "https://taiko.xyz", - chainId: 167008, + chainId: 167009, nativeCurrency: { name: "Ether", symbol: "ETH", @@ -1188,15 +1595,15 @@ const chains = [ chain: "ETH", }, { - name: "Taiko Hekla L2", - infoURL: "https://taiko.xyz", - chainId: 167009, + name: "R0AR Chain", + infoURL: "https://r0arscan.io", + chainId: 193939, nativeCurrency: { - name: "Ether", + name: "Ethereum", symbol: "ETH", decimals: 18, }, - chain: "ETH", + chain: "R0AR Chain", }, { name: "Akroma", @@ -1221,8 +1628,8 @@ const chains = [ chain: "ETH", }, { - name: "HydraDX", - infoURL: "https://hydradx.io", + name: "Hydration", + infoURL: "https://hydration.net/", chainId: 222222, nativeCurrency: { name: "Wrapped ETH", @@ -1231,6 +1638,17 @@ const chains = [ }, chain: "HDX", }, + { + name: "Abyss Protocol", + infoURL: "https://abyssprotocol.ai/", + chainId: 229772, + nativeCurrency: { + name: "AbyssETH", + symbol: "aETH", + decimals: 18, + }, + chain: "Abyss Protocol Testnet", + }, { name: "ARTIS sigma1", infoURL: "https://artis.eco", @@ -1242,6 +1660,18 @@ const chains = [ }, chain: "ARTIS", }, + { + name: "Athene Parthenon", + infoURL: + "https://raas.gelato.network/rollups/details/public/athene-parthenon", + chainId: 281123, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "athene-parthenon", + }, { name: "Nal Mainnet", infoURL: "https://www.nal.network", @@ -1264,6 +1694,39 @@ const chains = [ }, chain: "ETH", }, + { + name: "ZERO Network", + infoURL: "https://docs.zero.network", + chainId: 543210, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ZERONetwork", + }, + { + name: "DustBoy IoT", + infoURL: "https://www.cmuccdc.org/", + chainId: 555888, + nativeCurrency: { + name: "Ether", + symbol: "DST", + decimals: 18, + }, + chain: "DUSTBOY", + }, + { + name: "Zether Mainnet", + infoURL: "https://zether.org", + chainId: 715131, + nativeCurrency: { + name: "Zether", + symbol: "ZTH", + decimals: 18, + }, + chain: "Zether", + }, { name: "zkLink Nova Mainnet", infoURL: "https://zklink.io", @@ -1275,6 +1738,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Owshen Mainnet", + infoURL: "https://owshen.io", + chainId: 918273, + nativeCurrency: { + name: "DIVE", + symbol: "DIVE", + decimals: 18, + }, + chain: "ETH", + }, { name: "zKatana", infoURL: "https://astar.network", @@ -1320,7 +1794,7 @@ const chains = [ chain: "ETH", }, { - name: "Xterio Chain", + name: "Xterio Chain (ETH)", infoURL: "https://xter.io", chainId: 2702128, nativeCurrency: { @@ -1451,6 +1925,17 @@ const chains = [ }, chain: "AQUA", }, + { + name: "Reya Cronos", + infoURL: "https://raas.gelato.network/rollups/details/public/reya-cronos", + chainId: 89346162, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "reya-cronos", + }, { name: "Polygon Blackberry", infoURL: @@ -1463,6 +1948,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Ethos", + infoURL: "https://ethos.cool", + chainId: 100000000, + nativeCurrency: { + name: "ETHOS", + symbol: "ETHOS", + decimals: 18, + }, + chain: "ETHOS", + }, { name: "OP Celestia Raspberry", infoURL: @@ -1486,6 +1982,17 @@ const chains = [ }, chain: "Ancient8", }, + { + name: "Lumia Mainnet", + infoURL: "https://lumia.org", + chainId: 994873017, + nativeCurrency: { + name: "Lumia", + symbol: "LUMIA", + decimals: 18, + }, + chain: "ETH", + }, { name: "IPOS Network", infoURL: "https://iposlab.com", @@ -1563,6 +2070,28 @@ const chains = [ }, chain: "ETH", }, + { + name: "PIN", + infoURL: "https://raas.gelato.network/rollups/details/public/pin", + chainId: 123420000558, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "PIN", + }, + { + name: "volmex", + infoURL: "https://raas.gelato.network/rollups/details/public/volmex", + chainId: 123420000588, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "volmex", + }, { name: "Molereum Network", infoURL: "https://github.com/Jdubedition/molereum",