@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-11-
|
|
25
|
+
var timestamp = "2025-11-20T19:49:29.054Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -7924,6 +7924,18 @@ var tokens = [
|
|
|
7924
7924
|
opTokenId: "MPWR"
|
|
7925
7925
|
}
|
|
7926
7926
|
},
|
|
7927
|
+
{
|
|
7928
|
+
chainId: 8453,
|
|
7929
|
+
address: "0xf0cb96a4011a0a6f73d100c7080bf8020d10f87a",
|
|
7930
|
+
name: "Mr Lightspeed Creator Coin",
|
|
7931
|
+
symbol: "mr_lightspeed",
|
|
7932
|
+
decimals: 18,
|
|
7933
|
+
logoURI: "https://ethereum-optimism.github.io/data/MR_LIGHTSPEED/logo.png",
|
|
7934
|
+
extensions: {
|
|
7935
|
+
opListId: "extended",
|
|
7936
|
+
opTokenId: "MR_LIGHTSPEED"
|
|
7937
|
+
}
|
|
7938
|
+
},
|
|
7927
7939
|
{
|
|
7928
7940
|
chainId: 8453,
|
|
7929
7941
|
address: "0x31b28012f61fc3600e1c076bafc9fd997fb2da90",
|
|
@@ -15237,7 +15249,7 @@ var tokens = [
|
|
|
15237
15249
|
var version = {
|
|
15238
15250
|
major: 10,
|
|
15239
15251
|
minor: 0,
|
|
15240
|
-
patch:
|
|
15252
|
+
patch: 1737
|
|
15241
15253
|
};
|
|
15242
15254
|
var optimism_tokenlist_default = {
|
|
15243
15255
|
name,
|