@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
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-
|
|
44
|
+
var timestamp = "2023-08-04T20:06:10.880Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3361,6 +3361,32 @@ var tokens = [
|
|
|
3361
3361
|
opTokenId: "SUSHI"
|
|
3362
3362
|
}
|
|
3363
3363
|
},
|
|
3364
|
+
{
|
|
3365
|
+
chainId: 1,
|
|
3366
|
+
address: "0xd41f3d112cb8695c7a8992e4055bd273f3ce8729",
|
|
3367
|
+
name: "Synth",
|
|
3368
|
+
symbol: "SYNTH",
|
|
3369
|
+
decimals: 18,
|
|
3370
|
+
logoURI: "https://ethereum-optimism.github.io/data/SYNTH/logo.svg",
|
|
3371
|
+
extensions: {
|
|
3372
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3373
|
+
opListId: "extended",
|
|
3374
|
+
opTokenId: "SYNTH"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
chainId: 10,
|
|
3379
|
+
address: "0xa925f4057d6E6C8FAf8bdE537Ad14BA91A1D0337",
|
|
3380
|
+
name: "Synth",
|
|
3381
|
+
symbol: "SYNTH",
|
|
3382
|
+
decimals: 18,
|
|
3383
|
+
logoURI: "https://ethereum-optimism.github.io/data/SYNTH/logo.svg",
|
|
3384
|
+
extensions: {
|
|
3385
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3386
|
+
opListId: "extended",
|
|
3387
|
+
opTokenId: "SYNTH"
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3364
3390
|
{
|
|
3365
3391
|
chainId: 1,
|
|
3366
3392
|
address: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
|
|
@@ -4399,7 +4425,7 @@ var tokens = [
|
|
|
4399
4425
|
var version = {
|
|
4400
4426
|
major: 8,
|
|
4401
4427
|
minor: 3,
|
|
4402
|
-
patch:
|
|
4428
|
+
patch: 108
|
|
4403
4429
|
};
|
|
4404
4430
|
var optimism_tokenlist_default = {
|
|
4405
4431
|
name,
|