@perspectivefi/token-list 1.26.54 → 1.26.56
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 +5 -3
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg +1 -0
- package/src/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.png +0 -0
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
|
@@ -3155,7 +3155,7 @@ var build$1 = [
|
|
|
3155
3155
|
symbol: "spSEI",
|
|
3156
3156
|
name: "Splashing SEI",
|
|
3157
3157
|
decimals: 18,
|
|
3158
|
-
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.
|
|
3158
|
+
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg",
|
|
3159
3159
|
extensions: {
|
|
3160
3160
|
protocol: "Splashing",
|
|
3161
3161
|
externalLink: "https://www.splashing.xyz/"
|
|
@@ -5839,16 +5839,18 @@ var build = [
|
|
|
5839
5839
|
name: "Spectra ERC4626 Wrapper: Splashing SEI",
|
|
5840
5840
|
symbol: "sw-spSEI",
|
|
5841
5841
|
decimals: 18,
|
|
5842
|
-
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.
|
|
5842
|
+
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg",
|
|
5843
5843
|
extensions: {
|
|
5844
|
+
underlying: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
5844
5845
|
protocol: "Splashing",
|
|
5846
|
+
exeternalLink: "https://www.splashing.xyz",
|
|
5845
5847
|
vault: {
|
|
5846
5848
|
chainId: 1329,
|
|
5847
5849
|
address: "0xC257361320F4514D91c05F461006CE6a0300E2d2",
|
|
5848
5850
|
symbol: "spSEI",
|
|
5849
5851
|
name: "Splashing SEI",
|
|
5850
5852
|
decimals: 18,
|
|
5851
|
-
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.
|
|
5853
|
+
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg"
|
|
5852
5854
|
}
|
|
5853
5855
|
}
|
|
5854
5856
|
},
|
package/dist/index.js
CHANGED
|
@@ -3183,7 +3183,7 @@ var build_default = [
|
|
|
3183
3183
|
symbol: "spSEI",
|
|
3184
3184
|
name: "Splashing SEI",
|
|
3185
3185
|
decimals: 18,
|
|
3186
|
-
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.
|
|
3186
|
+
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg",
|
|
3187
3187
|
extensions: {
|
|
3188
3188
|
protocol: "Splashing",
|
|
3189
3189
|
externalLink: "https://www.splashing.xyz/"
|
|
@@ -5868,16 +5868,18 @@ var build_default2 = [
|
|
|
5868
5868
|
name: "Spectra ERC4626 Wrapper: Splashing SEI",
|
|
5869
5869
|
symbol: "sw-spSEI",
|
|
5870
5870
|
decimals: 18,
|
|
5871
|
-
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.
|
|
5871
|
+
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg",
|
|
5872
5872
|
extensions: {
|
|
5873
|
+
underlying: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
5873
5874
|
protocol: "Splashing",
|
|
5875
|
+
exeternalLink: "https://www.splashing.xyz",
|
|
5874
5876
|
vault: {
|
|
5875
5877
|
chainId: 1329,
|
|
5876
5878
|
address: "0xC257361320F4514D91c05F461006CE6a0300E2d2",
|
|
5877
5879
|
symbol: "spSEI",
|
|
5878
5880
|
name: "Splashing SEI",
|
|
5879
5881
|
decimals: 18,
|
|
5880
|
-
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.
|
|
5882
|
+
logoURI: "/images/tokens/1329/0xc257361320f4514d91c05f461006ce6a0300e2d2.svg"
|
|
5881
5883
|
}
|
|
5882
5884
|
}
|
|
5883
5885
|
},
|