@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-05-03T16:
|
|
25
|
+
var timestamp = "2024-05-03T16:17:23.172Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2811,6 +2811,32 @@ var tokens = [
|
|
|
2811
2811
|
opTokenId: "HAUS"
|
|
2812
2812
|
}
|
|
2813
2813
|
},
|
|
2814
|
+
{
|
|
2815
|
+
chainId: 1,
|
|
2816
|
+
address: "0x25cbb21a9da7c3c63bb77ccca5b2e2482aedb710",
|
|
2817
|
+
name: "Honey Badger",
|
|
2818
|
+
symbol: "HOBA",
|
|
2819
|
+
decimals: 9,
|
|
2820
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOBA/logo.svg",
|
|
2821
|
+
extensions: {
|
|
2822
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2823
|
+
opListId: "extended",
|
|
2824
|
+
opTokenId: "HOBA"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
chainId: 8453,
|
|
2829
|
+
address: "0x2ede02ec52cbb49e81885c8fa171c3ba8bcd5374",
|
|
2830
|
+
name: "Honey Badger",
|
|
2831
|
+
symbol: "HOBA",
|
|
2832
|
+
decimals: 9,
|
|
2833
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOBA/logo.svg",
|
|
2834
|
+
extensions: {
|
|
2835
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2836
|
+
opListId: "extended",
|
|
2837
|
+
opTokenId: "HOBA"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2814
2840
|
{
|
|
2815
2841
|
chainId: 1,
|
|
2816
2842
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
@@ -7325,7 +7351,7 @@ var tokens = [
|
|
|
7325
7351
|
var version = {
|
|
7326
7352
|
major: 10,
|
|
7327
7353
|
minor: 0,
|
|
7328
|
-
patch:
|
|
7354
|
+
patch: 46
|
|
7329
7355
|
};
|
|
7330
7356
|
var optimism_tokenlist_default = {
|
|
7331
7357
|
name,
|