@eth-optimism/tokenlist 10.0.66 → 10.0.67
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 +26 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2f9c5ac0.d.ts → optimism.tokenlist-543fe05e.d.ts} +26 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +26 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +26 -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:45:23.549Z";
|
|
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",
|
|
@@ -8084,7 +8108,7 @@ var tokens = [
|
|
|
8084
8108
|
var version = {
|
|
8085
8109
|
major: 10,
|
|
8086
8110
|
minor: 0,
|
|
8087
|
-
patch:
|
|
8111
|
+
patch: 67
|
|
8088
8112
|
};
|
|
8089
8113
|
var optimism_tokenlist_default = {
|
|
8090
8114
|
name,
|