@eth-optimism/tokenlist 8.3.128 → 8.3.129
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-c7cd7be2.d.ts → optimism.tokenlist-6d9c5707.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-08-17T16:
|
|
25
|
+
var timestamp = "2023-08-17T16:15:58.880Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3246,6 +3246,32 @@ var tokens = [
|
|
|
3246
3246
|
opTokenId: "sBTC"
|
|
3247
3247
|
}
|
|
3248
3248
|
},
|
|
3249
|
+
{
|
|
3250
|
+
chainId: 1,
|
|
3251
|
+
address: "0x0000000000071821e8033345a7be174647be0706",
|
|
3252
|
+
name: "Scry Protocol",
|
|
3253
|
+
symbol: "SCRY",
|
|
3254
|
+
decimals: 18,
|
|
3255
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCRY/logo.svg",
|
|
3256
|
+
extensions: {
|
|
3257
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3258
|
+
opListId: "extended",
|
|
3259
|
+
opTokenId: "SCRY"
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
chainId: 10,
|
|
3264
|
+
address: "0x64ba55a341ec586a4c5d58d6297cde5125ab55bc",
|
|
3265
|
+
name: "Scry Protocol",
|
|
3266
|
+
symbol: "SCRY",
|
|
3267
|
+
decimals: 18,
|
|
3268
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCRY/logo.svg",
|
|
3269
|
+
extensions: {
|
|
3270
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3271
|
+
opListId: "extended",
|
|
3272
|
+
opTokenId: "SCRY"
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3249
3275
|
{
|
|
3250
3276
|
chainId: 1,
|
|
3251
3277
|
address: "0xf1Dc500FdE233A4055e25e5BbF516372BC4F6871",
|
|
@@ -4728,7 +4754,7 @@ var tokens = [
|
|
|
4728
4754
|
var version = {
|
|
4729
4755
|
major: 8,
|
|
4730
4756
|
minor: 3,
|
|
4731
|
-
patch:
|
|
4757
|
+
patch: 129
|
|
4732
4758
|
};
|
|
4733
4759
|
var optimism_tokenlist_default = {
|
|
4734
4760
|
name,
|