@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-29T18:42:
|
|
25
|
+
var timestamp = "2024-04-29T18:42:41.331Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3146,6 +3146,30 @@ var tokens = [
|
|
|
3146
3146
|
opTokenId: "MASK"
|
|
3147
3147
|
}
|
|
3148
3148
|
},
|
|
3149
|
+
{
|
|
3150
|
+
chainId: 1,
|
|
3151
|
+
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
3152
|
+
name: "Heroes of Mavia",
|
|
3153
|
+
symbol: "MAVIA",
|
|
3154
|
+
decimals: 18,
|
|
3155
|
+
logoURI: "https://ethereum-optimism.github.io/data/MAVIA/logo.png",
|
|
3156
|
+
extensions: {
|
|
3157
|
+
opListId: "extended",
|
|
3158
|
+
opTokenId: "MAVIA"
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
chainId: 8453,
|
|
3163
|
+
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
3164
|
+
name: "Heroes of Mavia",
|
|
3165
|
+
symbol: "MAVIA",
|
|
3166
|
+
decimals: 18,
|
|
3167
|
+
logoURI: "https://ethereum-optimism.github.io/data/MAVIA/logo.png",
|
|
3168
|
+
extensions: {
|
|
3169
|
+
opListId: "extended",
|
|
3170
|
+
opTokenId: "MAVIA"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3149
3173
|
{
|
|
3150
3174
|
chainId: 1,
|
|
3151
3175
|
address: "0x4Bbf46E7c31eDc1F33aF4d57F0C4a0f13398427c",
|
|
@@ -6492,7 +6516,7 @@ var tokens = [
|
|
|
6492
6516
|
var version = {
|
|
6493
6517
|
major: 10,
|
|
6494
6518
|
minor: 0,
|
|
6495
|
-
patch:
|
|
6519
|
+
patch: 25
|
|
6496
6520
|
};
|
|
6497
6521
|
var optimism_tokenlist_default = {
|
|
6498
6522
|
name,
|