@eth-optimism/tokenlist 6.3.29 → 7.3.31
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 +25 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-63678339.d.ts → optimism.tokenlist-52df5edd.d.ts} +25 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +25 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +25 -3
- 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-04-
|
|
44
|
+
var timestamp = "2023-04-14T15:12:59.957Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -965,6 +965,28 @@ var tokens = [
|
|
|
965
965
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
966
966
|
}
|
|
967
967
|
},
|
|
968
|
+
{
|
|
969
|
+
chainId: 1,
|
|
970
|
+
address: "0xf2051511B9b121394FA75B8F7d4E7424337af687",
|
|
971
|
+
name: "DAOhaus Token",
|
|
972
|
+
symbol: "HAUS",
|
|
973
|
+
decimals: 18,
|
|
974
|
+
logoURI: "https://ethereum-optimism.github.io/data/HAUS/logo.png",
|
|
975
|
+
extensions: {
|
|
976
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
chainId: 10,
|
|
981
|
+
address: "0x01B8b6384298D4848E3BE63D4C9D17830EeE488A",
|
|
982
|
+
name: "DAOhaus Token on Optimism",
|
|
983
|
+
symbol: "HAUS",
|
|
984
|
+
decimals: 18,
|
|
985
|
+
logoURI: "https://ethereum-optimism.github.io/data/HAUS/logo.png",
|
|
986
|
+
extensions: {
|
|
987
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
968
990
|
{
|
|
969
991
|
chainId: 1,
|
|
970
992
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
@@ -2604,9 +2626,9 @@ var tokens = [
|
|
|
2604
2626
|
}
|
|
2605
2627
|
];
|
|
2606
2628
|
var version = {
|
|
2607
|
-
major:
|
|
2629
|
+
major: 7,
|
|
2608
2630
|
minor: 3,
|
|
2609
|
-
patch:
|
|
2631
|
+
patch: 31
|
|
2610
2632
|
};
|
|
2611
2633
|
var optimism_tokenlist_default = {
|
|
2612
2634
|
name,
|