We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d7361 commit a7c1aa1Copy full SHA for a7c1aa1
src/data/chains.ts
@@ -1539,6 +1539,17 @@ const chains = [
1539
},
1540
chain: "ETH",
1541
1542
+ {
1543
+ name: "Animechain Mainnet",
1544
+ infoURL: "https://www.anime.xyz",
1545
+ chainId: 69000,
1546
+ nativeCurrency: {
1547
+ name: "Animecoin",
1548
+ symbol: "ANIME",
1549
+ decimals: 18,
1550
+ },
1551
+ chain: "ETH",
1552
1553
{
1554
name: "Condrieu",
1555
infoURL: "https://condrieu.ethdevops.io",
0 commit comments