Files
smom-dbis-138/metamask/token-list.json
defiQUG 12ba59a3f2
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m14s
CI/CD Pipeline / Security Scanning (push) Successful in 2m58s
CI/CD Pipeline / Lint and Format (push) Failing after 41s
CI/CD Pipeline / Terraform Validation (push) Failing after 25s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 25s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 46s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 25s
Validate Token List / validate (push) Failing after 25s
Validation / validate-genesis (push) Successful in 35s
Validation / validate-terraform (push) Failing after 29s
Validation / validate-kubernetes (push) Failing after 13s
Validation / validate-smart-contracts (push) Failing after 14s
Validation / validate-security (push) Failing after 1m13s
Validation / validate-documentation (push) Failing after 16s
Verify Deployment / Verify Deployment (push) Failing after 51s
Add wallet metadata to MetaMask token list
2026-04-28 02:34:33 -07:00

36 lines
813 B
JSON

{
"name": "DBIS Mainnet Token List",
"version": {
"major": 1,
"minor": 0,
"patch": 1
},
"timestamp": "2024-12-19T00:00:00.000Z",
"tags": {},
"logoURI": "https://explorer.d-bis.org/images/logo.png",
"keywords": [
"defi",
"oracle",
"chainid-138"
],
"tokens": [
{
"chainId": 138,
"address": "0x0000000000000000000000000000000000000000",
"name": "Wrapped Ether",
"symbol": "WETH",
"decimals": 18,
"logoURI": "https://explorer.d-bis.org/images/tokens/weth.png",
"extensions": {
"category": "wrapped-native",
"instrument": "wrapped-native",
"settlement": "crypto-native",
"cashLike": false,
"backing": "native-gas-asset",
"walletClass": "token"
},
"tags": []
}
]
}