@eth-optimism/tokenlist 10.0.24 → 10.0.25
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-36653a49.d.ts → optimism.tokenlist-74d24252.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-04-29T18:42:
|
|
44
|
+
var timestamp = "2024-04-29T18:42:41.331Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3165,6 +3165,30 @@ var tokens = [
|
|
|
3165
3165
|
opTokenId: "MASK"
|
|
3166
3166
|
}
|
|
3167
3167
|
},
|
|
3168
|
+
{
|
|
3169
|
+
chainId: 1,
|
|
3170
|
+
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
3171
|
+
name: "Heroes of Mavia",
|
|
3172
|
+
symbol: "MAVIA",
|
|
3173
|
+
decimals: 18,
|
|
3174
|
+
logoURI: "https://ethereum-optimism.github.io/data/MAVIA/logo.png",
|
|
3175
|
+
extensions: {
|
|
3176
|
+
opListId: "extended",
|
|
3177
|
+
opTokenId: "MAVIA"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
chainId: 8453,
|
|
3182
|
+
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
3183
|
+
name: "Heroes of Mavia",
|
|
3184
|
+
symbol: "MAVIA",
|
|
3185
|
+
decimals: 18,
|
|
3186
|
+
logoURI: "https://ethereum-optimism.github.io/data/MAVIA/logo.png",
|
|
3187
|
+
extensions: {
|
|
3188
|
+
opListId: "extended",
|
|
3189
|
+
opTokenId: "MAVIA"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3168
3192
|
{
|
|
3169
3193
|
chainId: 1,
|
|
3170
3194
|
address: "0x4Bbf46E7c31eDc1F33aF4d57F0C4a0f13398427c",
|
|
@@ -6511,7 +6535,7 @@ var tokens = [
|
|
|
6511
6535
|
var version = {
|
|
6512
6536
|
major: 10,
|
|
6513
6537
|
minor: 0,
|
|
6514
|
-
patch:
|
|
6538
|
+
patch: 25
|
|
6515
6539
|
};
|
|
6516
6540
|
var optimism_tokenlist_default = {
|
|
6517
6541
|
name,
|