Add wallet metadata to MetaMask token list
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

This commit is contained in:
defiQUG
2026-04-28 02:34:33 -07:00
parent fcd55aa9c4
commit 12ba59a3f2

View File

@@ -1,9 +1,9 @@
{
"name": "DeFi Oracle Meta Mainnet Token List",
"name": "DBIS Mainnet Token List",
"version": {
"major": 1,
"minor": 0,
"patch": 0
"patch": 1
},
"timestamp": "2024-12-19T00:00:00.000Z",
"tags": {},
@@ -20,8 +20,16 @@
"name": "Wrapped Ether",
"symbol": "WETH",
"decimals": 18,
"logoURI": "https://explorer.d-bis.org/images/tokens/weth.png"
"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": []
}
]
}