@eth-optimism/tokenlist 10.0.175 → 10.0.176
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-bc5e1d33.d.ts → optimism.tokenlist-f80671d5.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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-29T05:
|
|
25
|
+
var timestamp = "2024-11-29T05:43:38.209Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4497,6 +4497,44 @@ var tokens = [
|
|
|
4497
4497
|
opTokenId: "LIZ"
|
|
4498
4498
|
}
|
|
4499
4499
|
},
|
|
4500
|
+
{
|
|
4501
|
+
chainId: 1,
|
|
4502
|
+
address: "0xAF4144cd943ed5362Fed2BaE6573184659CBe6FF",
|
|
4503
|
+
name: "Lizcoin",
|
|
4504
|
+
symbol: "LIZ",
|
|
4505
|
+
decimals: 18,
|
|
4506
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4507
|
+
extensions: {
|
|
4508
|
+
opListId: "extended",
|
|
4509
|
+
opTokenId: "LIZCOIN"
|
|
4510
|
+
}
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
chainId: 11155111,
|
|
4514
|
+
address: "0xAF9F5cC2384C33dE30a7eDB933A3fb0626eAf542",
|
|
4515
|
+
name: "Lizcoin",
|
|
4516
|
+
symbol: "LIZ",
|
|
4517
|
+
decimals: 18,
|
|
4518
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4519
|
+
extensions: {
|
|
4520
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
4521
|
+
opListId: "extended",
|
|
4522
|
+
opTokenId: "LIZCOIN"
|
|
4523
|
+
}
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
chainId: 84532,
|
|
4527
|
+
address: "0xBbF7ddbfBFeD11610CA2165ed5d94485f09D98E1",
|
|
4528
|
+
name: "Lizcoin",
|
|
4529
|
+
symbol: "LIZ",
|
|
4530
|
+
decimals: 18,
|
|
4531
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4532
|
+
extensions: {
|
|
4533
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4534
|
+
opListId: "extended",
|
|
4535
|
+
opTokenId: "LIZCOIN"
|
|
4536
|
+
}
|
|
4537
|
+
},
|
|
4500
4538
|
{
|
|
4501
4539
|
chainId: 1,
|
|
4502
4540
|
address: "0x60Eb57d085C59932d5fAa6c6026268A4386927d0",
|
|
@@ -10557,7 +10595,7 @@ var tokens = [
|
|
|
10557
10595
|
var version = {
|
|
10558
10596
|
major: 10,
|
|
10559
10597
|
minor: 0,
|
|
10560
|
-
patch:
|
|
10598
|
+
patch: 176
|
|
10561
10599
|
};
|
|
10562
10600
|
var optimism_tokenlist_default = {
|
|
10563
10601
|
name,
|