@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-29T05:12
|
|
9
|
+
var timestamp = "2024-11-29T05:29:12.484Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4495,6 +4495,32 @@ var tokens = [
|
|
|
4495
4495
|
opTokenId: "LOCG"
|
|
4496
4496
|
}
|
|
4497
4497
|
},
|
|
4498
|
+
{
|
|
4499
|
+
chainId: 1,
|
|
4500
|
+
address: "0x686f2404e77ab0d9070a46cdfb0b7fecdd2318b0",
|
|
4501
|
+
name: "Lords",
|
|
4502
|
+
symbol: "LORDS",
|
|
4503
|
+
decimals: 18,
|
|
4504
|
+
logoURI: "https://ethereum-optimism.github.io/data/LORDS/logo.png",
|
|
4505
|
+
extensions: {
|
|
4506
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4507
|
+
opListId: "extended",
|
|
4508
|
+
opTokenId: "LORDS"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
chainId: 8453,
|
|
4513
|
+
address: "0xd5b22dCfa9a919b28Afe164fc7Af10b832d4B022",
|
|
4514
|
+
name: "Lords",
|
|
4515
|
+
symbol: "LORDS",
|
|
4516
|
+
decimals: 18,
|
|
4517
|
+
logoURI: "https://ethereum-optimism.github.io/data/LORDS/logo.png",
|
|
4518
|
+
extensions: {
|
|
4519
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4520
|
+
opListId: "extended",
|
|
4521
|
+
opTokenId: "LORDS"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4498
4524
|
{
|
|
4499
4525
|
chainId: 1,
|
|
4500
4526
|
address: "0x3650B69f86cB593f116e276C30666834336c0647",
|
|
@@ -10477,7 +10503,7 @@ var tokens = [
|
|
|
10477
10503
|
var version = {
|
|
10478
10504
|
major: 10,
|
|
10479
10505
|
minor: 0,
|
|
10480
|
-
patch:
|
|
10506
|
+
patch: 174
|
|
10481
10507
|
};
|
|
10482
10508
|
var optimism_tokenlist_default = {
|
|
10483
10509
|
name,
|