You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
# MegaETH Token List
2
2
3
-
The official token registry for the MegaETH ecosystem. This repository maintains a curated list of tokens deployed on MegaETH and their corresponding addresses on other chains for bridging and cross-chain tracking.
3
+
The official token registry for the MegaETH ecosystem. This repository maintains curated token lists for MegaETH and their corresponding addresses on other chains for bridging and cross-chain tracking.
4
4
5
-
The generated tokenlist follows the [Uniswap Token List](https://github.com/Uniswap/token-lists) standard with MegaETH-specific extensions for tracking bridge mechanics and token origins.
5
+
The generated tokenlists follow the [Uniswap Token List](https://github.com/Uniswap/token-lists) standard with MegaETH-specific extensions for tracking bridge mechanics and token origins.
> **Note:**Only EVM chains (Ethereum, MegaETH) appear in the generated tokenlist. Non-EVM chains like Solana are tracked as source chains — their addresses appear in the `extensions` field.
16
+
> **Note:**This repo produces separate outputs for mainnet and testnet. The mainnet tokenlist includes only Ethereum + MegaETH mainnet entries. Testnet tokens are emitted only in the separate testnet list to avoid contaminating production consumers.
16
17
17
18
---
18
19
@@ -25,6 +26,11 @@ The generated tokenlist follows the [Uniswap Token List](https://github.com/Unis
25
26
3. Add `logo.svg` or `logo.png` (256×256 recommended)
26
27
4. Submit a PR
27
28
29
+
### Generated Outputs
30
+
31
+
-`megaeth.tokenlist.json` — mainnet list (Ethereum + MegaETH mainnet)
32
+
-`megaeth.testnet.tokenlist.json` — testnet list (MegaETH testnet only)
33
+
28
34
---
29
35
30
36
## Token Data Schema
@@ -41,6 +47,15 @@ The generated tokenlist follows the [Uniswap Token List](https://github.com/Unis
41
47
42
48
### Per-Chain Fields
43
49
50
+
Each chain entry in `tokens` supports.
51
+
52
+
Supported keys today:
53
+
54
+
-`ethereum`
55
+
-`megaeth`
56
+
-`megaeth_testnet`
57
+
-`solana` (source tracking only, not emitted directly into tokenlists)
0 commit comments