@eth-optimism/tokenlist 10.0.45 → 10.0.46
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-c5b33bc6.d.ts → optimism.tokenlist-614d7947.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 = "2024-05-03T16:
|
|
44
|
+
var timestamp = "2024-05-03T16:17:23.172Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2830,6 +2830,32 @@ var tokens = [
|
|
|
2830
2830
|
opTokenId: "HAUS"
|
|
2831
2831
|
}
|
|
2832
2832
|
},
|
|
2833
|
+
{
|
|
2834
|
+
chainId: 1,
|
|
2835
|
+
address: "0x25cbb21a9da7c3c63bb77ccca5b2e2482aedb710",
|
|
2836
|
+
name: "Honey Badger",
|
|
2837
|
+
symbol: "HOBA",
|
|
2838
|
+
decimals: 9,
|
|
2839
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOBA/logo.svg",
|
|
2840
|
+
extensions: {
|
|
2841
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2842
|
+
opListId: "extended",
|
|
2843
|
+
opTokenId: "HOBA"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
chainId: 8453,
|
|
2848
|
+
address: "0x2ede02ec52cbb49e81885c8fa171c3ba8bcd5374",
|
|
2849
|
+
name: "Honey Badger",
|
|
2850
|
+
symbol: "HOBA",
|
|
2851
|
+
decimals: 9,
|
|
2852
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOBA/logo.svg",
|
|
2853
|
+
extensions: {
|
|
2854
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2855
|
+
opListId: "extended",
|
|
2856
|
+
opTokenId: "HOBA"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2833
2859
|
{
|
|
2834
2860
|
chainId: 1,
|
|
2835
2861
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
@@ -7344,7 +7370,7 @@ var tokens = [
|
|
|
7344
7370
|
var version = {
|
|
7345
7371
|
major: 10,
|
|
7346
7372
|
minor: 0,
|
|
7347
|
-
patch:
|
|
7373
|
+
patch: 46
|
|
7348
7374
|
};
|
|
7349
7375
|
var optimism_tokenlist_default = {
|
|
7350
7376
|
name,
|