Skip to content

Commit a6ce265

Browse files
authored
Merge pull request #15153 from ethereum/update-chains-1742574601
Update chains data
2 parents e0d9435 + 6723a15 commit a6ce265

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/data/chains.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,17 @@ const chains = [
670670
},
671671
chain: "Dogether",
672672
},
673+
{
674+
name: "Perennial",
675+
infoURL: "https://perennial.finance",
676+
chainId: 1424,
677+
nativeCurrency: {
678+
name: "Ether",
679+
symbol: "ETH",
680+
decimals: 18,
681+
},
682+
chain: "perennial",
683+
},
673684
{
674685
name: "ZKBase Mainnet",
675686
infoURL: "https://zkbase.org/",
@@ -1660,17 +1671,6 @@ const chains = [
16601671
},
16611672
chain: "ETH",
16621673
},
1663-
{
1664-
name: "Plume Devnet",
1665-
infoURL: "https://plumenetwork.xyz/",
1666-
chainId: 98864,
1667-
nativeCurrency: {
1668-
name: "Plume Sepolia Ether",
1669-
symbol: "ETH",
1670-
decimals: 18,
1671-
},
1672-
chain: "ETH",
1673-
},
16741674
{
16751675
name: "Plume (Legacy)",
16761676
infoURL: "https://plumenetwork.xyz/",
@@ -1680,7 +1680,7 @@ const chains = [
16801680
symbol: "ETH",
16811681
decimals: 18,
16821682
},
1683-
chain: "ETH",
1683+
chain: "PLUME Legacy",
16841684
},
16851685
{
16861686
name: "re.al",

0 commit comments

Comments
 (0)