@eth-optimism/tokenlist 10.0.173 → 10.0.174
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-1d5f1038.d.ts → optimism.tokenlist-870ccc21.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-29T05:12
|
|
44
|
+
var timestamp = "2024-11-29T05:29:12.484Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4530,6 +4530,32 @@ var tokens = [
|
|
|
4530
4530
|
opTokenId: "LOCG"
|
|
4531
4531
|
}
|
|
4532
4532
|
},
|
|
4533
|
+
{
|
|
4534
|
+
chainId: 1,
|
|
4535
|
+
address: "0x686f2404e77ab0d9070a46cdfb0b7fecdd2318b0",
|
|
4536
|
+
name: "Lords",
|
|
4537
|
+
symbol: "LORDS",
|
|
4538
|
+
decimals: 18,
|
|
4539
|
+
logoURI: "https://ethereum-optimism.github.io/data/LORDS/logo.png",
|
|
4540
|
+
extensions: {
|
|
4541
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4542
|
+
opListId: "extended",
|
|
4543
|
+
opTokenId: "LORDS"
|
|
4544
|
+
}
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
chainId: 8453,
|
|
4548
|
+
address: "0xd5b22dCfa9a919b28Afe164fc7Af10b832d4B022",
|
|
4549
|
+
name: "Lords",
|
|
4550
|
+
symbol: "LORDS",
|
|
4551
|
+
decimals: 18,
|
|
4552
|
+
logoURI: "https://ethereum-optimism.github.io/data/LORDS/logo.png",
|
|
4553
|
+
extensions: {
|
|
4554
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4555
|
+
opListId: "extended",
|
|
4556
|
+
opTokenId: "LORDS"
|
|
4557
|
+
}
|
|
4558
|
+
},
|
|
4533
4559
|
{
|
|
4534
4560
|
chainId: 1,
|
|
4535
4561
|
address: "0x3650B69f86cB593f116e276C30666834336c0647",
|
|
@@ -10512,7 +10538,7 @@ var tokens = [
|
|
|
10512
10538
|
var version = {
|
|
10513
10539
|
major: 10,
|
|
10514
10540
|
minor: 0,
|
|
10515
|
-
patch:
|
|
10541
|
+
patch: 174
|
|
10516
10542
|
};
|
|
10517
10543
|
var optimism_tokenlist_default = {
|
|
10518
10544
|
name,
|