Skip to content

Commit 107cbc3

Browse files
authored
Merge pull request #15459 from ethereum/update-chains-1747413008
Update chains data
2 parents ba4845b + 590f3ac commit 107cbc3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/data/chains.ts

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ const chains = [
320320
},
321321
{
322322
name: "Blast Mainnet",
323-
infoURL: "https://docs.blastblockchain.com",
323+
infoURL: "https://docs.blastchain.org",
324324
chainId: 238,
325325
nativeCurrency: {
326-
name: "Ether",
327-
symbol: "ETH",
326+
name: "One World Chain",
327+
symbol: "OWCT",
328328
decimals: 18,
329329
},
330330
chain: "ETH",
@@ -1892,6 +1892,17 @@ const chains = [
18921892
},
18931893
chain: "DUSTBOY",
18941894
},
1895+
{
1896+
name: "Ethereum Hoodi",
1897+
infoURL: "https://hoodi.ethpandaops.io",
1898+
chainId: 560048,
1899+
nativeCurrency: {
1900+
name: "Hoodi Ether",
1901+
symbol: "ETH",
1902+
decimals: 18,
1903+
},
1904+
chain: "ETH",
1905+
},
18951906
{
18961907
name: "Zether Mainnet",
18971908
infoURL: "https://zether.org",

0 commit comments

Comments
 (0)