@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.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 = "2023-08-17T16:
|
|
44
|
+
var timestamp = "2023-08-17T16:15:58.880Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3265,6 +3265,32 @@ var tokens = [
|
|
|
3265
3265
|
opTokenId: "sBTC"
|
|
3266
3266
|
}
|
|
3267
3267
|
},
|
|
3268
|
+
{
|
|
3269
|
+
chainId: 1,
|
|
3270
|
+
address: "0x0000000000071821e8033345a7be174647be0706",
|
|
3271
|
+
name: "Scry Protocol",
|
|
3272
|
+
symbol: "SCRY",
|
|
3273
|
+
decimals: 18,
|
|
3274
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCRY/logo.svg",
|
|
3275
|
+
extensions: {
|
|
3276
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3277
|
+
opListId: "extended",
|
|
3278
|
+
opTokenId: "SCRY"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
chainId: 10,
|
|
3283
|
+
address: "0x64ba55a341ec586a4c5d58d6297cde5125ab55bc",
|
|
3284
|
+
name: "Scry Protocol",
|
|
3285
|
+
symbol: "SCRY",
|
|
3286
|
+
decimals: 18,
|
|
3287
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCRY/logo.svg",
|
|
3288
|
+
extensions: {
|
|
3289
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3290
|
+
opListId: "extended",
|
|
3291
|
+
opTokenId: "SCRY"
|
|
3292
|
+
}
|
|
3293
|
+
},
|
|
3268
3294
|
{
|
|
3269
3295
|
chainId: 1,
|
|
3270
3296
|
address: "0xf1Dc500FdE233A4055e25e5BbF516372BC4F6871",
|
|
@@ -4747,7 +4773,7 @@ var tokens = [
|
|
|
4747
4773
|
var version = {
|
|
4748
4774
|
major: 8,
|
|
4749
4775
|
minor: 3,
|
|
4750
|
-
patch:
|
|
4776
|
+
patch: 129
|
|
4751
4777
|
};
|
|
4752
4778
|
var optimism_tokenlist_default = {
|
|
4753
4779
|
name,
|