@perspectivefi/token-list 1.26.55 → 1.26.57
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/README.md +25 -24
- package/dist/index.d.ts +2 -4
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -258,35 +258,36 @@ Protocols define yield multipliers and reward configurations for principal token
|
|
|
258
258
|
|
|
259
259
|
1. **Create Branch**
|
|
260
260
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
261
|
+
```bash
|
|
262
|
+
git checkout -b chore/protocol-<PROTOCOL_NAME>-<CHAIN_ID>
|
|
263
|
+
```
|
|
264
264
|
|
|
265
265
|
2. **Edit Protocol List** (`src/protocols/protocolList.json`)
|
|
266
266
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
267
|
+
```json
|
|
268
|
+
[
|
|
269
|
+
{
|
|
270
|
+
"ptAddress": "0x6def54ae7e38992a7d1ab60d279483ba7f7b0aeb",
|
|
271
|
+
"chainId": 1,
|
|
272
|
+
"multipliers": [
|
|
273
|
+
{
|
|
274
|
+
"amount": 1.5,
|
|
275
|
+
"name": "Karak XP"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"amount": 3,
|
|
279
|
+
"name": "Ether.fi Points"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
]
|
|
284
|
+
```
|
|
285
285
|
|
|
286
286
|
3. **Commit Changes**
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
|
|
288
|
+
```bash
|
|
289
|
+
git commit -m "chore: add <PROTOCOL_NAME>, chainId: <CHAIN_ID>"
|
|
290
|
+
```
|
|
290
291
|
|
|
291
292
|
## 🔍 Schema Validation
|
|
292
293
|
|
package/dist/index.d.ts
CHANGED
|
@@ -4684,10 +4684,7 @@ var build$1 = [
|
|
|
4684
4684
|
symbol: "bullHYPE",
|
|
4685
4685
|
name: "HypeZion bullHYPE",
|
|
4686
4686
|
decimals: 18,
|
|
4687
|
-
logoURI: "/images/tokens/999/0x12cf926c3884dda144e18e11e2659c0675cf20ea.png"
|
|
4688
|
-
extensions: {
|
|
4689
|
-
underlying: "0x12cF926C3884dda144e18E11e2659c0675cF20eA"
|
|
4690
|
-
}
|
|
4687
|
+
logoURI: "/images/tokens/999/0x12cf926c3884dda144e18e11e2659c0675cf20ea.png"
|
|
4691
4688
|
},
|
|
4692
4689
|
{
|
|
4693
4690
|
chainId: 999,
|
|
@@ -6906,6 +6903,7 @@ var build = [
|
|
|
6906
6903
|
logoURI: "/images/tokens/999/0x12cf926c3884dda144e18e11e2659c0675cf20ea.png",
|
|
6907
6904
|
extensions: {
|
|
6908
6905
|
underlying: "0x12cF926C3884dda144e18E11e2659c0675cF20eA",
|
|
6906
|
+
protocol: "HypeZion",
|
|
6909
6907
|
vault: {
|
|
6910
6908
|
chainId: 999,
|
|
6911
6909
|
address: "0x12cF926C3884dda144e18E11e2659c0675cF20eA",
|
package/dist/index.js
CHANGED
|
@@ -4712,10 +4712,7 @@ var build_default = [
|
|
|
4712
4712
|
symbol: "bullHYPE",
|
|
4713
4713
|
name: "HypeZion bullHYPE",
|
|
4714
4714
|
decimals: 18,
|
|
4715
|
-
logoURI: "/images/tokens/999/0x12cf926c3884dda144e18e11e2659c0675cf20ea.png"
|
|
4716
|
-
extensions: {
|
|
4717
|
-
underlying: "0x12cF926C3884dda144e18E11e2659c0675cF20eA"
|
|
4718
|
-
}
|
|
4715
|
+
logoURI: "/images/tokens/999/0x12cf926c3884dda144e18e11e2659c0675cf20ea.png"
|
|
4719
4716
|
},
|
|
4720
4717
|
{
|
|
4721
4718
|
chainId: 999,
|
|
@@ -6935,6 +6932,7 @@ var build_default2 = [
|
|
|
6935
6932
|
logoURI: "/images/tokens/999/0x12cf926c3884dda144e18e11e2659c0675cf20ea.png",
|
|
6936
6933
|
extensions: {
|
|
6937
6934
|
underlying: "0x12cF926C3884dda144e18E11e2659c0675cF20eA",
|
|
6935
|
+
protocol: "HypeZion",
|
|
6938
6936
|
vault: {
|
|
6939
6937
|
chainId: 999,
|
|
6940
6938
|
address: "0x12cF926C3884dda144e18E11e2659c0675cF20eA",
|