@eth-optimism/tokenlist 10.0.66 → 10.0.68
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2f9c5ac0.d.ts → optimism.tokenlist-d8cf1cb6.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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 = "2024-05-16T16:
|
|
25
|
+
var timestamp = "2024-05-16T16:48:26.690Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2637,6 +2637,30 @@ var tokens = [
|
|
|
2637
2637
|
opTokenId: "GIV"
|
|
2638
2638
|
}
|
|
2639
2639
|
},
|
|
2640
|
+
{
|
|
2641
|
+
chainId: 1,
|
|
2642
|
+
address: "0xD96e84DDBc7CbE1D73c55B6fe8c64f3a6550deea",
|
|
2643
|
+
name: "Gemach",
|
|
2644
|
+
symbol: "GMAC",
|
|
2645
|
+
decimals: 18,
|
|
2646
|
+
logoURI: "https://ethereum-optimism.github.io/data/GMAC/logo.svg",
|
|
2647
|
+
extensions: {
|
|
2648
|
+
opListId: "extended",
|
|
2649
|
+
opTokenId: "GMAC"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
chainId: 10,
|
|
2654
|
+
address: "0x53ed36b1d07a5f4b01e5f872fd054f8439335460",
|
|
2655
|
+
name: "Gemach",
|
|
2656
|
+
symbol: "GMAC",
|
|
2657
|
+
decimals: 18,
|
|
2658
|
+
logoURI: "https://ethereum-optimism.github.io/data/GMAC/logo.svg",
|
|
2659
|
+
extensions: {
|
|
2660
|
+
opListId: "extended",
|
|
2661
|
+
opTokenId: "GMAC"
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2640
2664
|
{
|
|
2641
2665
|
chainId: 1,
|
|
2642
2666
|
address: "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
|
|
@@ -5791,11 +5815,25 @@ var tokens = [
|
|
|
5791
5815
|
decimals: 18,
|
|
5792
5816
|
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5793
5817
|
extensions: {
|
|
5818
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5794
5819
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5795
5820
|
opListId: "extended",
|
|
5796
5821
|
opTokenId: "SMT"
|
|
5797
5822
|
}
|
|
5798
5823
|
},
|
|
5824
|
+
{
|
|
5825
|
+
chainId: 10,
|
|
5826
|
+
address: "0x8Eb99a441b04576282e9069977F6DE6053EF6a97",
|
|
5827
|
+
name: "Swarm Markets",
|
|
5828
|
+
symbol: "SMT",
|
|
5829
|
+
decimals: 18,
|
|
5830
|
+
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5831
|
+
extensions: {
|
|
5832
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5833
|
+
opListId: "extended",
|
|
5834
|
+
opTokenId: "SMT"
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5799
5837
|
{
|
|
5800
5838
|
chainId: 8453,
|
|
5801
5839
|
address: "0x2974dC646e375e83bd1c0342625b49f288987fA4",
|
|
@@ -8065,7 +8103,7 @@ var tokens = [
|
|
|
8065
8103
|
var version = {
|
|
8066
8104
|
major: 10,
|
|
8067
8105
|
minor: 0,
|
|
8068
|
-
patch:
|
|
8106
|
+
patch: 68
|
|
8069
8107
|
};
|
|
8070
8108
|
var optimism_tokenlist_default = {
|
|
8071
8109
|
name,
|