@eth-optimism/tokenlist 8.3.119 → 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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-fbb06b1a.d.ts → optimism.tokenlist-9ef81013.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-14T23:
|
|
44
|
+
var timestamp = "2023-08-14T23:43:52.810Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3458,6 +3458,7 @@ var tokens = [
|
|
|
3458
3458
|
logoURI: "https://ethereum-optimism.github.io/data/SUSHI/logo.svg",
|
|
3459
3459
|
extensions: {
|
|
3460
3460
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3461
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3461
3462
|
opListId: "extended",
|
|
3462
3463
|
opTokenId: "SUSHI"
|
|
3463
3464
|
}
|
|
@@ -3475,6 +3476,19 @@ var tokens = [
|
|
|
3475
3476
|
opTokenId: "SUSHI"
|
|
3476
3477
|
}
|
|
3477
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
|
+
},
|
|
3478
3492
|
{
|
|
3479
3493
|
chainId: 1,
|
|
3480
3494
|
address: "0xd41f3d112cb8695c7a8992e4055bd273f3ce8729",
|
|
@@ -4613,7 +4627,7 @@ var tokens = [
|
|
|
4613
4627
|
var version = {
|
|
4614
4628
|
major: 8,
|
|
4615
4629
|
minor: 3,
|
|
4616
|
-
patch:
|
|
4630
|
+
patch: 120
|
|
4617
4631
|
};
|
|
4618
4632
|
var optimism_tokenlist_default = {
|
|
4619
4633
|
name,
|