@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
|
@@ -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:45:23.549Z";
|
|
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",
|
|
@@ -8049,7 +8073,7 @@ var tokens = [
|
|
|
8049
8073
|
var version = {
|
|
8050
8074
|
major: 10,
|
|
8051
8075
|
minor: 0,
|
|
8052
|
-
patch:
|
|
8076
|
+
patch: 67
|
|
8053
8077
|
};
|
|
8054
8078
|
var optimism_tokenlist_default = {
|
|
8055
8079
|
name,
|