@eth-optimism/tokenlist 10.0.1736 → 10.0.1738
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-698cac6d.d.ts → optimism.tokenlist-6ea4ec3f.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 = "2025-11-
|
|
44
|
+
var timestamp = "2025-11-20T19:49:29.054Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -7943,6 +7943,18 @@ var tokens = [
|
|
|
7943
7943
|
opTokenId: "MPWR"
|
|
7944
7944
|
}
|
|
7945
7945
|
},
|
|
7946
|
+
{
|
|
7947
|
+
chainId: 8453,
|
|
7948
|
+
address: "0xf0cb96a4011a0a6f73d100c7080bf8020d10f87a",
|
|
7949
|
+
name: "Mr Lightspeed Creator Coin",
|
|
7950
|
+
symbol: "mr_lightspeed",
|
|
7951
|
+
decimals: 18,
|
|
7952
|
+
logoURI: "https://ethereum-optimism.github.io/data/MR_LIGHTSPEED/logo.png",
|
|
7953
|
+
extensions: {
|
|
7954
|
+
opListId: "extended",
|
|
7955
|
+
opTokenId: "MR_LIGHTSPEED"
|
|
7956
|
+
}
|
|
7957
|
+
},
|
|
7946
7958
|
{
|
|
7947
7959
|
chainId: 8453,
|
|
7948
7960
|
address: "0x31b28012f61fc3600e1c076bafc9fd997fb2da90",
|
|
@@ -15256,7 +15268,7 @@ var tokens = [
|
|
|
15256
15268
|
var version = {
|
|
15257
15269
|
major: 10,
|
|
15258
15270
|
minor: 0,
|
|
15259
|
-
patch:
|
|
15271
|
+
patch: 1737
|
|
15260
15272
|
};
|
|
15261
15273
|
var optimism_tokenlist_default = {
|
|
15262
15274
|
name,
|