@eth-optimism/tokenlist 10.0.219 → 10.0.220
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cf5ed4b4.d.ts → optimism.tokenlist-5414cc9d.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -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-02-
|
|
25
|
+
var timestamp = "2025-02-13T20:59:18.866Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -9773,6 +9773,18 @@ var tokens = [
|
|
|
9773
9773
|
opTokenId: "SUKU"
|
|
9774
9774
|
}
|
|
9775
9775
|
},
|
|
9776
|
+
{
|
|
9777
|
+
chainId: 8453,
|
|
9778
|
+
address: "0xdbfefd2e8460a6ee4955a68582f85708baea60a3",
|
|
9779
|
+
name: "Super OETH",
|
|
9780
|
+
symbol: "superOETHb",
|
|
9781
|
+
decimals: 18,
|
|
9782
|
+
logoURI: "https://ethereum-optimism.github.io/data/superOETH/logo.svg",
|
|
9783
|
+
extensions: {
|
|
9784
|
+
opListId: "extended",
|
|
9785
|
+
opTokenId: "superOETH"
|
|
9786
|
+
}
|
|
9787
|
+
},
|
|
9776
9788
|
{
|
|
9777
9789
|
chainId: 8453,
|
|
9778
9790
|
address: "0xA9C9Dcb054421DEDc9d9006CFfe843D0a5Cd6339",
|
|
@@ -12671,7 +12683,7 @@ var tokens = [
|
|
|
12671
12683
|
var version = {
|
|
12672
12684
|
major: 10,
|
|
12673
12685
|
minor: 0,
|
|
12674
|
-
patch:
|
|
12686
|
+
patch: 220
|
|
12675
12687
|
};
|
|
12676
12688
|
var optimism_tokenlist_default = {
|
|
12677
12689
|
name,
|