@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-17T16:
|
|
9
|
+
var timestamp = "2023-08-17T16:15:58.880Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3230,6 +3230,32 @@ var tokens = [
|
|
|
3230
3230
|
opTokenId: "sBTC"
|
|
3231
3231
|
}
|
|
3232
3232
|
},
|
|
3233
|
+
{
|
|
3234
|
+
chainId: 1,
|
|
3235
|
+
address: "0x0000000000071821e8033345a7be174647be0706",
|
|
3236
|
+
name: "Scry Protocol",
|
|
3237
|
+
symbol: "SCRY",
|
|
3238
|
+
decimals: 18,
|
|
3239
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCRY/logo.svg",
|
|
3240
|
+
extensions: {
|
|
3241
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3242
|
+
opListId: "extended",
|
|
3243
|
+
opTokenId: "SCRY"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
chainId: 10,
|
|
3248
|
+
address: "0x64ba55a341ec586a4c5d58d6297cde5125ab55bc",
|
|
3249
|
+
name: "Scry Protocol",
|
|
3250
|
+
symbol: "SCRY",
|
|
3251
|
+
decimals: 18,
|
|
3252
|
+
logoURI: "https://ethereum-optimism.github.io/data/SCRY/logo.svg",
|
|
3253
|
+
extensions: {
|
|
3254
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3255
|
+
opListId: "extended",
|
|
3256
|
+
opTokenId: "SCRY"
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3233
3259
|
{
|
|
3234
3260
|
chainId: 1,
|
|
3235
3261
|
address: "0xf1Dc500FdE233A4055e25e5BbF516372BC4F6871",
|
|
@@ -4712,7 +4738,7 @@ var tokens = [
|
|
|
4712
4738
|
var version = {
|
|
4713
4739
|
major: 8,
|
|
4714
4740
|
minor: 3,
|
|
4715
|
-
patch:
|
|
4741
|
+
patch: 129
|
|
4716
4742
|
};
|
|
4717
4743
|
var optimism_tokenlist_default = {
|
|
4718
4744
|
name,
|