@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.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-02-
|
|
44
|
+
var timestamp = "2025-02-13T20:59:18.866Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -9792,6 +9792,18 @@ var tokens = [
|
|
|
9792
9792
|
opTokenId: "SUKU"
|
|
9793
9793
|
}
|
|
9794
9794
|
},
|
|
9795
|
+
{
|
|
9796
|
+
chainId: 8453,
|
|
9797
|
+
address: "0xdbfefd2e8460a6ee4955a68582f85708baea60a3",
|
|
9798
|
+
name: "Super OETH",
|
|
9799
|
+
symbol: "superOETHb",
|
|
9800
|
+
decimals: 18,
|
|
9801
|
+
logoURI: "https://ethereum-optimism.github.io/data/superOETH/logo.svg",
|
|
9802
|
+
extensions: {
|
|
9803
|
+
opListId: "extended",
|
|
9804
|
+
opTokenId: "superOETH"
|
|
9805
|
+
}
|
|
9806
|
+
},
|
|
9795
9807
|
{
|
|
9796
9808
|
chainId: 8453,
|
|
9797
9809
|
address: "0xA9C9Dcb054421DEDc9d9006CFfe843D0a5Cd6339",
|
|
@@ -12690,7 +12702,7 @@ var tokens = [
|
|
|
12690
12702
|
var version = {
|
|
12691
12703
|
major: 10,
|
|
12692
12704
|
minor: 0,
|
|
12693
|
-
patch:
|
|
12705
|
+
patch: 220
|
|
12694
12706
|
};
|
|
12695
12707
|
var optimism_tokenlist_default = {
|
|
12696
12708
|
name,
|