@perspectivefi/token-list 1.26.33 → 1.26.34
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 +18 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1045,6 +1045,24 @@ var protocolList = [
|
|
|
1045
1045
|
]
|
|
1046
1046
|
}
|
|
1047
1047
|
},
|
|
1048
|
+
{
|
|
1049
|
+
ptAddress: "0xae814abf803aaf847bbf354aa01bc88f4d81693e",
|
|
1050
|
+
chainId: 43114,
|
|
1051
|
+
multipliers: {
|
|
1052
|
+
yt: [
|
|
1053
|
+
{
|
|
1054
|
+
amount: 2,
|
|
1055
|
+
name: "Nuts"
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
lp: [
|
|
1059
|
+
{
|
|
1060
|
+
amount: 2,
|
|
1061
|
+
name: "Nuts - Applied to tAVAX side of the pool"
|
|
1062
|
+
}
|
|
1063
|
+
]
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1048
1066
|
{
|
|
1049
1067
|
ptAddress: "0x1f65edfd864ed4045bbe03597a514f54bc87bea5",
|
|
1050
1068
|
chainId: 143,
|
package/dist/index.js
CHANGED
|
@@ -1072,6 +1072,24 @@ var protocolList_default = [
|
|
|
1072
1072
|
]
|
|
1073
1073
|
}
|
|
1074
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
ptAddress: "0xae814abf803aaf847bbf354aa01bc88f4d81693e",
|
|
1077
|
+
chainId: 43114,
|
|
1078
|
+
multipliers: {
|
|
1079
|
+
yt: [
|
|
1080
|
+
{
|
|
1081
|
+
amount: 2,
|
|
1082
|
+
name: "Nuts"
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
lp: [
|
|
1086
|
+
{
|
|
1087
|
+
amount: 2,
|
|
1088
|
+
name: "Nuts - Applied to tAVAX side of the pool"
|
|
1089
|
+
}
|
|
1090
|
+
]
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1075
1093
|
{
|
|
1076
1094
|
ptAddress: "0x1f65edfd864ed4045bbe03597a514f54bc87bea5",
|
|
1077
1095
|
chainId: 143,
|