@eth-optimism/tokenlist 8.3.177 → 8.3.178
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-a66fcb21.d.ts → optimism.tokenlist-f8917992.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 = "2023-10-
|
|
25
|
+
var timestamp = "2023-10-27T18:25:42.337Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4173,6 +4173,32 @@ var tokens = [
|
|
|
4173
4173
|
opTokenId: "sBTC"
|
|
4174
4174
|
}
|
|
4175
4175
|
},
|
|
4176
|
+
{
|
|
4177
|
+
chainId: 1,
|
|
4178
|
+
address: "0x8353b92201f19b4812eee32efd325f7ede123718",
|
|
4179
|
+
name: "Scamfari",
|
|
4180
|
+
symbol: "SCM",
|
|
4181
|
+
decimals: 18,
|
|
4182
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCM/logo.svg",
|
|
4183
|
+
extensions: {
|
|
4184
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4185
|
+
opListId: "extended",
|
|
4186
|
+
opTokenId: "SCM"
|
|
4187
|
+
}
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
chainId: 10,
|
|
4191
|
+
address: "0x61ccfe71d8ee67780320b0d990A02D702d99C271",
|
|
4192
|
+
name: "Scamfari",
|
|
4193
|
+
symbol: "SCM",
|
|
4194
|
+
decimals: 18,
|
|
4195
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCM/logo.svg",
|
|
4196
|
+
extensions: {
|
|
4197
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4198
|
+
opListId: "extended",
|
|
4199
|
+
opTokenId: "SCM"
|
|
4200
|
+
}
|
|
4201
|
+
},
|
|
4176
4202
|
{
|
|
4177
4203
|
chainId: 1,
|
|
4178
4204
|
address: "0x0000000000071821e8033345a7be174647be0706",
|
|
@@ -6013,7 +6039,7 @@ var tokens = [
|
|
|
6013
6039
|
var version = {
|
|
6014
6040
|
major: 8,
|
|
6015
6041
|
minor: 3,
|
|
6016
|
-
patch:
|
|
6042
|
+
patch: 178
|
|
6017
6043
|
};
|
|
6018
6044
|
var optimism_tokenlist_default = {
|
|
6019
6045
|
name,
|