@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.mjs
CHANGED
@@ -22,7 +22,7 @@ var keywords = [
|
|
22
22
|
"layer2",
|
23
23
|
"infrastructure"
|
24
24
|
];
|
25
|
-
var timestamp = "2025-07-
|
25
|
+
var timestamp = "2025-07-09T15:07:18.099Z";
|
26
26
|
var tokens = [
|
27
27
|
{
|
28
28
|
chainId: 1,
|
@@ -10921,6 +10921,32 @@ var tokens = [
|
|
10921
10921
|
opTokenId: "SUKU"
|
10922
10922
|
}
|
10923
10923
|
},
|
10924
|
+
{
|
10925
|
+
chainId: 1,
|
10926
|
+
address: "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
|
10927
|
+
name: "SuperFarm",
|
10928
|
+
symbol: "SUPER",
|
10929
|
+
decimals: 18,
|
10930
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUPER/logo.svg",
|
10931
|
+
extensions: {
|
10932
|
+
soneiumBridgeAddress: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
|
10933
|
+
opListId: "extended",
|
10934
|
+
opTokenId: "SUPER"
|
10935
|
+
}
|
10936
|
+
},
|
10937
|
+
{
|
10938
|
+
chainId: 1868,
|
10939
|
+
address: "0xF765356C901a064A74Fa4560622f21C91048c3D7",
|
10940
|
+
name: "SuperVerse",
|
10941
|
+
symbol: "SUPER",
|
10942
|
+
decimals: 18,
|
10943
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUPER/logo.svg",
|
10944
|
+
extensions: {
|
10945
|
+
soneiumBridgeAddress: "0x4200000000000000000000000000000000000010",
|
10946
|
+
opListId: "extended",
|
10947
|
+
opTokenId: "SUPER"
|
10948
|
+
}
|
10949
|
+
},
|
10924
10950
|
{
|
10925
10951
|
chainId: 8453,
|
10926
10952
|
address: "0xdbfefd2e8460a6ee4955a68582f85708baea60a3",
|
@@ -14245,7 +14271,7 @@ var tokens = [
|
|
14245
14271
|
var version = {
|
14246
14272
|
major: 10,
|
14247
14273
|
minor: 0,
|
14248
|
-
patch:
|
14274
|
+
patch: 1700
|
14249
14275
|
};
|
14250
14276
|
var optimism_tokenlist_default = {
|
14251
14277
|
name,
|