@eth-optimism/tokenlist 10.0.1705 → 10.0.1706
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 +26 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-48a2b426.d.ts → optimism.tokenlist-ec77f2d7.d.ts} +26 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +26 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +26 -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 = "2025-08-
|
44
|
+
var timestamp = "2025-08-13T16:10:23.505Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -7433,6 +7433,18 @@ var tokens = [
|
|
7433
7433
|
opTokenId: "MRSMIGGLES"
|
7434
7434
|
}
|
7435
7435
|
},
|
7436
|
+
{
|
7437
|
+
chainId: 8453,
|
7438
|
+
address: "0x7Ba6F01772924a82D9626c126347A28299E98c98",
|
7439
|
+
name: "Metronome Synth ETH",
|
7440
|
+
symbol: "msETH",
|
7441
|
+
decimals: 18,
|
7442
|
+
logoURI: "https://ethereum-optimism.github.io/data/msETH/logo.svg",
|
7443
|
+
extensions: {
|
7444
|
+
opListId: "extended",
|
7445
|
+
opTokenId: "msETH"
|
7446
|
+
}
|
7447
|
+
},
|
7436
7448
|
{
|
7437
7449
|
chainId: 1,
|
7438
7450
|
address: "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
|
@@ -13642,6 +13654,18 @@ var tokens = [
|
|
13642
13654
|
opTokenId: "wstETH"
|
13643
13655
|
}
|
13644
13656
|
},
|
13657
|
+
{
|
13658
|
+
chainId: 8453,
|
13659
|
+
address: "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6",
|
13660
|
+
name: "Wrapped Super OETH",
|
13661
|
+
symbol: "wsuperOETHb",
|
13662
|
+
decimals: 18,
|
13663
|
+
logoURI: "https://ethereum-optimism.github.io/data/wsuperOETHb/logo.svg",
|
13664
|
+
extensions: {
|
13665
|
+
opListId: "extended",
|
13666
|
+
opTokenId: "wsuperOETHb"
|
13667
|
+
}
|
13668
|
+
},
|
13645
13669
|
{
|
13646
13670
|
chainId: 1,
|
13647
13671
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
@@ -14370,7 +14394,7 @@ var tokens = [
|
|
14370
14394
|
var version = {
|
14371
14395
|
major: 10,
|
14372
14396
|
minor: 0,
|
14373
|
-
patch:
|
14397
|
+
patch: 1705
|
14374
14398
|
};
|
14375
14399
|
var optimism_tokenlist_default = {
|
14376
14400
|
name,
|