@eth-optimism/tokenlist 8.3.118 → 8.3.120
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 +30 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-66829100.d.ts → optimism.tokenlist-9ef81013.d.ts} +30 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -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-14T23:43:52.810Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -750,6 +750,7 @@ var tokens = [
|
|
|
750
750
|
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
751
751
|
extensions: {
|
|
752
752
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
753
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
753
754
|
opListId: "default",
|
|
754
755
|
opTokenId: "CRV"
|
|
755
756
|
}
|
|
@@ -767,6 +768,19 @@ var tokens = [
|
|
|
767
768
|
opTokenId: "CRV"
|
|
768
769
|
}
|
|
769
770
|
},
|
|
771
|
+
{
|
|
772
|
+
chainId: 8453,
|
|
773
|
+
address: "0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",
|
|
774
|
+
name: "Curve DAO Token",
|
|
775
|
+
symbol: "CRV",
|
|
776
|
+
decimals: 18,
|
|
777
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
778
|
+
extensions: {
|
|
779
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
780
|
+
opListId: "default",
|
|
781
|
+
opTokenId: "CRV"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
770
784
|
{
|
|
771
785
|
chainId: 1,
|
|
772
786
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -3444,6 +3458,7 @@ var tokens = [
|
|
|
3444
3458
|
logoURI: "https://ethereum-optimism.github.io/data/SUSHI/logo.svg",
|
|
3445
3459
|
extensions: {
|
|
3446
3460
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3461
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3447
3462
|
opListId: "extended",
|
|
3448
3463
|
opTokenId: "SUSHI"
|
|
3449
3464
|
}
|
|
@@ -3461,6 +3476,19 @@ var tokens = [
|
|
|
3461
3476
|
opTokenId: "SUSHI"
|
|
3462
3477
|
}
|
|
3463
3478
|
},
|
|
3479
|
+
{
|
|
3480
|
+
chainId: 8453,
|
|
3481
|
+
address: "0x7D49a065D17d6d4a55dc13649901fdBB98B2AFBA",
|
|
3482
|
+
name: "SushiToken",
|
|
3483
|
+
symbol: "SUSHI",
|
|
3484
|
+
decimals: 18,
|
|
3485
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUSHI/logo.svg",
|
|
3486
|
+
extensions: {
|
|
3487
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3488
|
+
opListId: "extended",
|
|
3489
|
+
opTokenId: "SUSHI"
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3464
3492
|
{
|
|
3465
3493
|
chainId: 1,
|
|
3466
3494
|
address: "0xd41f3d112cb8695c7a8992e4055bd273f3ce8729",
|
|
@@ -4599,7 +4627,7 @@ var tokens = [
|
|
|
4599
4627
|
var version = {
|
|
4600
4628
|
major: 8,
|
|
4601
4629
|
minor: 3,
|
|
4602
|
-
patch:
|
|
4630
|
+
patch: 120
|
|
4603
4631
|
};
|
|
4604
4632
|
var optimism_tokenlist_default = {
|
|
4605
4633
|
name,
|