Skip to content

Commit a683fbc

Browse files
corwintinesgithub-actions[bot]
authored andcommitted
Update chains data
1 parent 3aab0b5 commit a683fbc

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
@@ -252,6 +252,17 @@ const chains = [
252252
},
253253
chain: "FETH",
254254
},
255+
{
256+
name: "Unichain",
257+
infoURL: "https://unichain.org",
258+
chainId: 130,
259+
nativeCurrency: {
260+
name: "Ether",
261+
symbol: "ETH",
262+
decimals: 18,
263+
},
264+
chain: "ETH",
265+
},
255266
{
256267
name: "Defi Oracle Meta Mainnet",
257268
infoURL: "https://info.defi-oracle.io/",
@@ -1594,6 +1605,17 @@ const chains = [
15941605
},
15951606
chain: "henez",
15961607
},
1608+
{
1609+
name: "Lumoz Chain Mainnet",
1610+
infoURL: "https://lumoz.org",
1611+
chainId: 96370,
1612+
nativeCurrency: {
1613+
name: "Lumoz Mainnet Token",
1614+
symbol: "MOZ",
1615+
decimals: 18,
1616+
},
1617+
chain: "ETH",
1618+
},
15971619
{
15981620
name: "Plume Devnet",
15991621
infoURL: "https://plumenetwork.xyz/",

0 commit comments

Comments
 (0)