Skip to content

Commit 8ade2bb

Browse files
authored
Merge pull request #18110 from ethereum/automated-update-20260501163822
Update chains data - May 1
2 parents 020684b + badc44a commit 8ade2bb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/data-layer/mocks/fetch-apps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
"Ethereum Mainnet",
342342
"Arbitrum One",
343343
"OP Mainnet",
344-
"Taiko Alethia",
344+
"Taiko",
345345
"zkSync Mainnet"
346346
],
347347
"screenshots": [],

src/data/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ const chains = [
18921892
chain: "Eventum",
18931893
},
18941894
{
1895-
name: "Taiko Alethia",
1895+
name: "Taiko",
18961896
infoURL: "https://taiko.xyz",
18971897
chainId: 167000,
18981898
nativeCurrency: {

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const walletsData: WalletData[] = [
458458
"Base",
459459
"Scroll",
460460
"Blast",
461-
"Taiko Alethia",
461+
"Taiko",
462462
"Unichain",
463463
"Ink",
464464
],
@@ -2626,7 +2626,7 @@ export const walletsData: WalletData[] = [
26262626
"Arbitrum One",
26272627
"Linea",
26282628
"Scroll",
2629-
"Taiko Alethia",
2629+
"Taiko",
26302630
],
26312631
},
26322632
{
@@ -2998,7 +2998,7 @@ export const walletsData: WalletData[] = [
29982998
"Base",
29992999
"Unichain",
30003000
"Arbitrum Nova",
3001-
"Taiko Alethia",
3001+
"Taiko",
30023002
"Manta Pacific Mainnet",
30033003
"Abstract",
30043004
"World Chain",

0 commit comments

Comments
 (0)