@perspectivefi/token-list 1.26.29 → 1.26.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,114 +1,4 @@
1
1
  var protocolList = [
2
- {
3
- ptAddress: "0x6def54ae7e38992a7d1ab60d279483ba7f7b0aeb",
4
- chainId: 1,
5
- multipliers: [
6
- {
7
- amount: 1.5,
8
- name: "Karak XP"
9
- },
10
- {
11
- amount: 2,
12
- name: "Ether.fi points"
13
- },
14
- {
15
- amount: 1,
16
- name: "EigenLayer points"
17
- }
18
- ]
19
- },
20
- {
21
- ptAddress: "0xe617fc640413171100c32cc8dbf69fc7928d895e",
22
- chainId: 1,
23
- multipliers: [
24
- {
25
- amount: 63,
26
- name: "Bedrock diamonds"
27
- }
28
- ]
29
- },
30
- {
31
- ptAddress: "0xf58e22d224e465fb65f4257573b58dbfb0f704a0",
32
- chainId: 1,
33
- multipliers: [
34
- {
35
- amount: 3,
36
- name: "FX points"
37
- },
38
- {
39
- amount: 6,
40
- name: "Ether.fi points"
41
- },
42
- {
43
- amount: 2,
44
- name: "EigenLayer points"
45
- }
46
- ]
47
- },
48
- {
49
- ptAddress: "0x470f623e8bc3c870f96516b8cbfc6a27e253424d",
50
- chainId: 1,
51
- multipliers: [
52
- {
53
- amount: 2,
54
- name: "Mellow points"
55
- },
56
- {
57
- amount: 1,
58
- name: "Symbiotic points"
59
- }
60
- ]
61
- },
62
- {
63
- ptAddress: "0xd4c0ab44698bca5070624ef62c66b1f4d1488551",
64
- chainId: 1,
65
- multipliers: [
66
- {
67
- amount: 6,
68
- name: "Bedrock diamonds"
69
- },
70
- {
71
- amount: 1,
72
- name: "EigenLayer points"
73
- }
74
- ]
75
- },
76
- {
77
- ptAddress: "0x8f01036563831feabbf3bee396d99b117c032428",
78
- chainId: 1,
79
- multipliers: [
80
- {
81
- amount: 1,
82
- name: "Amphor points"
83
- },
84
- {
85
- amount: 1,
86
- name: "Mellow points"
87
- },
88
- {
89
- amount: 1,
90
- name: "Symbiotic points"
91
- },
92
- {
93
- amount: 1,
94
- name: "Zircuit L2 points"
95
- },
96
- {
97
- amount: 1,
98
- name: "Swell L2 points"
99
- }
100
- ]
101
- },
102
- {
103
- ptAddress: "0xad3debad39c8e387f59fa025edf16f10e7aa656f",
104
- chainId: 10,
105
- multipliers: [
106
- {
107
- amount: 63,
108
- name: "Bedrock diamonds"
109
- }
110
- ]
111
- },
112
2
  {
113
3
  ptAddress: "0xdeb0ef575c92188091d33dd1ec5b3519182aaa22",
114
4
  chainId: 1,
@@ -3105,6 +2995,19 @@ var build$1 = [
3105
2995
  protocol: "Concentrator - Protocol f(x)"
3106
2996
  }
3107
2997
  },
2998
+ {
2999
+ address: "0xd1573de52fff44dd92d275e20fdab0296ccff141",
3000
+ chainId: 1,
3001
+ name: "STAK",
3002
+ symbol: "STAK",
3003
+ decimals: 18,
3004
+ logoURI: "/images/tokens/1/0xd1573de52fff44dd92d275e20fdab0296ccff141.svg",
3005
+ extensions: {
3006
+ underlying: "0xFFd3b4D343A8964a5C3c1caAc20f319C41A97BFF",
3007
+ protocol: "YieldNest",
3008
+ externalLink: "https://app.yieldnest.finance/token/STAK"
3009
+ }
3010
+ },
3108
3011
  {
3109
3012
  address: "0xFa2B947eEc368f42195f24F36d2aF29f7c24CeC2",
3110
3013
  chainId: 1,
package/dist/index.js CHANGED
@@ -27,116 +27,6 @@ module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/protocols/protocolList.json
29
29
  var protocolList_default = [
30
- {
31
- ptAddress: "0x6def54ae7e38992a7d1ab60d279483ba7f7b0aeb",
32
- chainId: 1,
33
- multipliers: [
34
- {
35
- amount: 1.5,
36
- name: "Karak XP"
37
- },
38
- {
39
- amount: 2,
40
- name: "Ether.fi points"
41
- },
42
- {
43
- amount: 1,
44
- name: "EigenLayer points"
45
- }
46
- ]
47
- },
48
- {
49
- ptAddress: "0xe617fc640413171100c32cc8dbf69fc7928d895e",
50
- chainId: 1,
51
- multipliers: [
52
- {
53
- amount: 63,
54
- name: "Bedrock diamonds"
55
- }
56
- ]
57
- },
58
- {
59
- ptAddress: "0xf58e22d224e465fb65f4257573b58dbfb0f704a0",
60
- chainId: 1,
61
- multipliers: [
62
- {
63
- amount: 3,
64
- name: "FX points"
65
- },
66
- {
67
- amount: 6,
68
- name: "Ether.fi points"
69
- },
70
- {
71
- amount: 2,
72
- name: "EigenLayer points"
73
- }
74
- ]
75
- },
76
- {
77
- ptAddress: "0x470f623e8bc3c870f96516b8cbfc6a27e253424d",
78
- chainId: 1,
79
- multipliers: [
80
- {
81
- amount: 2,
82
- name: "Mellow points"
83
- },
84
- {
85
- amount: 1,
86
- name: "Symbiotic points"
87
- }
88
- ]
89
- },
90
- {
91
- ptAddress: "0xd4c0ab44698bca5070624ef62c66b1f4d1488551",
92
- chainId: 1,
93
- multipliers: [
94
- {
95
- amount: 6,
96
- name: "Bedrock diamonds"
97
- },
98
- {
99
- amount: 1,
100
- name: "EigenLayer points"
101
- }
102
- ]
103
- },
104
- {
105
- ptAddress: "0x8f01036563831feabbf3bee396d99b117c032428",
106
- chainId: 1,
107
- multipliers: [
108
- {
109
- amount: 1,
110
- name: "Amphor points"
111
- },
112
- {
113
- amount: 1,
114
- name: "Mellow points"
115
- },
116
- {
117
- amount: 1,
118
- name: "Symbiotic points"
119
- },
120
- {
121
- amount: 1,
122
- name: "Zircuit L2 points"
123
- },
124
- {
125
- amount: 1,
126
- name: "Swell L2 points"
127
- }
128
- ]
129
- },
130
- {
131
- ptAddress: "0xad3debad39c8e387f59fa025edf16f10e7aa656f",
132
- chainId: 10,
133
- multipliers: [
134
- {
135
- amount: 63,
136
- name: "Bedrock diamonds"
137
- }
138
- ]
139
- },
140
30
  {
141
31
  ptAddress: "0xdeb0ef575c92188091d33dd1ec5b3519182aaa22",
142
32
  chainId: 1,
@@ -3133,6 +3023,19 @@ var build_default = [
3133
3023
  protocol: "Concentrator - Protocol f(x)"
3134
3024
  }
3135
3025
  },
3026
+ {
3027
+ address: "0xd1573de52fff44dd92d275e20fdab0296ccff141",
3028
+ chainId: 1,
3029
+ name: "STAK",
3030
+ symbol: "STAK",
3031
+ decimals: 18,
3032
+ logoURI: "/images/tokens/1/0xd1573de52fff44dd92d275e20fdab0296ccff141.svg",
3033
+ extensions: {
3034
+ underlying: "0xFFd3b4D343A8964a5C3c1caAc20f319C41A97BFF",
3035
+ protocol: "YieldNest",
3036
+ externalLink: "https://app.yieldnest.finance/token/STAK"
3037
+ }
3038
+ },
3136
3039
  {
3137
3040
  address: "0xFa2B947eEc368f42195f24F36d2aF29f7c24CeC2",
3138
3041
  chainId: 1,