@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-05-16T16:
|
|
9
|
+
var timestamp = "2024-05-16T16:48:26.690Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2621,6 +2621,30 @@ var tokens = [
|
|
|
2621
2621
|
opTokenId: "GIV"
|
|
2622
2622
|
}
|
|
2623
2623
|
},
|
|
2624
|
+
{
|
|
2625
|
+
chainId: 1,
|
|
2626
|
+
address: "0xD96e84DDBc7CbE1D73c55B6fe8c64f3a6550deea",
|
|
2627
|
+
name: "Gemach",
|
|
2628
|
+
symbol: "GMAC",
|
|
2629
|
+
decimals: 18,
|
|
2630
|
+
logoURI: "https://ethereum-optimism.github.io/data/GMAC/logo.svg",
|
|
2631
|
+
extensions: {
|
|
2632
|
+
opListId: "extended",
|
|
2633
|
+
opTokenId: "GMAC"
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
chainId: 10,
|
|
2638
|
+
address: "0x53ed36b1d07a5f4b01e5f872fd054f8439335460",
|
|
2639
|
+
name: "Gemach",
|
|
2640
|
+
symbol: "GMAC",
|
|
2641
|
+
decimals: 18,
|
|
2642
|
+
logoURI: "https://ethereum-optimism.github.io/data/GMAC/logo.svg",
|
|
2643
|
+
extensions: {
|
|
2644
|
+
opListId: "extended",
|
|
2645
|
+
opTokenId: "GMAC"
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2624
2648
|
{
|
|
2625
2649
|
chainId: 1,
|
|
2626
2650
|
address: "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
|
|
@@ -5775,11 +5799,25 @@ var tokens = [
|
|
|
5775
5799
|
decimals: 18,
|
|
5776
5800
|
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5777
5801
|
extensions: {
|
|
5802
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5778
5803
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5779
5804
|
opListId: "extended",
|
|
5780
5805
|
opTokenId: "SMT"
|
|
5781
5806
|
}
|
|
5782
5807
|
},
|
|
5808
|
+
{
|
|
5809
|
+
chainId: 10,
|
|
5810
|
+
address: "0x8Eb99a441b04576282e9069977F6DE6053EF6a97",
|
|
5811
|
+
name: "Swarm Markets",
|
|
5812
|
+
symbol: "SMT",
|
|
5813
|
+
decimals: 18,
|
|
5814
|
+
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5815
|
+
extensions: {
|
|
5816
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5817
|
+
opListId: "extended",
|
|
5818
|
+
opTokenId: "SMT"
|
|
5819
|
+
}
|
|
5820
|
+
},
|
|
5783
5821
|
{
|
|
5784
5822
|
chainId: 8453,
|
|
5785
5823
|
address: "0x2974dC646e375e83bd1c0342625b49f288987fA4",
|
|
@@ -8049,7 +8087,7 @@ var tokens = [
|
|
|
8049
8087
|
var version = {
|
|
8050
8088
|
major: 10,
|
|
8051
8089
|
minor: 0,
|
|
8052
|
-
patch:
|
|
8090
|
+
patch: 68
|
|
8053
8091
|
};
|
|
8054
8092
|
var optimism_tokenlist_default = {
|
|
8055
8093
|
name,
|