Commit 992d4ea 1 parent c96da2e commit 992d4ea Copy full SHA for 992d4ea
File tree 5 files changed +178
-1
lines changed
5 files changed +178
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @standardweb3/default-token-list" ,
3
- "version" : " 0.0.61 " ,
3
+ "version" : " 0.0.63 " ,
4
4
"description" : " Standard default token list" ,
5
5
"main" : " build/standard-default.tokenlist.json" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "stnd_native" : [
3
+ {
4
+ "chainId" : 1516 ,
5
+ "address" : " 0xe8CabF9d1FFB6CE23cF0a86641849543ec7BD7d5" ,
6
+ "name" : " IP" ,
7
+ "symbol" : " IP" ,
8
+ "tag" : [
9
+ " stnd_ip" ,
10
+ " stnd_native"
11
+ ],
12
+ "decimals" : 18 ,
13
+ "logoURI" : " https://app.piperx.xyz/assets/icon_Story-0eb3cd42.png"
14
+ }
15
+ ],
16
+ "stnd_default" : [],
17
+ "stnd_stablecoin" : [
18
+ {
19
+ "chainId" : 1516 ,
20
+ "address" : " 0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D" ,
21
+ "name" : " USD Coin" ,
22
+ "symbol" : " USDC" ,
23
+ "tag" : [
24
+ " stnd_usdc" ,
25
+ " stnd_stablecoin"
26
+ ],
27
+ "decimals" : 6 ,
28
+ "logoURI" : " https://ethereum-optimism.github.io/data/USDC/logo.png"
29
+ },
30
+ {
31
+ "address" : " 0x02F75bdBb4732cc6419aC15EeBeE6BCee66e826f" ,
32
+ "chainId" : 1516 ,
33
+ "name" : " Tether USD" ,
34
+ "symbol" : " USDT" ,
35
+ "tag" : [
36
+ " stnd_usdt" ,
37
+ " stnd_stablecoin"
38
+ ],
39
+ "decimals" : 6 ,
40
+ "logoURI" : " https://assets.coingecko.com/coins/images/325/standard/Tether.png?1696501661"
41
+ }
42
+ ],
43
+ "stnd_usdc" : [
44
+ {
45
+ "chainId" : 1516 ,
46
+ "address" : " 0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D" ,
47
+ "name" : " USD Coin" ,
48
+ "symbol" : " USDC" ,
49
+ "tag" : [
50
+ " stnd_usdc" ,
51
+ " stnd_stablecoin"
52
+ ],
53
+ "decimals" : 6 ,
54
+ "logoURI" : " https://ethereum-optimism.github.io/data/USDC/logo.png"
55
+ }
56
+ ],
57
+ "stnd_usdt" : [
58
+ {
59
+ "address" : " 0x02F75bdBb4732cc6419aC15EeBeE6BCee66e826f" ,
60
+ "chainId" : 1516 ,
61
+ "name" : " Tether USD" ,
62
+ "symbol" : " USDT" ,
63
+ "tag" : [
64
+ " stnd_usdt" ,
65
+ " stnd_stablecoin"
66
+ ],
67
+ "decimals" : 6 ,
68
+ "logoURI" : " https://assets.coingecko.com/coins/images/325/standard/Tether.png?1696501661"
69
+ }
70
+ ],
71
+ "stnd_dai" : [],
72
+ "stnd_eth" : [
73
+ {
74
+ "address" : " 0x1C13B2B65d55dF06FF43528E736Db2F8e372E692" ,
75
+ "chainId" : 1516 ,
76
+ "name" : " Wrapped Ether" ,
77
+ "symbol" : " WETH" ,
78
+ "tag" : [
79
+ " stnd_eth"
80
+ ],
81
+ "decimals" : 18 ,
82
+ "logoURI" : " https://assets.coingecko.com/coins/images/2518/standard/weth.png?1696503332"
83
+ }
84
+ ],
85
+ "stnd_ip" : [
86
+ {
87
+ "chainId" : 1516 ,
88
+ "address" : " 0xe8CabF9d1FFB6CE23cF0a86641849543ec7BD7d5" ,
89
+ "name" : " IP" ,
90
+ "symbol" : " IP" ,
91
+ "tag" : [
92
+ " stnd_ip" ,
93
+ " stnd_native"
94
+ ],
95
+ "decimals" : 18 ,
96
+ "logoURI" : " https://app.piperx.xyz/assets/icon_Story-0eb3cd42.png"
97
+ }
98
+ ],
99
+ "stnd_alts" : [],
100
+ "stnd_perps" : [],
101
+ "stnd_spot" : [],
102
+ "stnd_btc" : [
103
+ {
104
+ "address" : " 0x656afb1968bC39Cf3937f68CC6089F10cf47C1F7" ,
105
+ "chainId" : 1516 ,
106
+ "name" : " Wrapped Bitcoin" ,
107
+ "symbol" : " WBTC" ,
108
+ "tag" : [
109
+ " stnd_btc"
110
+ ],
111
+ "decimals" : 8 ,
112
+ "logoURI" : " https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857"
113
+ }
114
+ ]
115
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "stnd_native" : {
3
+ "id" : " stnd_native" ,
4
+ "name" : " Native" ,
5
+ "description" : " Native tokens or pair in a chain"
6
+ },
7
+ "stnd_default" : {
8
+ "id" : " stnd_default" ,
9
+ "name" : " Default" ,
10
+ "description" : " Default tokens or pair in a chain"
11
+ },
12
+ "stnd_stablecoin" : {
13
+ "id" : " stnd_stablecoin" ,
14
+ "name" : " Stablecoin" ,
15
+ "description" : " Stablecoin related tokens or pair in a chain"
16
+ },
17
+ "stnd_usdc" : {
18
+ "id" : " stnd_usdc" ,
19
+ "name" : " USDC" ,
20
+ "description" : " USDC related tokens or pair with quote token in a chain"
21
+ },
22
+ "stnd_usdt" : {
23
+ "id" : " stnd_usdt" ,
24
+ "name" : " USDT" ,
25
+ "description" : " USDT related tokens or pair with quote token in a chain"
26
+ },
27
+ "stnd_dai" : {
28
+ "id" : " stnd_dai" ,
29
+ "name" : " DAI" ,
30
+ "description" : " DAI related tokens or pair with quote token in a chain"
31
+ },
32
+ "stnd_eth" : {
33
+ "id" : " stnd_eth" ,
34
+ "name" : " ETH" ,
35
+ "description" : " ETH related tokens or pair with quote token in a chain"
36
+ },
37
+ "stnd_ip" : {
38
+ "id" : " stnd_ip" ,
39
+ "name" : " IP" ,
40
+ "description" : " IP related tokens or pair with quote token in a chain"
41
+ },
42
+ "stnd_alts" : {
43
+ "id" : " stnd_alts" ,
44
+ "name" : " Alts" ,
45
+ "description" : " Alts related tokens or pair with quote token in a chain"
46
+ },
47
+ "stnd_perps" : {
48
+ "id" : " stnd_perps" ,
49
+ "name" : " Perps" ,
50
+ "description" : " Perps related tokens or pair with quote token in a chain"
51
+ },
52
+ "stnd_spot" : {
53
+ "id" : " stnd_spot" ,
54
+ "name" : " Spot" ,
55
+ "description" : " Spot related tokens or pair with quote token in a chain"
56
+ },
57
+ "stnd_btc" : {
58
+ "id" : " stnd_btc" ,
59
+ "name" : " BTC" ,
60
+ "description" : " Bitcoin(BTC) related tokens or pair with quote token in a chain"
61
+ }
62
+ }
You can’t perform that action at this time.
0 commit comments