@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-
|
|
9
|
+
var timestamp = "2024-11-20T03:37:58.572Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3369,6 +3369,7 @@ var tokens = [
|
|
|
3369
3369
|
decimals: 18,
|
|
3370
3370
|
logoURI: "https://ethereum-optimism.github.io/data/GRT/logo.svg",
|
|
3371
3371
|
extensions: {
|
|
3372
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3372
3373
|
opListId: "extended",
|
|
3373
3374
|
opTokenId: "GRT"
|
|
3374
3375
|
}
|
|
@@ -3399,6 +3400,19 @@ var tokens = [
|
|
|
3399
3400
|
opTokenId: "GRT"
|
|
3400
3401
|
}
|
|
3401
3402
|
},
|
|
3403
|
+
{
|
|
3404
|
+
chainId: 8453,
|
|
3405
|
+
address: "0x0F4d237B09Cb37d207BA60353Dc254d4530D4dF1",
|
|
3406
|
+
name: "Graph Token",
|
|
3407
|
+
symbol: "GRT",
|
|
3408
|
+
decimals: 18,
|
|
3409
|
+
logoURI: "https://ethereum-optimism.github.io/data/GRT/logo.svg",
|
|
3410
|
+
extensions: {
|
|
3411
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3412
|
+
opListId: "extended",
|
|
3413
|
+
opTokenId: "GRT"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3402
3416
|
{
|
|
3403
3417
|
chainId: 1,
|
|
3404
3418
|
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
|
|
@@ -5509,6 +5523,32 @@ var tokens = [
|
|
|
5509
5523
|
opTokenId: "OGN"
|
|
5510
5524
|
}
|
|
5511
5525
|
},
|
|
5526
|
+
{
|
|
5527
|
+
chainId: 11155111,
|
|
5528
|
+
address: "0x12630f88B4ac181bad45089Ba1D0d5DBed708083",
|
|
5529
|
+
name: "OPENLOOT",
|
|
5530
|
+
symbol: "OL",
|
|
5531
|
+
decimals: 18,
|
|
5532
|
+
logoURI: "https://ethereum-optimism.github.io/data/OL/logo.svg",
|
|
5533
|
+
extensions: {
|
|
5534
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
5535
|
+
opListId: "extended",
|
|
5536
|
+
opTokenId: "OL"
|
|
5537
|
+
}
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
chainId: 84532,
|
|
5541
|
+
address: "0x189e5d3e8b540a9f9a5a15BAd683d26fF87E3DdE",
|
|
5542
|
+
name: "OPENLOOT",
|
|
5543
|
+
symbol: "OL",
|
|
5544
|
+
decimals: 18,
|
|
5545
|
+
logoURI: "https://ethereum-optimism.github.io/data/OL/logo.svg",
|
|
5546
|
+
extensions: {
|
|
5547
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5548
|
+
opListId: "extended",
|
|
5549
|
+
opTokenId: "OL"
|
|
5550
|
+
}
|
|
5551
|
+
},
|
|
5512
5552
|
{
|
|
5513
5553
|
chainId: 1,
|
|
5514
5554
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -10253,7 +10293,7 @@ var tokens = [
|
|
|
10253
10293
|
var version = {
|
|
10254
10294
|
major: 10,
|
|
10255
10295
|
minor: 0,
|
|
10256
|
-
patch:
|
|
10296
|
+
patch: 165
|
|
10257
10297
|
};
|
|
10258
10298
|
var optimism_tokenlist_default = {
|
|
10259
10299
|
name,
|