@eth-optimism/tokenlist 10.0.179 → 10.0.180
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-6072d74f.d.ts → optimism.tokenlist-b8c7d58e.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2024-11-29T08:
|
|
25
|
+
var timestamp = "2024-11-29T08:30:33.592Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4443,6 +4443,32 @@ var tokens = [
|
|
|
4443
4443
|
opTokenId: "KROM"
|
|
4444
4444
|
}
|
|
4445
4445
|
},
|
|
4446
|
+
{
|
|
4447
|
+
chainId: 1,
|
|
4448
|
+
address: "0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
|
|
4449
|
+
name: "LCX",
|
|
4450
|
+
symbol: "LCX",
|
|
4451
|
+
decimals: 18,
|
|
4452
|
+
logoURI: "https://ethereum-optimism.github.io/data/LCX/logo.svg",
|
|
4453
|
+
extensions: {
|
|
4454
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4455
|
+
opListId: "extended",
|
|
4456
|
+
opTokenId: "LCX"
|
|
4457
|
+
}
|
|
4458
|
+
},
|
|
4459
|
+
{
|
|
4460
|
+
chainId: 8453,
|
|
4461
|
+
address: "0xd7468c14ae76C3Fc308aEAdC223D5D1F71d3c171",
|
|
4462
|
+
name: "LCX",
|
|
4463
|
+
symbol: "LCX",
|
|
4464
|
+
decimals: 18,
|
|
4465
|
+
logoURI: "https://ethereum-optimism.github.io/data/LCX/logo.svg",
|
|
4466
|
+
extensions: {
|
|
4467
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4468
|
+
opListId: "extended",
|
|
4469
|
+
opTokenId: "LCX"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4446
4472
|
{
|
|
4447
4473
|
chainId: 1,
|
|
4448
4474
|
address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
|
|
@@ -10699,7 +10725,7 @@ var tokens = [
|
|
|
10699
10725
|
var version = {
|
|
10700
10726
|
major: 10,
|
|
10701
10727
|
minor: 0,
|
|
10702
|
-
patch:
|
|
10728
|
+
patch: 180
|
|
10703
10729
|
};
|
|
10704
10730
|
var optimism_tokenlist_default = {
|
|
10705
10731
|
name,
|