Skip to content

Commit dddee52

Browse files
authored
Merge pull request #15270 from ethereum/update-chains-1744388999
Update chains data
2 parents a554bdd + e980f23 commit dddee52

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/data/chains.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,17 @@ const chains = [
16931693
},
16941694
chain: "re.al",
16951695
},
1696+
{
1697+
name: "Eventum Mainnet",
1698+
infoURL: "https://evedex.com",
1699+
chainId: 161803,
1700+
nativeCurrency: {
1701+
name: "Ether",
1702+
symbol: "ETH",
1703+
decimals: 18,
1704+
},
1705+
chain: "Eventum",
1706+
},
16961707
{
16971708
name: "Taiko Alethia",
16981709
infoURL: "https://taiko.xyz",
@@ -2268,6 +2279,17 @@ const chains = [
22682279
},
22692280
chain: "ETH",
22702281
},
2282+
{
2283+
name: "Yominet",
2284+
infoURL: "https://www.kamigotchi.io/",
2285+
chainId: 428962654539583,
2286+
nativeCurrency: {
2287+
name: "Ether",
2288+
symbol: "ETH",
2289+
decimals: 18,
2290+
},
2291+
chain: "YOMINET",
2292+
},
22712293
{
22722294
name: "DCHAIN",
22732295
infoURL: "https://www.dchain.foundation/",

0 commit comments

Comments
 (0)