@eth-optimism/tokenlist 10.0.1732 → 10.0.1733
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-df3d4a85.d.ts → optimism.tokenlist-6c9f413f.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-10-
|
|
44
|
+
var timestamp = "2025-10-27T23:48:57.237Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3757,6 +3757,30 @@ var tokens = [
|
|
|
3757
3757
|
opTokenId: "ENS"
|
|
3758
3758
|
}
|
|
3759
3759
|
},
|
|
3760
|
+
{
|
|
3761
|
+
chainId: 1135,
|
|
3762
|
+
address: "0xF50FFf154E63E510e494929E9eab1E9C5047429E",
|
|
3763
|
+
name: "ENSC",
|
|
3764
|
+
symbol: "ENSC",
|
|
3765
|
+
decimals: 18,
|
|
3766
|
+
logoURI: "https://ethereum-optimism.github.io/data/ENSC/logo.svg",
|
|
3767
|
+
extensions: {
|
|
3768
|
+
opListId: "extended",
|
|
3769
|
+
opTokenId: "ENSC"
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
chainId: 4202,
|
|
3774
|
+
address: "0x6cdf5aDbB9e1673811A7a36540D79429045E7891",
|
|
3775
|
+
name: "ENSC",
|
|
3776
|
+
symbol: "ENSC",
|
|
3777
|
+
decimals: 18,
|
|
3778
|
+
logoURI: "https://ethereum-optimism.github.io/data/ENSC/logo.svg",
|
|
3779
|
+
extensions: {
|
|
3780
|
+
opListId: "extended",
|
|
3781
|
+
opTokenId: "ENSC"
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3760
3784
|
{
|
|
3761
3785
|
chainId: 1,
|
|
3762
3786
|
address: "0x22Fc5A29bd3d6CCe19a06f844019fd506fCe4455",
|
|
@@ -15074,7 +15098,7 @@ var tokens = [
|
|
|
15074
15098
|
var version = {
|
|
15075
15099
|
major: 10,
|
|
15076
15100
|
minor: 0,
|
|
15077
|
-
patch:
|
|
15101
|
+
patch: 1732
|
|
15078
15102
|
};
|
|
15079
15103
|
var optimism_tokenlist_default = {
|
|
15080
15104
|
name,
|