@eth-optimism/tokenlist 10.0.130 → 10.0.131
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 +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f2bd1624.d.ts → optimism.tokenlist-ab8b015e.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-09-
|
|
44
|
+
var timestamp = "2024-09-21T01:50:53.632Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8098,6 +8098,18 @@ var tokens = [
|
|
|
8098
8098
|
opTokenId: "UNI"
|
|
8099
8099
|
}
|
|
8100
8100
|
},
|
|
8101
|
+
{
|
|
8102
|
+
chainId: 8453,
|
|
8103
|
+
address: "0xac27fa800955849d6d17cc8952ba9dd6eaa66187",
|
|
8104
|
+
name: "UnlockProtocolToken",
|
|
8105
|
+
symbol: "UP",
|
|
8106
|
+
decimals: 18,
|
|
8107
|
+
logoURI: "https://ethereum-optimism.github.io/data/UP/logo.svg",
|
|
8108
|
+
extensions: {
|
|
8109
|
+
opListId: "extended",
|
|
8110
|
+
opTokenId: "UP"
|
|
8111
|
+
}
|
|
8112
|
+
},
|
|
8101
8113
|
{
|
|
8102
8114
|
chainId: 1,
|
|
8103
8115
|
address: "0x38547D918b9645F2D94336B6b61AEB08053E142c",
|
|
@@ -9502,7 +9514,7 @@ var tokens = [
|
|
|
9502
9514
|
var version = {
|
|
9503
9515
|
major: 10,
|
|
9504
9516
|
minor: 0,
|
|
9505
|
-
patch:
|
|
9517
|
+
patch: 131
|
|
9506
9518
|
};
|
|
9507
9519
|
var optimism_tokenlist_default = {
|
|
9508
9520
|
name,
|