@eth-optimism/tokenlist 10.0.163 → 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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-7eeb9a37.d.ts → optimism.tokenlist-134fb5d0.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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-
|
|
25
|
+
var timestamp = "2024-11-20T03:37:58.572Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3385,6 +3385,7 @@ var tokens = [
|
|
|
3385
3385
|
decimals: 18,
|
|
3386
3386
|
logoURI: "https://ethereum-optimism.github.io/data/GRT/logo.svg",
|
|
3387
3387
|
extensions: {
|
|
3388
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3388
3389
|
opListId: "extended",
|
|
3389
3390
|
opTokenId: "GRT"
|
|
3390
3391
|
}
|
|
@@ -3415,6 +3416,19 @@ var tokens = [
|
|
|
3415
3416
|
opTokenId: "GRT"
|
|
3416
3417
|
}
|
|
3417
3418
|
},
|
|
3419
|
+
{
|
|
3420
|
+
chainId: 8453,
|
|
3421
|
+
address: "0x0F4d237B09Cb37d207BA60353Dc254d4530D4dF1",
|
|
3422
|
+
name: "Graph Token",
|
|
3423
|
+
symbol: "GRT",
|
|
3424
|
+
decimals: 18,
|
|
3425
|
+
logoURI: "https://ethereum-optimism.github.io/data/GRT/logo.svg",
|
|
3426
|
+
extensions: {
|
|
3427
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3428
|
+
opListId: "extended",
|
|
3429
|
+
opTokenId: "GRT"
|
|
3430
|
+
}
|
|
3431
|
+
},
|
|
3418
3432
|
{
|
|
3419
3433
|
chainId: 1,
|
|
3420
3434
|
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
|
|
@@ -5525,6 +5539,32 @@ var tokens = [
|
|
|
5525
5539
|
opTokenId: "OGN"
|
|
5526
5540
|
}
|
|
5527
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
|
+
},
|
|
5528
5568
|
{
|
|
5529
5569
|
chainId: 1,
|
|
5530
5570
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -10269,7 +10309,7 @@ var tokens = [
|
|
|
10269
10309
|
var version = {
|
|
10270
10310
|
major: 10,
|
|
10271
10311
|
minor: 0,
|
|
10272
|
-
patch:
|
|
10312
|
+
patch: 165
|
|
10273
10313
|
};
|
|
10274
10314
|
var optimism_tokenlist_default = {
|
|
10275
10315
|
name,
|