@eth-optimism/tokenlist 8.3.106 → 8.3.108
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-4f954b8b.d.ts → optimism.tokenlist-c68af19b.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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 = "2023-08-
|
|
44
|
+
var timestamp = "2023-08-04T20:06:10.880Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2553,6 +2553,32 @@ var tokens = [
|
|
|
2553
2553
|
opTokenId: "PAPER"
|
|
2554
2554
|
}
|
|
2555
2555
|
},
|
|
2556
|
+
{
|
|
2557
|
+
chainId: 1,
|
|
2558
|
+
address: "0x808507121B80c02388fAd14726482e061B8da827",
|
|
2559
|
+
name: "Pendle",
|
|
2560
|
+
symbol: "PENDLE",
|
|
2561
|
+
decimals: 18,
|
|
2562
|
+
logoURI: "https://ethereum-optimism.github.io/data/PENDLE/logo.png",
|
|
2563
|
+
extensions: {
|
|
2564
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2565
|
+
opListId: "extended",
|
|
2566
|
+
opTokenId: "PENDLE"
|
|
2567
|
+
}
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
chainId: 10,
|
|
2571
|
+
address: "0xBC7B1Ff1c6989f006a1185318eD4E7b5796e66E1",
|
|
2572
|
+
name: "Pendle",
|
|
2573
|
+
symbol: "PENDLE",
|
|
2574
|
+
decimals: 18,
|
|
2575
|
+
logoURI: "https://ethereum-optimism.github.io/data/PENDLE/logo.png",
|
|
2576
|
+
extensions: {
|
|
2577
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2578
|
+
opListId: "extended",
|
|
2579
|
+
opTokenId: "PENDLE"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2556
2582
|
{
|
|
2557
2583
|
chainId: 1,
|
|
2558
2584
|
address: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
@@ -3335,6 +3361,32 @@ var tokens = [
|
|
|
3335
3361
|
opTokenId: "SUSHI"
|
|
3336
3362
|
}
|
|
3337
3363
|
},
|
|
3364
|
+
{
|
|
3365
|
+
chainId: 1,
|
|
3366
|
+
address: "0xd41f3d112cb8695c7a8992e4055bd273f3ce8729",
|
|
3367
|
+
name: "Synth",
|
|
3368
|
+
symbol: "SYNTH",
|
|
3369
|
+
decimals: 18,
|
|
3370
|
+
logoURI: "https://ethereum-optimism.github.io/data/SYNTH/logo.svg",
|
|
3371
|
+
extensions: {
|
|
3372
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3373
|
+
opListId: "extended",
|
|
3374
|
+
opTokenId: "SYNTH"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
chainId: 10,
|
|
3379
|
+
address: "0xa925f4057d6E6C8FAf8bdE537Ad14BA91A1D0337",
|
|
3380
|
+
name: "Synth",
|
|
3381
|
+
symbol: "SYNTH",
|
|
3382
|
+
decimals: 18,
|
|
3383
|
+
logoURI: "https://ethereum-optimism.github.io/data/SYNTH/logo.svg",
|
|
3384
|
+
extensions: {
|
|
3385
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3386
|
+
opListId: "extended",
|
|
3387
|
+
opTokenId: "SYNTH"
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3338
3390
|
{
|
|
3339
3391
|
chainId: 1,
|
|
3340
3392
|
address: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
|
|
@@ -4373,7 +4425,7 @@ var tokens = [
|
|
|
4373
4425
|
var version = {
|
|
4374
4426
|
major: 8,
|
|
4375
4427
|
minor: 3,
|
|
4376
|
-
patch:
|
|
4428
|
+
patch: 108
|
|
4377
4429
|
};
|
|
4378
4430
|
var optimism_tokenlist_default = {
|
|
4379
4431
|
name,
|