@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-20T03:
|
|
25
|
+
var timestamp = "2024-11-20T03:37:58.572Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -5539,6 +5539,32 @@ var tokens = [
|
|
|
5539
5539
|
opTokenId: "OGN"
|
|
5540
5540
|
}
|
|
5541
5541
|
},
|
|
5542
|
+
{
|
|
5543
|
+
chainId: 11155111,
|
|
5544
|
+
address: "0x12630f88B4ac181bad45089Ba1D0d5DBed708083",
|
|
5545
|
+
name: "OPENLOOT",
|
|
5546
|
+
symbol: "OL",
|
|
5547
|
+
decimals: 18,
|
|
5548
|
+
logoURI: "https://ethereum-optimism.github.io/data/OL/logo.svg",
|
|
5549
|
+
extensions: {
|
|
5550
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
5551
|
+
opListId: "extended",
|
|
5552
|
+
opTokenId: "OL"
|
|
5553
|
+
}
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
chainId: 84532,
|
|
5557
|
+
address: "0x189e5d3e8b540a9f9a5a15BAd683d26fF87E3DdE",
|
|
5558
|
+
name: "OPENLOOT",
|
|
5559
|
+
symbol: "OL",
|
|
5560
|
+
decimals: 18,
|
|
5561
|
+
logoURI: "https://ethereum-optimism.github.io/data/OL/logo.svg",
|
|
5562
|
+
extensions: {
|
|
5563
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5564
|
+
opListId: "extended",
|
|
5565
|
+
opTokenId: "OL"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5542
5568
|
{
|
|
5543
5569
|
chainId: 1,
|
|
5544
5570
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -10283,7 +10309,7 @@ var tokens = [
|
|
|
10283
10309
|
var version = {
|
|
10284
10310
|
major: 10,
|
|
10285
10311
|
minor: 0,
|
|
10286
|
-
patch:
|
|
10312
|
+
patch: 165
|
|
10287
10313
|
};
|
|
10288
10314
|
var optimism_tokenlist_default = {
|
|
10289
10315
|
name,
|