@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.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-11-29T08:
|
|
44
|
+
var timestamp = "2024-11-29T08:30:33.592Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4462,6 +4462,32 @@ var tokens = [
|
|
|
4462
4462
|
opTokenId: "KROM"
|
|
4463
4463
|
}
|
|
4464
4464
|
},
|
|
4465
|
+
{
|
|
4466
|
+
chainId: 1,
|
|
4467
|
+
address: "0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
|
|
4468
|
+
name: "LCX",
|
|
4469
|
+
symbol: "LCX",
|
|
4470
|
+
decimals: 18,
|
|
4471
|
+
logoURI: "https://ethereum-optimism.github.io/data/LCX/logo.svg",
|
|
4472
|
+
extensions: {
|
|
4473
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4474
|
+
opListId: "extended",
|
|
4475
|
+
opTokenId: "LCX"
|
|
4476
|
+
}
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
chainId: 8453,
|
|
4480
|
+
address: "0xd7468c14ae76C3Fc308aEAdC223D5D1F71d3c171",
|
|
4481
|
+
name: "LCX",
|
|
4482
|
+
symbol: "LCX",
|
|
4483
|
+
decimals: 18,
|
|
4484
|
+
logoURI: "https://ethereum-optimism.github.io/data/LCX/logo.svg",
|
|
4485
|
+
extensions: {
|
|
4486
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4487
|
+
opListId: "extended",
|
|
4488
|
+
opTokenId: "LCX"
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4465
4491
|
{
|
|
4466
4492
|
chainId: 1,
|
|
4467
4493
|
address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
|
|
@@ -10718,7 +10744,7 @@ var tokens = [
|
|
|
10718
10744
|
var version = {
|
|
10719
10745
|
major: 10,
|
|
10720
10746
|
minor: 0,
|
|
10721
|
-
patch:
|
|
10747
|
+
patch: 180
|
|
10722
10748
|
};
|
|
10723
10749
|
var optimism_tokenlist_default = {
|
|
10724
10750
|
name,
|