@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
@@ -6,7 +6,7 @@ var keywords = [
|
|
6
6
|
"layer2",
|
7
7
|
"infrastructure"
|
8
8
|
];
|
9
|
-
var timestamp = "2025-07-
|
9
|
+
var timestamp = "2025-07-09T15:07:18.099Z";
|
10
10
|
var tokens = [
|
11
11
|
{
|
12
12
|
chainId: 1,
|
@@ -10905,6 +10905,32 @@ var tokens = [
|
|
10905
10905
|
opTokenId: "SUKU"
|
10906
10906
|
}
|
10907
10907
|
},
|
10908
|
+
{
|
10909
|
+
chainId: 1,
|
10910
|
+
address: "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
|
10911
|
+
name: "SuperFarm",
|
10912
|
+
symbol: "SUPER",
|
10913
|
+
decimals: 18,
|
10914
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUPER/logo.svg",
|
10915
|
+
extensions: {
|
10916
|
+
soneiumBridgeAddress: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
|
10917
|
+
opListId: "extended",
|
10918
|
+
opTokenId: "SUPER"
|
10919
|
+
}
|
10920
|
+
},
|
10921
|
+
{
|
10922
|
+
chainId: 1868,
|
10923
|
+
address: "0xF765356C901a064A74Fa4560622f21C91048c3D7",
|
10924
|
+
name: "SuperVerse",
|
10925
|
+
symbol: "SUPER",
|
10926
|
+
decimals: 18,
|
10927
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUPER/logo.svg",
|
10928
|
+
extensions: {
|
10929
|
+
soneiumBridgeAddress: "0x4200000000000000000000000000000000000010",
|
10930
|
+
opListId: "extended",
|
10931
|
+
opTokenId: "SUPER"
|
10932
|
+
}
|
10933
|
+
},
|
10908
10934
|
{
|
10909
10935
|
chainId: 8453,
|
10910
10936
|
address: "0xdbfefd2e8460a6ee4955a68582f85708baea60a3",
|
@@ -14229,7 +14255,7 @@ var tokens = [
|
|
14229
14255
|
var version = {
|
14230
14256
|
major: 10,
|
14231
14257
|
minor: 0,
|
14232
|
-
patch:
|
14258
|
+
patch: 1700
|
14233
14259
|
};
|
14234
14260
|
var optimism_tokenlist_default = {
|
14235
14261
|
name,
|