@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-05-
|
|
25
|
+
var timestamp = "2023-05-29T14:51:23.791Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3484,6 +3484,32 @@ var tokens = [
|
|
|
3484
3484
|
opTokenId: "XCHF"
|
|
3485
3485
|
}
|
|
3486
3486
|
},
|
|
3487
|
+
{
|
|
3488
|
+
chainId: 1,
|
|
3489
|
+
address: "0x3E5D9D8a63CC8a88748f229999CF59487e90721e",
|
|
3490
|
+
name: "MetalSwap",
|
|
3491
|
+
symbol: "XMT",
|
|
3492
|
+
decimals: 18,
|
|
3493
|
+
logoURI: "https://ethereum-optimism.github.io/data/XMT/logo.svg",
|
|
3494
|
+
extensions: {
|
|
3495
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3496
|
+
opListId: "extended",
|
|
3497
|
+
opTokenId: "XMT"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
chainId: 10,
|
|
3502
|
+
address: "0x3E5D9D8a63CC8a88748f229999CF59487e90721e",
|
|
3503
|
+
name: "MetalSwap",
|
|
3504
|
+
symbol: "XMT",
|
|
3505
|
+
decimals: 18,
|
|
3506
|
+
logoURI: "https://ethereum-optimism.github.io/data/XMT/logo.svg",
|
|
3507
|
+
extensions: {
|
|
3508
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3509
|
+
opListId: "extended",
|
|
3510
|
+
opTokenId: "XMT"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3487
3513
|
{
|
|
3488
3514
|
chainId: 1,
|
|
3489
3515
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -3540,7 +3566,7 @@ var tokens = [
|
|
|
3540
3566
|
var version = {
|
|
3541
3567
|
major: 7,
|
|
3542
3568
|
minor: 3,
|
|
3543
|
-
patch:
|
|
3569
|
+
patch: 54
|
|
3544
3570
|
};
|
|
3545
3571
|
var optimism_tokenlist_default = {
|
|
3546
3572
|
name,
|