@eth-optimism/tokenlist 8.3.107 → 8.3.108
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-01150115.d.ts → optimism.tokenlist-c68af19b.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-
|
|
9
|
+
var timestamp = "2023-08-04T20:06:10.880Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3326,6 +3326,32 @@ var tokens = [
|
|
|
3326
3326
|
opTokenId: "SUSHI"
|
|
3327
3327
|
}
|
|
3328
3328
|
},
|
|
3329
|
+
{
|
|
3330
|
+
chainId: 1,
|
|
3331
|
+
address: "0xd41f3d112cb8695c7a8992e4055bd273f3ce8729",
|
|
3332
|
+
name: "Synth",
|
|
3333
|
+
symbol: "SYNTH",
|
|
3334
|
+
decimals: 18,
|
|
3335
|
+
logoURI: "https://ethereum-optimism.github.io/data/SYNTH/logo.svg",
|
|
3336
|
+
extensions: {
|
|
3337
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3338
|
+
opListId: "extended",
|
|
3339
|
+
opTokenId: "SYNTH"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
chainId: 10,
|
|
3344
|
+
address: "0xa925f4057d6E6C8FAf8bdE537Ad14BA91A1D0337",
|
|
3345
|
+
name: "Synth",
|
|
3346
|
+
symbol: "SYNTH",
|
|
3347
|
+
decimals: 18,
|
|
3348
|
+
logoURI: "https://ethereum-optimism.github.io/data/SYNTH/logo.svg",
|
|
3349
|
+
extensions: {
|
|
3350
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3351
|
+
opListId: "extended",
|
|
3352
|
+
opTokenId: "SYNTH"
|
|
3353
|
+
}
|
|
3354
|
+
},
|
|
3329
3355
|
{
|
|
3330
3356
|
chainId: 1,
|
|
3331
3357
|
address: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
|
|
@@ -4364,7 +4390,7 @@ var tokens = [
|
|
|
4364
4390
|
var version = {
|
|
4365
4391
|
major: 8,
|
|
4366
4392
|
minor: 3,
|
|
4367
|
-
patch:
|
|
4393
|
+
patch: 108
|
|
4368
4394
|
};
|
|
4369
4395
|
var optimism_tokenlist_default = {
|
|
4370
4396
|
name,
|