@eth-optimism/tokenlist 8.3.148 → 8.3.149
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-4bafaf67.d.ts → optimism.tokenlist-2a62353a.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2023-09-03T09:
|
|
44
|
+
var timestamp = "2023-09-03T09:25:08.222Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2773,6 +2773,32 @@ var tokens = [
|
|
|
2773
2773
|
opTokenId: "MTA"
|
|
2774
2774
|
}
|
|
2775
2775
|
},
|
|
2776
|
+
{
|
|
2777
|
+
chainId: 1,
|
|
2778
|
+
address: "0xdfdb7f72c1f195c5951a234e8db9806eb0635346",
|
|
2779
|
+
name: "Feisty Doge NFT",
|
|
2780
|
+
symbol: "NFD",
|
|
2781
|
+
decimals: 18,
|
|
2782
|
+
logoURI: "https://ethereum-optimism.github.io/data/NFD/logo.svg",
|
|
2783
|
+
extensions: {
|
|
2784
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2785
|
+
opListId: "extended",
|
|
2786
|
+
opTokenId: "NFD"
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
chainId: 8453,
|
|
2791
|
+
address: "0x37289326b7bca5a776a5071b8d693c0588c5c9a6",
|
|
2792
|
+
name: "Feisty Doge",
|
|
2793
|
+
symbol: "NFD",
|
|
2794
|
+
decimals: 18,
|
|
2795
|
+
logoURI: "https://ethereum-optimism.github.io/data/NFD/logo.svg",
|
|
2796
|
+
extensions: {
|
|
2797
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2798
|
+
opListId: "extended",
|
|
2799
|
+
opTokenId: "NFD"
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2776
2802
|
{
|
|
2777
2803
|
chainId: 1,
|
|
2778
2804
|
address: "0x8c223a82e07fecb49d602150d7c2b3a4c9630310",
|
|
@@ -5197,7 +5223,7 @@ var tokens = [
|
|
|
5197
5223
|
var version = {
|
|
5198
5224
|
major: 8,
|
|
5199
5225
|
minor: 3,
|
|
5200
|
-
patch:
|
|
5226
|
+
patch: 149
|
|
5201
5227
|
};
|
|
5202
5228
|
var optimism_tokenlist_default = {
|
|
5203
5229
|
name,
|