@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.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 = "2024-05-16T16:
|
|
44
|
+
var timestamp = "2024-05-16T16:48:26.690Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2656,6 +2656,30 @@ var tokens = [
|
|
|
2656
2656
|
opTokenId: "GIV"
|
|
2657
2657
|
}
|
|
2658
2658
|
},
|
|
2659
|
+
{
|
|
2660
|
+
chainId: 1,
|
|
2661
|
+
address: "0xD96e84DDBc7CbE1D73c55B6fe8c64f3a6550deea",
|
|
2662
|
+
name: "Gemach",
|
|
2663
|
+
symbol: "GMAC",
|
|
2664
|
+
decimals: 18,
|
|
2665
|
+
logoURI: "https://ethereum-optimism.github.io/data/GMAC/logo.svg",
|
|
2666
|
+
extensions: {
|
|
2667
|
+
opListId: "extended",
|
|
2668
|
+
opTokenId: "GMAC"
|
|
2669
|
+
}
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
chainId: 10,
|
|
2673
|
+
address: "0x53ed36b1d07a5f4b01e5f872fd054f8439335460",
|
|
2674
|
+
name: "Gemach",
|
|
2675
|
+
symbol: "GMAC",
|
|
2676
|
+
decimals: 18,
|
|
2677
|
+
logoURI: "https://ethereum-optimism.github.io/data/GMAC/logo.svg",
|
|
2678
|
+
extensions: {
|
|
2679
|
+
opListId: "extended",
|
|
2680
|
+
opTokenId: "GMAC"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2659
2683
|
{
|
|
2660
2684
|
chainId: 1,
|
|
2661
2685
|
address: "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
|
|
@@ -5810,11 +5834,25 @@ var tokens = [
|
|
|
5810
5834
|
decimals: 18,
|
|
5811
5835
|
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5812
5836
|
extensions: {
|
|
5837
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5813
5838
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5814
5839
|
opListId: "extended",
|
|
5815
5840
|
opTokenId: "SMT"
|
|
5816
5841
|
}
|
|
5817
5842
|
},
|
|
5843
|
+
{
|
|
5844
|
+
chainId: 10,
|
|
5845
|
+
address: "0x8Eb99a441b04576282e9069977F6DE6053EF6a97",
|
|
5846
|
+
name: "Swarm Markets",
|
|
5847
|
+
symbol: "SMT",
|
|
5848
|
+
decimals: 18,
|
|
5849
|
+
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5850
|
+
extensions: {
|
|
5851
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5852
|
+
opListId: "extended",
|
|
5853
|
+
opTokenId: "SMT"
|
|
5854
|
+
}
|
|
5855
|
+
},
|
|
5818
5856
|
{
|
|
5819
5857
|
chainId: 8453,
|
|
5820
5858
|
address: "0x2974dC646e375e83bd1c0342625b49f288987fA4",
|
|
@@ -8084,7 +8122,7 @@ var tokens = [
|
|
|
8084
8122
|
var version = {
|
|
8085
8123
|
major: 10,
|
|
8086
8124
|
minor: 0,
|
|
8087
|
-
patch:
|
|
8125
|
+
patch: 68
|
|
8088
8126
|
};
|
|
8089
8127
|
var optimism_tokenlist_default = {
|
|
8090
8128
|
name,
|