Compare commits
4 Commits
feature/ch
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf7af293de | ||
|
|
22eeb51df7 | ||
|
|
67e5ea7e67 | ||
|
|
8896234a8d |
@@ -85,7 +85,7 @@ The companion site passes `apiBaseUrl` from **GATSBY_SNAP_API_BASE_URL** at **bu
|
||||
|
||||
1. **If you build with `GATSBY_SNAP_API_BASE_URL=https://explorer.d-bis.org`**
|
||||
Then **explorer.d-bis.org** must expose the token‑aggregation API. The explorer’s normal Blockscout/Go APIs do **not** implement `/api/v1/networks`, `/api/v1/tokens`, `/api/v1/quote`, etc. You must either:
|
||||
- **Deploy the token‑aggregation service** (from `smom-dbis-138/services/token-aggregation`) and **proxy** its routes under `https://explorer.d-bis.org/api/v1/...`. On the explorer VM (VMID 5000), run **`explorer-monorepo/scripts/apply-nginx-token-aggregation-proxy.sh`** (or ensure the nginx config includes a `location /api/v1/` proxy to the token‑aggregation port, e.g. 3000). The script **`fix-nginx-conflicts-vmid5000.sh`** in the same repo already adds this proxy when applied.
|
||||
- **Deploy the token‑aggregation service** (from `smom-dbis-138/services/token-aggregation`) and **proxy** its routes under `https://explorer.d-bis.org/api/v1/...`. On the explorer VM (VMID 5000), run **`explorer-monorepo/scripts/apply-nginx-token-aggregation-proxy.sh`** (default upstream **3001**; set `TOKEN_AGG_PORT=3000` for local-style installs) or ensure the nginx config includes a `location /api/v1/` proxy before the broader `location /api/`. The script **`fix-nginx-conflicts-vmid5000.sh`** in the same repo applies the full template (HTTP + HTTPS) when used.
|
||||
- Or use a **separate API host** (see below).
|
||||
|
||||
2. **If the token‑aggregation service runs elsewhere** (e.g. `https://api.d-bis.org` or an internal URL):
|
||||
|
||||
@@ -151,8 +151,8 @@ Live shape:
|
||||
"explorer": {
|
||||
"chainId": 138,
|
||||
"explorerBaseUrl": "https://explorer.d-bis.org",
|
||||
"addressUrl": "https://explorer.d-bis.org/address/0x...",
|
||||
"tokenUrl": "https://explorer.d-bis.org/address/0x..."
|
||||
"addressUrl": "https://explorer.d-bis.org/addresses/0x...",
|
||||
"tokenUrl": "https://explorer.d-bis.org/addresses/0x..."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 2,
|
||||
"patch": 0
|
||||
"patch": 1
|
||||
},
|
||||
"timestamp": "2026-01-26T00:00:00.000Z",
|
||||
"tokens": [
|
||||
@@ -13,7 +13,8 @@
|
||||
"name": "ETH/USD Price Feed",
|
||||
"symbol": "ETH-USD",
|
||||
"decimals": 8,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmPZuycjyJEe2otREuQ5HirvPJ8X6Yc6MBtwz1VhdD79pY"
|
||||
"logoURI": "https://ipfs.io/ipfs/QmPZuycjyJEe2otREuQ5HirvPJ8X6Yc6MBtwz1VhdD79pY",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
@@ -21,7 +22,16 @@
|
||||
"name": "Wrapped Ether",
|
||||
"symbol": "WETH",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong"
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong",
|
||||
"extensions": {
|
||||
"category": "wrapped-native",
|
||||
"instrument": "wrapped-native",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"walletClass": "token"
|
||||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
@@ -29,7 +39,16 @@
|
||||
"name": "Wrapped Ether v10",
|
||||
"symbol": "WETH",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmanDFPHxnbKd6SSNzzXHf9GbpL9dLXSphxDZSPPYE6ds4"
|
||||
"logoURI": "https://ipfs.io/ipfs/QmanDFPHxnbKd6SSNzzXHf9GbpL9dLXSphxDZSPPYE6ds4",
|
||||
"extensions": {
|
||||
"category": "wrapped-native",
|
||||
"instrument": "wrapped-native",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"walletClass": "token"
|
||||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
@@ -37,7 +56,27 @@
|
||||
"name": "Compliant Tether USD",
|
||||
"symbol": "cUSDT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmRfhPs9DcyFPpGjKwF6CCoVDWUHSxkQR34n9NK7JSbPCP"
|
||||
"logoURI": "https://ipfs.io/ipfs/QmRfhPs9DcyFPpGjKwF6CCoVDWUHSxkQR34n9NK7JSbPCP",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"fiat",
|
||||
"cash",
|
||||
"compliant",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cUSDT",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
@@ -45,7 +84,53 @@
|
||||
"name": "Compliant USD Coin",
|
||||
"symbol": "cUSDC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmNPq4D5JXzurmi9jAhogVMzhAQRk1PZ1r9H3qQUV9gjDm"
|
||||
"logoURI": "https://ipfs.io/ipfs/QmNPq4D5JXzurmi9jAhogVMzhAQRk1PZ1r9H3qQUV9gjDm",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"fiat",
|
||||
"cash",
|
||||
"compliant",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cUSDC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tags": {
|
||||
"stablecoin": {
|
||||
"name": "Stablecoin",
|
||||
"description": "Stable value tokens pegged to fiat"
|
||||
},
|
||||
"defi": {
|
||||
"name": "DeFi",
|
||||
"description": "Decentralized Finance tokens"
|
||||
},
|
||||
"fiat": {
|
||||
"name": "Fiat",
|
||||
"description": "Fiat referenced tokens"
|
||||
},
|
||||
"cash": {
|
||||
"name": "Cashlike",
|
||||
"description": "Cash reserve or cash rail assets"
|
||||
},
|
||||
"compliant": {
|
||||
"name": "Compliant",
|
||||
"description": "Regulatory compliant assets"
|
||||
},
|
||||
"gru": {
|
||||
"name": "GRU",
|
||||
"description": "GRU transport assets"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
9
lists/README.md
Normal file
9
lists/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# DBIS public token lists
|
||||
|
||||
Served at:
|
||||
|
||||
- `https://raw.githubusercontent.com/defiQUG/dbis-token-lists/main/ethereum-mainnet.tokenlist.json` (submission mirror)
|
||||
- `https://explorer.d-bis.org/api/v1/report/token-list/static/ethereum-mainnet`
|
||||
- `https://tokens.d-bis.org/lists/ethereum-mainnet.tokenlist.json` (when DNS points at explorer/nginx)
|
||||
|
||||
Synced from proxmox `token-lists/lists/`.
|
||||
209
lists/all-mainnet.tokenlist.json
Normal file
209
lists/all-mainnet.tokenlist.json
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"name": "ALL Mainnet Token List",
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"patch": 1
|
||||
},
|
||||
"timestamp": "2026-02-28T00:00:00.000Z",
|
||||
"logoURI": "https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png",
|
||||
"keywords": [
|
||||
"all",
|
||||
"alltra",
|
||||
"mainnet",
|
||||
"stablecoin"
|
||||
],
|
||||
"tokens": [
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x015B1897Ed5279930bC2Be46F661894d219292A6",
|
||||
"name": "Alltra USD Token",
|
||||
"symbol": "AUSDT",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmRfhPs9DcyFPpGjKwF6CCoVDWUHSxkQR34n9NK7JSbPCP",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"fiat",
|
||||
"cash"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false,
|
||||
"walletClass": "cash-like-token",
|
||||
"bridge": "AlltraAdapter:cUSDT->AUSDT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x66D8Efa0AF63B0e84eb1Dd72bf00f00cd1e2234e",
|
||||
"name": "AUSDT",
|
||||
"symbol": "USDT",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmRfhPs9DcyFPpGjKwF6CCoVDWUHSxkQR34n9NK7JSbPCP",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"fiat",
|
||||
"cash"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false,
|
||||
"walletClass": "cash-like-token",
|
||||
"bridge": "unknown-or-noncanonical:documented-token-n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0xa95EeD79f84E6A0151eaEb9d441F9Ffd50e8e881",
|
||||
"name": "AUSDC",
|
||||
"symbol": "USDC",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmNPq4D5JXzurmi9jAhogVMzhAQRk1PZ1r9H3qQUV9gjDm",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"fiat",
|
||||
"cash"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false,
|
||||
"walletClass": "cash-like-token",
|
||||
"bridge": "AlltraAdapter:cUSDC->USDC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x798F6762BB40d6801A593459d08F890603D3979C",
|
||||
"name": "Wrapped Ether",
|
||||
"symbol": "WETH",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong",
|
||||
"tags": [
|
||||
"defi",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "wrapped-native",
|
||||
"instrument": "wrapped-native",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x2da2b8f961F161ab6320acB3377e2e844a3C3ce4",
|
||||
"name": "Wrapped Alltra",
|
||||
"symbol": "WALL",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong",
|
||||
"tags": [
|
||||
"defi",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "wrapped-native",
|
||||
"instrument": "wrapped-native",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x0d9793861AEB9244AD1B34375a83A6730F6AdD38",
|
||||
"name": "Hyper-Dex Exchange",
|
||||
"symbol": "HYDX",
|
||||
"decimals": 18,
|
||||
"tags": [
|
||||
"defi"
|
||||
],
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong"
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x1839f77eBed7F388c7035f7061B4B8Ef0E72317a",
|
||||
"name": "HYBX",
|
||||
"symbol": "HYBX",
|
||||
"decimals": 8,
|
||||
"tags": [
|
||||
"defi"
|
||||
],
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong"
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0xE59Bb804F4884FcEA183a4A67B1bb04f4a4567bc",
|
||||
"name": "ChatCoin",
|
||||
"symbol": "CHT",
|
||||
"decimals": 8,
|
||||
"tags": [
|
||||
"defi"
|
||||
],
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong"
|
||||
},
|
||||
{
|
||||
"chainId": 651940,
|
||||
"address": "0x690740f055A41FA7669f5a379Bf71B0cDF353073",
|
||||
"name": "MOOLA",
|
||||
"symbol": "AUDA",
|
||||
"decimals": 18,
|
||||
"tags": [
|
||||
"defi"
|
||||
],
|
||||
"logoURI": "https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong",
|
||||
"extensions": {
|
||||
"category": "defi-token",
|
||||
"instrument": "protocol-token",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "protocol-utility"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": {
|
||||
"stablecoin": {
|
||||
"name": "Stablecoin",
|
||||
"description": "Stable value tokens pegged to fiat"
|
||||
},
|
||||
"defi": {
|
||||
"name": "DeFi",
|
||||
"description": "Decentralized Finance tokens"
|
||||
},
|
||||
"fiat": {
|
||||
"name": "Fiat",
|
||||
"description": "Fiat referenced tokens"
|
||||
},
|
||||
"cash": {
|
||||
"name": "Cashlike",
|
||||
"description": "Cash reserve or cash rail assets"
|
||||
},
|
||||
"wrapped": {
|
||||
"name": "Wrapped",
|
||||
"description": "Wrapped tokens representing assets"
|
||||
}
|
||||
}
|
||||
}
|
||||
814
lists/dbis-138.tokenlist.json
Normal file
814
lists/dbis-138.tokenlist.json
Normal file
@@ -0,0 +1,814 @@
|
||||
{
|
||||
"name": "DBIS Mainnet Token List",
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 6,
|
||||
"patch": 8
|
||||
},
|
||||
"timestamp": "2026-06-08T17:45:21.741Z",
|
||||
"keywords": [
|
||||
"dbis",
|
||||
"chain138",
|
||||
"defi oracle meta"
|
||||
],
|
||||
"logoURI": "https://d-bis.org/brand/chain-138.svg",
|
||||
"tokens": [
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xD51482e567c03899eecE3CAe8a058161FD56069D",
|
||||
"name": "Australian Dollar (Compliant)",
|
||||
"symbol": "cAUDC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/caudc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "AUD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cAUDC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x54dBd40cF05e15906A2C21f600937e96787f5679",
|
||||
"name": "Canadian Dollar (Compliant)",
|
||||
"symbol": "cCADC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/ccadc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "CAD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cCADC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x873990849DDa5117d7C644f0aF24370797C03885",
|
||||
"name": "Swiss Franc (Compliant)",
|
||||
"symbol": "cCHFC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cchfc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "CHF",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cCHFC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x8085961F9cF02b4d800A3c6d386D31da4B34266a",
|
||||
"name": "Euro Coin (Compliant)",
|
||||
"symbol": "cEURC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/ceurc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "EUR",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cEURC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xdf4b71c61E5912712C1Bdd451416B9aC26949d72",
|
||||
"name": "Tether EUR (Compliant)",
|
||||
"symbol": "cEURT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/ceurt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "EUR",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cEURT",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x003960f16D9d34F2e98d62723B6721Fb92074aD2",
|
||||
"name": "Pound Sterling (Compliant)",
|
||||
"symbol": "cGBPC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cgbpc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "GBP",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cGBPC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x350f54e4D23795f86A9c03988c7135357CCaD97c",
|
||||
"name": "Tether GBP (Compliant)",
|
||||
"symbol": "cGBPT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cgbpt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "GBP",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cGBPT",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xEe269e1226a334182aace90056EE4ee5Cc8A6770",
|
||||
"name": "Japanese Yen (Compliant)",
|
||||
"symbol": "cJPYC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cjpyc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "JPY",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cJPYC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xf22258f57794CC8E06237084b353Ab30fFfa640b",
|
||||
"name": "USD Coin (Compliant)",
|
||||
"symbol": "cUSDC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cusdc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cUSDC",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false,
|
||||
"assetClass": "Cash & Equivalents",
|
||||
"assetGroup": "MMF / Repo",
|
||||
"instrumentType": "eMoney",
|
||||
"underlying": "USD",
|
||||
"gruLayer": "M1",
|
||||
"rwaEligible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x93E66202A11B1772E55407B32B44e5Cd8eda7f22",
|
||||
"name": "Tether USD (Compliant)",
|
||||
"symbol": "cUSDT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cusdt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "emoney-or-fiat-backed-stablecoin",
|
||||
"currency": "USD",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cUSDT",
|
||||
"x402Ready": false,
|
||||
"fwdCanon": false,
|
||||
"assetClass": "Cash & Equivalents",
|
||||
"assetGroup": "MMF / Repo",
|
||||
"instrumentType": "eMoney",
|
||||
"underlying": "USD",
|
||||
"gruLayer": "M1",
|
||||
"rwaEligible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x290E52a8819A4fbD0714E517225429aA2B70EC6b",
|
||||
"name": "Gold (Compliant)",
|
||||
"symbol": "cXAUC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cxauc.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"compliant",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "commodity-referenced-token",
|
||||
"settlement": "commodity",
|
||||
"cashLike": false,
|
||||
"backing": "commodity-reserves",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cXAUC",
|
||||
"walletClass": "token",
|
||||
"commodity": "gold",
|
||||
"unit": "troy_ounce",
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Precious Metals",
|
||||
"instrumentType": "eMoney",
|
||||
"underlying": "Gold",
|
||||
"gruLayer": "M1",
|
||||
"rwaEligible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xe94260c555ac1d9d3cc9e1632883452ebdf0082e",
|
||||
"name": "Bitcoin (Compliant)",
|
||||
"symbol": "cBTC",
|
||||
"decimals": 8,
|
||||
"logoURI": "https://d-bis.org/tokens/cbtc.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"compliant",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "commodity-referenced-token",
|
||||
"settlement": "commodity",
|
||||
"cashLike": false,
|
||||
"backing": "commodity-reserves",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cBTC",
|
||||
"walletClass": "token",
|
||||
"commodity": "bitcoin",
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Digital Commodities",
|
||||
"instrumentType": "eMoney",
|
||||
"underlying": "BTC",
|
||||
"gruLayer": "M1",
|
||||
"rwaEligible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xce7e00000000000000000000000000000000008a",
|
||||
"name": "Ether Mainnet (Compliant)",
|
||||
"symbol": "cETH",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/ceth.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cETH",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xce7200000000000000000000000000000000008a",
|
||||
"name": "Ether L2 Basket (Compliant)",
|
||||
"symbol": "cETHL2",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/cethl2.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cETHL2",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xcb6b00000000000000000000000000000000008a",
|
||||
"name": "BNB (Compliant)",
|
||||
"symbol": "cBNB",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/cbnb.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cBNB",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xc90100000000000000000000000000000000008a",
|
||||
"name": "POL (Compliant)",
|
||||
"symbol": "cPOL",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/cpol.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cPOL",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xcaaa00000000000000000000000000000000008a",
|
||||
"name": "Avalanche (Compliant)",
|
||||
"symbol": "cAVAX",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/cavax.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cAVAX",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xcc2000000000000000000000000000000000008a",
|
||||
"name": "Cronos (Compliant)",
|
||||
"symbol": "cCRO",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/ccro.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cCRO",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xcda100000000000000000000000000000000008a",
|
||||
"name": "xDAI (Compliant)",
|
||||
"symbol": "cXDAI",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/cxdai.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cXDAI",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xcce100000000000000000000000000000000008a",
|
||||
"name": "Celo (Compliant)",
|
||||
"symbol": "cCELO",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/ccelo.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cCELO",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xc11100000000000000000000000000000000008a",
|
||||
"name": "Wemix Hub (Compliant)",
|
||||
"symbol": "cWEMIX",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/cwemix.svg",
|
||||
"tags": ["defi", "compliant", "gru"],
|
||||
"extensions": {
|
||||
"category": "gas-native-token",
|
||||
"instrument": "gas-native-transport",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cWEMIX",
|
||||
"registryFamily": "gas_native",
|
||||
"walletClass": "token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x94e408E26c6FD8F4ee00b54dF19082FDA07dC96E",
|
||||
"name": "Tether XAU (Compliant)",
|
||||
"symbol": "cXAUT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cxaut.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"compliant",
|
||||
"gru"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "commodity-referenced-token",
|
||||
"settlement": "commodity",
|
||||
"cashLike": false,
|
||||
"backing": "commodity-reserves",
|
||||
"gruVersion": "v1",
|
||||
"gruFamily": "cXAUT",
|
||||
"walletClass": "token",
|
||||
"commodity": "gold",
|
||||
"unit": "troy_ounce",
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Precious Metals",
|
||||
"instrumentType": "eMoney",
|
||||
"underlying": "Gold",
|
||||
"gruLayer": "M1",
|
||||
"rwaEligible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6",
|
||||
"name": "ETH/USD Price Feed",
|
||||
"symbol": "ETH-USD",
|
||||
"decimals": 8,
|
||||
"logoURI": "https://ipfs.io/ipfs/QmPZuycjyJEe2otREuQ5HirvPJ8X6Yc6MBtwz1VhdD79pY",
|
||||
"tags": [
|
||||
"oracle",
|
||||
"pricefeed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xc5b802662447d1ae492a1618c3ad7161a449ebc9",
|
||||
"name": "Base Metals Group Index 1 (M00)",
|
||||
"symbol": "LiBMG1",
|
||||
"decimals": 6,
|
||||
"tags": [
|
||||
"rwa",
|
||||
"index",
|
||||
"m00"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "rwa-index",
|
||||
"gruLayer": "M00",
|
||||
"rwaEligible": true,
|
||||
"notEmoney": true,
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Industrial Metals",
|
||||
"instrumentType": "Basket Index",
|
||||
"underlying": "Base Metals",
|
||||
"collateralType": "physical"
|
||||
},
|
||||
"logoURI": "https://d-bis.org/li/libmg1.svg"
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x2ca3b3e7f4f216015833b0b334273d44493c0c45",
|
||||
"name": "Base Metals Group Index 2 (M00)",
|
||||
"symbol": "LiBMG2",
|
||||
"decimals": 6,
|
||||
"tags": [
|
||||
"rwa",
|
||||
"index",
|
||||
"m00"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "rwa-index",
|
||||
"gruLayer": "M00",
|
||||
"rwaEligible": true,
|
||||
"notEmoney": true,
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Industrial Metals",
|
||||
"instrumentType": "Basket Index",
|
||||
"underlying": "Battery Materials",
|
||||
"collateralType": "physical"
|
||||
},
|
||||
"logoURI": "https://d-bis.org/li/libmg2.svg"
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xb03d872196c0e84fe6fae841335001db44bda6c7",
|
||||
"name": "Base Metals Group Index 3 (M00)",
|
||||
"symbol": "LiBMG3",
|
||||
"decimals": 6,
|
||||
"tags": [
|
||||
"rwa",
|
||||
"index",
|
||||
"m00"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "rwa-index",
|
||||
"gruLayer": "M00",
|
||||
"rwaEligible": true,
|
||||
"notEmoney": true,
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Industrial Metals",
|
||||
"instrumentType": "Basket Index",
|
||||
"underlying": "Building Metals",
|
||||
"collateralType": "physical"
|
||||
},
|
||||
"logoURI": "https://d-bis.org/li/libmg3.svg"
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03",
|
||||
"name": "Chainlink Token",
|
||||
"symbol": "LINK",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/link.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"oracle",
|
||||
"ccip"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0x148b0f5c6fc8c5975e9406635654d88b20db2ed6",
|
||||
"name": "Precious Metals Group Index (M00)",
|
||||
"symbol": "LiPMG",
|
||||
"decimals": 6,
|
||||
"tags": [
|
||||
"rwa",
|
||||
"index",
|
||||
"m00"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "rwa-index",
|
||||
"gruLayer": "M00",
|
||||
"rwaEligible": true,
|
||||
"notEmoney": true,
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Precious Metals",
|
||||
"instrumentType": "Basket Index",
|
||||
"underlying": "Precious Metals",
|
||||
"collateralType": "physical"
|
||||
},
|
||||
"logoURI": "https://d-bis.org/li/lipmg.svg"
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xff862f0d1f96aa4882a0c2d6b4a3516fd8d68e75",
|
||||
"name": "XAU Liquidity Index (M00, not cXAUC eMoney)",
|
||||
"symbol": "LiXAU",
|
||||
"decimals": 6,
|
||||
"tags": [
|
||||
"rwa",
|
||||
"index",
|
||||
"m00"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "rwa-index",
|
||||
"gruLayer": "M00",
|
||||
"rwaEligible": true,
|
||||
"notEmoney": true,
|
||||
"assetClass": "Commodities",
|
||||
"assetGroup": "Precious Metals",
|
||||
"instrumentType": "Commodity Index",
|
||||
"underlying": "Gold",
|
||||
"collateralType": "physical"
|
||||
},
|
||||
"logoURI": "https://d-bis.org/li/lixau.svg"
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
||||
"name": "Wrapped Ether",
|
||||
"symbol": "WETH",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/weth.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "wrapped-native",
|
||||
"instrument": "wrapped-native",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"walletClass": "token",
|
||||
"alias": "WETH9",
|
||||
"aliasNote": "Expose WETH9 as a compatibility alias on s"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 138,
|
||||
"address": "0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9F",
|
||||
"name": "Wrapped Ether v10",
|
||||
"symbol": "WETH10",
|
||||
"decimals": 18,
|
||||
"logoURI": "https://d-bis.org/tokens/weth10.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "wrapped-native",
|
||||
"instrument": "wrapped-native",
|
||||
"settlement": "crypto-native",
|
||||
"cashLike": false,
|
||||
"backing": "native-gas-asset",
|
||||
"walletClass": "token"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": {
|
||||
"defi": {
|
||||
"name": "DeFi",
|
||||
"description": "Decentralized Finance tokens"
|
||||
},
|
||||
"wrapped": {
|
||||
"name": "Wrapped",
|
||||
"description": "Wrapped tokens representing assets"
|
||||
},
|
||||
"stablecoin": {
|
||||
"name": "Stablecoin",
|
||||
"description": "Stable value tokens pegged to fiat"
|
||||
},
|
||||
"compliant": {
|
||||
"name": "Compliant",
|
||||
"description": "Regulatory compliant assets"
|
||||
},
|
||||
"fiat": {
|
||||
"name": "Fiat",
|
||||
"description": "Fiat referenced tokens"
|
||||
},
|
||||
"cash": {
|
||||
"name": "Cashlike",
|
||||
"description": "Cash reserve or cash rail assets"
|
||||
},
|
||||
"gru": {
|
||||
"name": "GRU",
|
||||
"description": "GRU transport assets"
|
||||
},
|
||||
"commodity": {
|
||||
"name": "Commodity",
|
||||
"description": "Commodity referenced tokens"
|
||||
},
|
||||
"oracle": {
|
||||
"name": "Oracle",
|
||||
"description": "Oracle price feed tokens"
|
||||
},
|
||||
"pricefeed": {
|
||||
"name": "Price Feed",
|
||||
"description": "Price feed oracle contracts"
|
||||
},
|
||||
"ccip": {
|
||||
"name": "CCIP",
|
||||
"description": "Cross Chain Interoperability Protocol tokens"
|
||||
}
|
||||
}
|
||||
}
|
||||
438
lists/ethereum-mainnet.tokenlist.json
Normal file
438
lists/ethereum-mainnet.tokenlist.json
Normal file
@@ -0,0 +1,438 @@
|
||||
{
|
||||
"name": "DBIS Ethereum Mainnet GRU",
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 2,
|
||||
"patch": 0
|
||||
},
|
||||
"timestamp": "2026-06-12T00:00:00.000Z",
|
||||
"logoURI": "https://d-bis.org/tokens/cwusdc.svg",
|
||||
"keywords": [
|
||||
"ethereum",
|
||||
"mainnet",
|
||||
"stablecoin",
|
||||
"gru",
|
||||
"dbis",
|
||||
"cwusdc",
|
||||
"cw",
|
||||
"wrapped"
|
||||
],
|
||||
"tokens": [
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0xaF5017d0163ecb99D9B5D94e3b4D7b09Af44D8AE",
|
||||
"name": "Wrapped cUSDT",
|
||||
"symbol": "cWUSDT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwusdt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "USD",
|
||||
"gruFamily": "cUSDT",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x93E66202A11B1772E55407B32B44e5Cd8eda7f22",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x2de5F116bFcE3d0f922d9C8351e0c5Fc24b9284a",
|
||||
"name": "Wrapped cUSDC",
|
||||
"symbol": "cWUSDC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwusdc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"cash",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "USD",
|
||||
"gruFamily": "cUSDC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0xf22258f57794CC8E06237084b353Ab30fFfa640b",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0xD4aEAa8cD3fB41Dc8437FaC7639B6d91B60A5e8d",
|
||||
"name": "Wrapped cEURC",
|
||||
"symbol": "cWEURC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cweurc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "EUR",
|
||||
"gruFamily": "cEURC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x8085961F9cF02b4d800A3c6d386D31da4B34266a",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x855d74FFB6CF75721a9bAbc8B2ed35c8119241dC",
|
||||
"name": "Wrapped cEURT",
|
||||
"symbol": "cWEURT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cweurt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "EUR",
|
||||
"gruFamily": "cEURT",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0xdf4b71c61E5912712C1Bdd451416B9aC26949d72",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0xc074007dc0bfb384b1cf6426a56287ed23fe4d52",
|
||||
"name": "Wrapped cGBPC",
|
||||
"symbol": "cWGBPC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwgbpc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "GBP",
|
||||
"gruFamily": "cGBPC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x003960f16D9d34F2e98d62723B6721Fb92074aD2",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x1dDF9970F01c76A692Fdba2706203E6f16e0C46F",
|
||||
"name": "Wrapped cGBPT",
|
||||
"symbol": "cWGBPT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwgbpt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "GBP",
|
||||
"gruFamily": "cGBPT",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x350f54e4D23795f86A9c03988c7135357CCaD97c",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x5020Db641B3Fc0dAbBc0c688C845bc4E3699f35F",
|
||||
"name": "Wrapped cAUDC",
|
||||
"symbol": "cWAUDC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwaudc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "AUD",
|
||||
"gruFamily": "cAUDC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0xD51482e567c03899eecE3CAe8a058161FD56069D",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x07EEd0D7dD40984e47B9D3a3bdded1c536435582",
|
||||
"name": "Wrapped cJPYC",
|
||||
"symbol": "cWJPYC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwjpyc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "JPY",
|
||||
"gruFamily": "cJPYC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0xEe269e1226a334182aace90056EE4ee5Cc8A6770",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x0F91C5E6Ddd46403746aAC970D05d70FFe404780",
|
||||
"name": "Wrapped cCHFC",
|
||||
"symbol": "cWCHFC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwchfc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "CHF",
|
||||
"gruFamily": "cCHFC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x873990849DDa5117d7C644f0aF24370797C03885",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x209FE32fe7B541751D190ae4e50cd005DcF8EDb4",
|
||||
"name": "Wrapped cCADC",
|
||||
"symbol": "cWCADC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwcadc.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "CAD",
|
||||
"gruFamily": "cCADC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x54dBd40cF05e15906A2C21f600937e96787f5679",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x572Be0fa8CA0534d642A567CEDb398B771D8a715",
|
||||
"name": "Wrapped cXAUC",
|
||||
"symbol": "cWXAUC",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwxauc.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"compliant",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "commodity-referenced-token",
|
||||
"currency": "XAU",
|
||||
"gruFamily": "cXAUC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x290E52a8819A4fbD0714E517225429aA2B70EC6b",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "commodity",
|
||||
"cashLike": false,
|
||||
"backing": "commodity-reserves"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0xACE1DBF857549a11aF1322e1f91F2F64b029c906",
|
||||
"name": "Wrapped cXAUT",
|
||||
"symbol": "cWXAUT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwxaut.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"compliant",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "commodity-referenced-token",
|
||||
"currency": "XAU",
|
||||
"gruFamily": "cXAUT",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0x94e408E26c6FD8F4ee00b54dF19082FDA07dC96E",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "commodity",
|
||||
"cashLike": false,
|
||||
"backing": "commodity-reserves"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x2BBe3c809386FA5349EB2da31E0848ee9f54EE59",
|
||||
"name": "Wrapped cBTC",
|
||||
"symbol": "cWBTC",
|
||||
"decimals": 8,
|
||||
"logoURI": "https://d-bis.org/tokens/cwbtc.svg",
|
||||
"tags": [
|
||||
"defi",
|
||||
"compliant",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "gru-emoney",
|
||||
"instrument": "commodity-referenced-token",
|
||||
"currency": "BTC",
|
||||
"gruFamily": "cBTC",
|
||||
"canonicalSourceChainId": 138,
|
||||
"canonicalSourceAddress": "0xe94260c555ac1d9d3cc9e1632883452ebdf0082e",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "commodity",
|
||||
"cashLike": false,
|
||||
"backing": "commodity-reserves"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0xe1a51Bc037a79AB36767561B147eb41780124934",
|
||||
"name": "Wrapped cAUSDT",
|
||||
"symbol": "cWAUSDT",
|
||||
"decimals": 6,
|
||||
"logoURI": "https://d-bis.org/tokens/cwausdt.svg",
|
||||
"tags": [
|
||||
"stablecoin",
|
||||
"defi",
|
||||
"compliant",
|
||||
"fiat",
|
||||
"gru",
|
||||
"wrapped"
|
||||
],
|
||||
"extensions": {
|
||||
"category": "tokenized-fiat",
|
||||
"instrument": "emoney-wrapped-transport",
|
||||
"currency": "USD",
|
||||
"gruFamily": "cAUSDT",
|
||||
"gruVersion": "v1",
|
||||
"settlement": "fiat",
|
||||
"cashLike": true,
|
||||
"backing": "cash,cash-equivalents,gru-reserve-policy"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": {
|
||||
"stablecoin": {
|
||||
"name": "Stablecoin",
|
||||
"description": "Stable value tokens pegged to fiat"
|
||||
},
|
||||
"defi": {
|
||||
"name": "DeFi",
|
||||
"description": "Decentralized Finance tokens"
|
||||
},
|
||||
"compliant": {
|
||||
"name": "Compliant",
|
||||
"description": "DBIS GRU compliant eMoney transport assets"
|
||||
},
|
||||
"fiat": {
|
||||
"name": "Fiat",
|
||||
"description": "Fiat referenced tokens"
|
||||
},
|
||||
"cash": {
|
||||
"name": "Cashlike",
|
||||
"description": "Cash reserve or cash rail assets"
|
||||
},
|
||||
"gru": {
|
||||
"name": "GRU",
|
||||
"description": "Global Reserve Unit family assets"
|
||||
},
|
||||
"wrapped": {
|
||||
"name": "Wrapped",
|
||||
"description": "Public network wrapped transport mirrors of hub assets"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,10 +3,10 @@
|
||||
"version": {"major": 1, "minor": 2, "patch": 0},
|
||||
"defaultChainId": 138,
|
||||
"explorerUrl": "https://explorer.d-bis.org",
|
||||
"tokenListUrl": "https://explorer.d-bis.org/api/config/token-list",
|
||||
"tokenListUrl": "https://explorer.d-bis.org/api/v1/report/token-list?chainId=138",
|
||||
"generatedBy": "SolaceScan",
|
||||
"chains": [
|
||||
{"chainId":"0x8a","chainIdDecimal":138,"chainName":"DeFi Oracle Meta Mainnet","shortName":"dbis","rpcUrls":["https://rpc-http-pub.d-bis.org","https://rpc.d-bis.org","https://rpc2.d-bis.org","https://rpc.defi-oracle.io"],"nativeCurrency":{"name":"Ether","symbol":"ETH","decimals":18},"blockExplorerUrls":["https://explorer.d-bis.org","https://blockscout.defi-oracle.io"],"iconUrls":["https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"],"infoURL":"https://explorer.d-bis.org","explorerApiUrl":"https://explorer.d-bis.org/api/v2","testnet":false},
|
||||
{"chainId":"0x8a","chainIdDecimal":138,"chainName":"DeFi Oracle Meta Mainnet","shortName":"dbis","rpcUrls":["https://rpc-http-pub.d-bis.org","https://rpc.d-bis.org","https://rpc2.d-bis.org","https://rpc.defi-oracle.io"],"nativeCurrency":{"name":"Ether","symbol":"ETH","decimals":18},"blockExplorerUrls":["https://explorer.d-bis.org","https://blockscout.defi-oracle.io"],"iconUrls":["https://explorer.d-bis.org/token-icons/chain-138.png","https://explorer.d-bis.org/api/v1/report/logo/chain-138","https://explorer.d-bis.org/favicon.ico"],"infoURL":"https://explorer.d-bis.org","explorerApiUrl":"https://explorer.d-bis.org/api/v2","testnet":false},
|
||||
{"chainId":"0x1","chainIdDecimal":1,"chainName":"Ethereum Mainnet","shortName":"eth","rpcUrls":["https://eth.llamarpc.com","https://rpc.ankr.com/eth","https://ethereum.publicnode.com","https://1rpc.io/eth"],"nativeCurrency":{"name":"Ether","symbol":"ETH","decimals":18},"blockExplorerUrls":["https://etherscan.io"],"iconUrls":["https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"],"infoURL":"https://ethereum.org","testnet":false},
|
||||
{"chainId":"0x9f2c4","chainIdDecimal":651940,"chainName":"ALL Mainnet","shortName":"all","rpcUrls":["https://mainnet-rpc.alltra.global"],"nativeCurrency":{"name":"Ether","symbol":"ETH","decimals":18},"blockExplorerUrls":["https://alltra.global"],"iconUrls":["https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"],"infoURL":"https://alltra.global","testnet":false},
|
||||
{"chainId":"0x19","chainIdDecimal":25,"chainName":"Cronos Mainnet","rpcUrls":["https://evm.cronos.org","https://cronos-rpc.publicnode.com"],"nativeCurrency":{"name":"CRO","symbol":"CRO","decimals":18},"blockExplorerUrls":["https://cronos.org/explorer"],"iconUrls":["https://ipfs.io/ipfs/Qma3FKtLce9MjgJgWbtyCxBiPjJ6xi8jGWUSKNS5Jc2ong"]},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -9,16 +9,16 @@ export const TOKEN_LIST = [
|
||||
{ chainId: 138, address: '0x3304b747e565a97ec8ac220b0b6a1f6ffdb837e6', name: 'ETH/USD Price Feed', symbol: 'ETH-USD', decimals: 8, tags: ['oracle', 'price-feed'] },
|
||||
{ chainId: 138, address: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2', name: 'Wrapped Ether', symbol: 'WETH', decimals: 18, tags: ['defi', 'wrapped'] },
|
||||
{ chainId: 138, address: '0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9f', name: 'Wrapped Ether v10', symbol: 'WETH', decimals: 18, tags: ['defi', 'wrapped'] },
|
||||
{ chainId: 138, address: '0x93E66202A11B1772E55407B32B44e5Cd8eda7f22', name: 'Compliant Tether USD', symbol: 'cUSDT', decimals: 6, tags: ['stablecoin', 'defi', 'compliant'] },
|
||||
{ chainId: 138, address: '0xf22258f57794CC8E06237084b353Ab30fFfa640b', name: 'Compliant USD Coin', symbol: 'cUSDC', decimals: 6, tags: ['stablecoin', 'defi', 'compliant'] },
|
||||
{ chainId: 138, address: '0x93E66202A11B1772E55407B32B44e5Cd8eda7f22', name: 'Compliant Tether USD', symbol: 'cUSDT', decimals: 6, tags: ['stablecoin', 'defi', 'compliant', 'fiat', 'cash', 'gru'], extensions: { category: 'tokenized-fiat', instrument: 'emoney-or-fiat-backed-stablecoin', currency: 'USD', settlement: 'fiat', cashLike: true, backing: 'cash,cash-equivalents', gruVersion: 'v1', gruFamily: 'cUSDT', walletClass: 'cash-like-token' } },
|
||||
{ chainId: 138, address: '0xf22258f57794CC8E06237084b353Ab30fFfa640b', name: 'Compliant USD Coin', symbol: 'cUSDC', decimals: 6, tags: ['stablecoin', 'defi', 'compliant', 'fiat', 'cash', 'gru'], extensions: { category: 'tokenized-fiat', instrument: 'emoney-or-fiat-backed-stablecoin', currency: 'USD', settlement: 'fiat', cashLike: true, backing: 'cash,cash-equivalents', gruVersion: 'v1', gruFamily: 'cUSDC', walletClass: 'cash-like-token' } },
|
||||
// Ethereum Mainnet
|
||||
{ chainId: 1, address: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2', name: 'Wrapped Ether', symbol: 'WETH', decimals: 18, tags: ['defi', 'wrapped'] },
|
||||
{ chainId: 1, address: '0xdAC17F958D2ee523a2206206994597C13D831ec7', name: 'Tether USD', symbol: 'USDT', decimals: 6, tags: ['stablecoin', 'defi'] },
|
||||
{ chainId: 1, address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', name: 'USD Coin', symbol: 'USDC', decimals: 6, tags: ['stablecoin', 'defi'] },
|
||||
{ chainId: 1, address: '0x6B175474E89094C44Da98b954EedeAC495271d0F', name: 'Dai Stablecoin', symbol: 'DAI', decimals: 18, tags: ['stablecoin', 'defi'] },
|
||||
{ chainId: 1, address: '0xdAC17F958D2ee523a2206206994597C13D831ec7', name: 'Tether USD', symbol: 'USDT', decimals: 6, tags: ['stablecoin', 'defi', 'fiat', 'cash'], extensions: { category: 'tokenized-fiat', instrument: 'fiat-backed-stablecoin', currency: 'USD', settlement: 'fiat', cashLike: true, backing: 'cash,cash-equivalents', walletClass: 'cash-like-token' } },
|
||||
{ chainId: 1, address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', name: 'USD Coin', symbol: 'USDC', decimals: 6, tags: ['stablecoin', 'defi', 'fiat', 'cash'], extensions: { category: 'tokenized-fiat', instrument: 'fiat-backed-stablecoin', currency: 'USD', settlement: 'fiat', cashLike: true, backing: 'cash,cash-equivalents', walletClass: 'cash-like-token' } },
|
||||
{ chainId: 1, address: '0x6B175474E89094C44Da98b954EedeAC495271d0F', name: 'Dai Stablecoin', symbol: 'DAI', decimals: 18, tags: ['stablecoin', 'defi'], extensions: { category: 'stablecoin', instrument: 'crypto-collateralized-stablecoin', currency: 'USD', settlement: 'crypto-native', cashLike: false, backing: 'crypto-collateral', walletClass: 'stablecoin-token' } },
|
||||
{ chainId: 1, address: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419', name: 'ETH/USD Price Feed', symbol: 'ETH-USD', decimals: 8, tags: ['oracle', 'price-feed'] },
|
||||
// ALL Mainnet (651940)
|
||||
{ chainId: 651940, address: '0xa95EeD79f84E6A0151eaEb9d441F9Ffd50e8e881', name: 'USD Coin', symbol: 'USDC', decimals: 6, tags: ['stablecoin', 'defi'] },
|
||||
{ chainId: 651940, address: '0xa95EeD79f84E6A0151eaEb9d441F9Ffd50e8e881', name: 'USD Coin', symbol: 'USDC', decimals: 6, tags: ['stablecoin', 'defi', 'fiat', 'cash', 'compliant', 'gru'], extensions: { category: 'tokenized-fiat', instrument: 'emoney-or-fiat-backed-stablecoin', currency: 'USD', settlement: 'fiat', cashLike: true, backing: 'cash,cash-equivalents', gruVersion: 'v1', gruFamily: 'cUSDC', walletClass: 'cash-like-token', bridge: 'AlltraAdapter:cUSDC->USDC' } },
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user