@eth-optimism/tokenlist 7.3.53 → 7.3.54
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-1ef9f8b4.d.ts → optimism.tokenlist-66caceca.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-05-
|
|
9
|
+
var timestamp = "2023-05-29T14:51:23.791Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3468,6 +3468,32 @@ var tokens = [
|
|
|
3468
3468
|
opTokenId: "XCHF"
|
|
3469
3469
|
}
|
|
3470
3470
|
},
|
|
3471
|
+
{
|
|
3472
|
+
chainId: 1,
|
|
3473
|
+
address: "0x3E5D9D8a63CC8a88748f229999CF59487e90721e",
|
|
3474
|
+
name: "MetalSwap",
|
|
3475
|
+
symbol: "XMT",
|
|
3476
|
+
decimals: 18,
|
|
3477
|
+
logoURI: "https://ethereum-optimism.github.io/data/XMT/logo.svg",
|
|
3478
|
+
extensions: {
|
|
3479
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3480
|
+
opListId: "extended",
|
|
3481
|
+
opTokenId: "XMT"
|
|
3482
|
+
}
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
chainId: 10,
|
|
3486
|
+
address: "0x3E5D9D8a63CC8a88748f229999CF59487e90721e",
|
|
3487
|
+
name: "MetalSwap",
|
|
3488
|
+
symbol: "XMT",
|
|
3489
|
+
decimals: 18,
|
|
3490
|
+
logoURI: "https://ethereum-optimism.github.io/data/XMT/logo.svg",
|
|
3491
|
+
extensions: {
|
|
3492
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3493
|
+
opListId: "extended",
|
|
3494
|
+
opTokenId: "XMT"
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3471
3497
|
{
|
|
3472
3498
|
chainId: 1,
|
|
3473
3499
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -3524,7 +3550,7 @@ var tokens = [
|
|
|
3524
3550
|
var version = {
|
|
3525
3551
|
major: 7,
|
|
3526
3552
|
minor: 3,
|
|
3527
|
-
patch:
|
|
3553
|
+
patch: 54
|
|
3528
3554
|
};
|
|
3529
3555
|
var optimism_tokenlist_default = {
|
|
3530
3556
|
name,
|