@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-10-
|
|
25
|
+
var timestamp = "2025-10-27T23:48:57.237Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3738,6 +3738,30 @@ var tokens = [
|
|
|
3738
3738
|
opTokenId: "ENS"
|
|
3739
3739
|
}
|
|
3740
3740
|
},
|
|
3741
|
+
{
|
|
3742
|
+
chainId: 1135,
|
|
3743
|
+
address: "0xF50FFf154E63E510e494929E9eab1E9C5047429E",
|
|
3744
|
+
name: "ENSC",
|
|
3745
|
+
symbol: "ENSC",
|
|
3746
|
+
decimals: 18,
|
|
3747
|
+
logoURI: "https://ethereum-optimism.github.io/data/ENSC/logo.svg",
|
|
3748
|
+
extensions: {
|
|
3749
|
+
opListId: "extended",
|
|
3750
|
+
opTokenId: "ENSC"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
chainId: 4202,
|
|
3755
|
+
address: "0x6cdf5aDbB9e1673811A7a36540D79429045E7891",
|
|
3756
|
+
name: "ENSC",
|
|
3757
|
+
symbol: "ENSC",
|
|
3758
|
+
decimals: 18,
|
|
3759
|
+
logoURI: "https://ethereum-optimism.github.io/data/ENSC/logo.svg",
|
|
3760
|
+
extensions: {
|
|
3761
|
+
opListId: "extended",
|
|
3762
|
+
opTokenId: "ENSC"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3741
3765
|
{
|
|
3742
3766
|
chainId: 1,
|
|
3743
3767
|
address: "0x22Fc5A29bd3d6CCe19a06f844019fd506fCe4455",
|
|
@@ -15055,7 +15079,7 @@ var tokens = [
|
|
|
15055
15079
|
var version = {
|
|
15056
15080
|
major: 10,
|
|
15057
15081
|
minor: 0,
|
|
15058
|
-
patch:
|
|
15082
|
+
patch: 1732
|
|
15059
15083
|
};
|
|
15060
15084
|
var optimism_tokenlist_default = {
|
|
15061
15085
|
name,
|