@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-29T05:12
|
|
25
|
+
var timestamp = "2024-11-29T05:29:12.484Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4511,6 +4511,32 @@ var tokens = [
|
|
|
4511
4511
|
opTokenId: "LOCG"
|
|
4512
4512
|
}
|
|
4513
4513
|
},
|
|
4514
|
+
{
|
|
4515
|
+
chainId: 1,
|
|
4516
|
+
address: "0x686f2404e77ab0d9070a46cdfb0b7fecdd2318b0",
|
|
4517
|
+
name: "Lords",
|
|
4518
|
+
symbol: "LORDS",
|
|
4519
|
+
decimals: 18,
|
|
4520
|
+
logoURI: "https://ethereum-optimism.github.io/data/LORDS/logo.png",
|
|
4521
|
+
extensions: {
|
|
4522
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4523
|
+
opListId: "extended",
|
|
4524
|
+
opTokenId: "LORDS"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
chainId: 8453,
|
|
4529
|
+
address: "0xd5b22dCfa9a919b28Afe164fc7Af10b832d4B022",
|
|
4530
|
+
name: "Lords",
|
|
4531
|
+
symbol: "LORDS",
|
|
4532
|
+
decimals: 18,
|
|
4533
|
+
logoURI: "https://ethereum-optimism.github.io/data/LORDS/logo.png",
|
|
4534
|
+
extensions: {
|
|
4535
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4536
|
+
opListId: "extended",
|
|
4537
|
+
opTokenId: "LORDS"
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4514
4540
|
{
|
|
4515
4541
|
chainId: 1,
|
|
4516
4542
|
address: "0x3650B69f86cB593f116e276C30666834336c0647",
|
|
@@ -10493,7 +10519,7 @@ var tokens = [
|
|
|
10493
10519
|
var version = {
|
|
10494
10520
|
major: 10,
|
|
10495
10521
|
minor: 0,
|
|
10496
|
-
patch:
|
|
10522
|
+
patch: 174
|
|
10497
10523
|
};
|
|
10498
10524
|
var optimism_tokenlist_default = {
|
|
10499
10525
|
name,
|