- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"name": "DBIS Chain 138 Token List",
|
|
"version": {
|
|
"major": 1,
|
|
"minor": 1,
|
|
"patch": 2
|
|
},
|
|
"timestamp": "2025-12-24T00:00:00.000Z",
|
|
"keywords": [
|
|
"dbis",
|
|
"chain138",
|
|
"defi oracle meta"
|
|
],
|
|
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
|
|
"tokens": [
|
|
{
|
|
"chainId": 138,
|
|
"address": "0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6",
|
|
"name": "ETH/USD Price Feed",
|
|
"symbol": "ETH-USD",
|
|
"decimals": 8,
|
|
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
|
|
"tags": [
|
|
"oracle",
|
|
"pricefeed"
|
|
]
|
|
},
|
|
{
|
|
"chainId": 138,
|
|
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
"name": "Wrapped Ether",
|
|
"symbol": "WETH",
|
|
"decimals": 18,
|
|
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
|
|
"tags": [
|
|
"defi",
|
|
"wrapped"
|
|
]
|
|
},
|
|
{
|
|
"chainId": 138,
|
|
"address": "0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9F",
|
|
"name": "Wrapped Ether v10",
|
|
"symbol": "WETH10",
|
|
"decimals": 18,
|
|
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
|
|
"tags": [
|
|
"defi",
|
|
"wrapped"
|
|
]
|
|
},
|
|
{
|
|
"chainId": 138,
|
|
"address": "0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03",
|
|
"name": "Chainlink Token",
|
|
"symbol": "LINK",
|
|
"decimals": 18,
|
|
"logoURI": "https://raw.githubusercontent.com/chainlink/chainlink-docs/main/docs/images/chainlink-logo.svg",
|
|
"tags": [
|
|
"defi",
|
|
"oracle",
|
|
"ccip"
|
|
]
|
|
}
|
|
],
|
|
"tags": {
|
|
"defi": {
|
|
"name": "DeFi",
|
|
"description": "Decentralized Finance tokens"
|
|
},
|
|
"wrapped": {
|
|
"name": "Wrapped",
|
|
"description": "Wrapped tokens representing native assets"
|
|
},
|
|
"oracle": {
|
|
"name": "Oracle",
|
|
"description": "Oracle price feed tokens"
|
|
},
|
|
"pricefeed": {
|
|
"name": "Price Feed",
|
|
"description": "Price feed oracle contracts"
|
|
}
|
|
}
|
|
}
|