@eth-optimism/tokenlist 10.0.1700 → 10.0.1701
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b14fc5bc.d.ts → optimism.tokenlist-3ce3242f.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-07-
|
44
|
+
var timestamp = "2025-07-09T15:07:18.099Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -10940,6 +10940,32 @@ var tokens = [
|
|
10940
10940
|
opTokenId: "SUKU"
|
10941
10941
|
}
|
10942
10942
|
},
|
10943
|
+
{
|
10944
|
+
chainId: 1,
|
10945
|
+
address: "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
|
10946
|
+
name: "SuperFarm",
|
10947
|
+
symbol: "SUPER",
|
10948
|
+
decimals: 18,
|
10949
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUPER/logo.svg",
|
10950
|
+
extensions: {
|
10951
|
+
soneiumBridgeAddress: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
|
10952
|
+
opListId: "extended",
|
10953
|
+
opTokenId: "SUPER"
|
10954
|
+
}
|
10955
|
+
},
|
10956
|
+
{
|
10957
|
+
chainId: 1868,
|
10958
|
+
address: "0xF765356C901a064A74Fa4560622f21C91048c3D7",
|
10959
|
+
name: "SuperVerse",
|
10960
|
+
symbol: "SUPER",
|
10961
|
+
decimals: 18,
|
10962
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUPER/logo.svg",
|
10963
|
+
extensions: {
|
10964
|
+
soneiumBridgeAddress: "0x4200000000000000000000000000000000000010",
|
10965
|
+
opListId: "extended",
|
10966
|
+
opTokenId: "SUPER"
|
10967
|
+
}
|
10968
|
+
},
|
10943
10969
|
{
|
10944
10970
|
chainId: 8453,
|
10945
10971
|
address: "0xdbfefd2e8460a6ee4955a68582f85708baea60a3",
|
@@ -14264,7 +14290,7 @@ var tokens = [
|
|
14264
14290
|
var version = {
|
14265
14291
|
major: 10,
|
14266
14292
|
minor: 0,
|
14267
|
-
patch:
|
14293
|
+
patch: 1700
|
14268
14294
|
};
|
14269
14295
|
var optimism_tokenlist_default = {
|
14270
14296
|
name,
|