@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.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-29T05:
|
|
44
|
+
var timestamp = "2024-11-29T05:43:38.209Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4516,6 +4516,44 @@ var tokens = [
|
|
|
4516
4516
|
opTokenId: "LIZ"
|
|
4517
4517
|
}
|
|
4518
4518
|
},
|
|
4519
|
+
{
|
|
4520
|
+
chainId: 1,
|
|
4521
|
+
address: "0xAF4144cd943ed5362Fed2BaE6573184659CBe6FF",
|
|
4522
|
+
name: "Lizcoin",
|
|
4523
|
+
symbol: "LIZ",
|
|
4524
|
+
decimals: 18,
|
|
4525
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4526
|
+
extensions: {
|
|
4527
|
+
opListId: "extended",
|
|
4528
|
+
opTokenId: "LIZCOIN"
|
|
4529
|
+
}
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
chainId: 11155111,
|
|
4533
|
+
address: "0xAF9F5cC2384C33dE30a7eDB933A3fb0626eAf542",
|
|
4534
|
+
name: "Lizcoin",
|
|
4535
|
+
symbol: "LIZ",
|
|
4536
|
+
decimals: 18,
|
|
4537
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4538
|
+
extensions: {
|
|
4539
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
4540
|
+
opListId: "extended",
|
|
4541
|
+
opTokenId: "LIZCOIN"
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
chainId: 84532,
|
|
4546
|
+
address: "0xBbF7ddbfBFeD11610CA2165ed5d94485f09D98E1",
|
|
4547
|
+
name: "Lizcoin",
|
|
4548
|
+
symbol: "LIZ",
|
|
4549
|
+
decimals: 18,
|
|
4550
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4551
|
+
extensions: {
|
|
4552
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4553
|
+
opListId: "extended",
|
|
4554
|
+
opTokenId: "LIZCOIN"
|
|
4555
|
+
}
|
|
4556
|
+
},
|
|
4519
4557
|
{
|
|
4520
4558
|
chainId: 1,
|
|
4521
4559
|
address: "0x60Eb57d085C59932d5fAa6c6026268A4386927d0",
|
|
@@ -10576,7 +10614,7 @@ var tokens = [
|
|
|
10576
10614
|
var version = {
|
|
10577
10615
|
major: 10,
|
|
10578
10616
|
minor: 0,
|
|
10579
|
-
patch:
|
|
10617
|
+
patch: 176
|
|
10580
10618
|
};
|
|
10581
10619
|
var optimism_tokenlist_default = {
|
|
10582
10620
|
name,
|