Skip to content

Commit 33a50f9

Browse files
authored
Merge pull request #15708 from ethereum/update-chains-1750732553
Update chains data
2 parents 4dd28fd + b0626a5 commit 33a50f9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/data/chains.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,17 +1682,6 @@ const chains = [
16821682
},
16831683
chain: "ETH",
16841684
},
1685-
{
1686-
name: "Plume (Legacy)",
1687-
infoURL: "https://plumenetwork.xyz/",
1688-
chainId: 98865,
1689-
nativeCurrency: {
1690-
name: "Plume Ether",
1691-
symbol: "ETH",
1692-
decimals: 18,
1693-
},
1694-
chain: "PLUME Legacy",
1695-
},
16961685
{
16971686
name: "re.al",
16981687
infoURL: "https://re.al",
@@ -1914,6 +1903,17 @@ const chains = [
19141903
},
19151904
chain: "Zether",
19161905
},
1906+
{
1907+
name: "katana",
1908+
infoURL: "https://katana.network",
1909+
chainId: 747474,
1910+
nativeCurrency: {
1911+
name: "Ether",
1912+
symbol: "ETH",
1913+
decimals: 18,
1914+
},
1915+
chain: "katana",
1916+
},
19171917
{
19181918
name: "zkLink Nova Mainnet",
19191919
infoURL: "https://zklink.io",

0 commit comments

Comments
 (0)