@eth-optimism/tokenlist 10.0.164 → 10.0.165
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-f8a44cbd.d.ts → optimism.tokenlist-134fb5d0.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-20T03:
|
|
44
|
+
var timestamp = "2024-11-20T03:37:58.572Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5558,6 +5558,32 @@ var tokens = [
|
|
|
5558
5558
|
opTokenId: "OGN"
|
|
5559
5559
|
}
|
|
5560
5560
|
},
|
|
5561
|
+
{
|
|
5562
|
+
chainId: 11155111,
|
|
5563
|
+
address: "0x12630f88B4ac181bad45089Ba1D0d5DBed708083",
|
|
5564
|
+
name: "OPENLOOT",
|
|
5565
|
+
symbol: "OL",
|
|
5566
|
+
decimals: 18,
|
|
5567
|
+
logoURI: "https://ethereum-optimism.github.io/data/OL/logo.svg",
|
|
5568
|
+
extensions: {
|
|
5569
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
5570
|
+
opListId: "extended",
|
|
5571
|
+
opTokenId: "OL"
|
|
5572
|
+
}
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
chainId: 84532,
|
|
5576
|
+
address: "0x189e5d3e8b540a9f9a5a15BAd683d26fF87E3DdE",
|
|
5577
|
+
name: "OPENLOOT",
|
|
5578
|
+
symbol: "OL",
|
|
5579
|
+
decimals: 18,
|
|
5580
|
+
logoURI: "https://ethereum-optimism.github.io/data/OL/logo.svg",
|
|
5581
|
+
extensions: {
|
|
5582
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5583
|
+
opListId: "extended",
|
|
5584
|
+
opTokenId: "OL"
|
|
5585
|
+
}
|
|
5586
|
+
},
|
|
5561
5587
|
{
|
|
5562
5588
|
chainId: 1,
|
|
5563
5589
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -10302,7 +10328,7 @@ var tokens = [
|
|
|
10302
10328
|
var version = {
|
|
10303
10329
|
major: 10,
|
|
10304
10330
|
minor: 0,
|
|
10305
|
-
patch:
|
|
10331
|
+
patch: 165
|
|
10306
10332
|
};
|
|
10307
10333
|
var optimism_tokenlist_default = {
|
|
10308
10334
|
name,
|