@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.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:45:23.549Z";
|
|
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",
|
|
@@ -8065,7 +8089,7 @@ var tokens = [
|
|
|
8065
8089
|
var version = {
|
|
8066
8090
|
major: 10,
|
|
8067
8091
|
minor: 0,
|
|
8068
|
-
patch:
|
|
8092
|
+
patch: 67
|
|
8069
8093
|
};
|
|
8070
8094
|
var optimism_tokenlist_default = {
|
|
8071
8095
|
name,
|