-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtokenList.json
121 lines (120 loc) · 3.69 KB
/
tokenList.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "Testnet Default Token List",
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr",
"keywords": ["testnet"],
"tags": {
"stablecoin": {
"name": "Stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"collateral": {
"name": "Collateral",
"description": "Tokens that are used to mint Honey"
},
"defaultCollateral": {
"name": "Default Collateral",
"description": "default token used in Honey"
},
"featured": {
"name": "Featured",
"description": "Tokens that are featured"
},
"debt": {
"name": "Debt Token",
"description": "Tokens that are representing debt"
},
"aToken": {
"name": "Supply Token",
"description": "Tokens that are representing supply"
}
},
"tokens": [
{
"chainId": 2061,
"address": "0x5806E416dA447b267cEA759358cF22Cc41FAE80F",
"symbol": "WBERA",
"name": "Wrapped Berachain Token",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/wbera.png",
"tags": ["featured"]
},
{
"chainId": 2061,
"address": "0x0000000000000000000000000000000000000000",
"symbol": "BERA",
"name": "Berachain Token",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/bera.png",
"tags": ["featured"]
},
{
"chainId": 2061,
"address": "0xAcD97aDBa1207dCf27d5C188455BEa8a32E80B8b",
"symbol": "BGT",
"name": "Bera Governance Token",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/bgt.png",
"tags": ["featured"]
},
{
"chainId": 2061,
"address": "0x6581e59A1C8dA66eD0D313a0d4029DcE2F746Cc5",
"symbol": "STGUSDC",
"name": "Stable Collateral USD Coin",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/6319/small/USD_Coin_icon.png?1547042389",
"tags": ["stablecoin", "collateral", "featured", "defaultCollateral"]
},
{
"chainId": 2061,
"address": "0x7EeCA4205fF31f947EdBd49195a7A88E6A91161B",
"symbol": "HONEY",
"name": "Honey",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png",
"tags": ["stablecoin", "featured"]
},
{
"chainId": 2061,
"address": "0x9DAD8A1F64692adeB74ACa26129e0F16897fF4BB",
"symbol": "WBTC",
"name": "WBTC",
"decimals": 8,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/btc.png",
"tags": ["featured"]
},
{
"chainId": 2061,
"address": "0x8239FBb3e3D0C2cDFd7888D8aF7701240Ac4DcA4",
"symbol": "WETH",
"name": "WETH",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/eth.png",
"tags": ["featured"]
},
{
"chainId": 2061,
"address": "0x7f8E75356015fECfafF66e2B34F181A093Dc4519",
"symbol": "vdHONEY",
"name": "Honey Variable Debt Token",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png",
"tags": ["debt"]
},
{
"chainId": 2061,
"address": "0xc63FAb87Cb00249190577937Ab6E04dA0AE69633",
"symbol": "aHONEY",
"name": "Honey aToken",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png",
"tags": ["aToken"]
}
],
"gaugeMap": {},
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}