@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-04-
|
|
25
|
+
var timestamp = "2023-04-14T15:12:59.957Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -946,6 +946,28 @@ var tokens = [
|
|
|
946
946
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
947
947
|
}
|
|
948
948
|
},
|
|
949
|
+
{
|
|
950
|
+
chainId: 1,
|
|
951
|
+
address: "0xf2051511B9b121394FA75B8F7d4E7424337af687",
|
|
952
|
+
name: "DAOhaus Token",
|
|
953
|
+
symbol: "HAUS",
|
|
954
|
+
decimals: 18,
|
|
955
|
+
logoURI: "https://ethereum-optimism.github.io/data/HAUS/logo.png",
|
|
956
|
+
extensions: {
|
|
957
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
chainId: 10,
|
|
962
|
+
address: "0x01B8b6384298D4848E3BE63D4C9D17830EeE488A",
|
|
963
|
+
name: "DAOhaus Token on Optimism",
|
|
964
|
+
symbol: "HAUS",
|
|
965
|
+
decimals: 18,
|
|
966
|
+
logoURI: "https://ethereum-optimism.github.io/data/HAUS/logo.png",
|
|
967
|
+
extensions: {
|
|
968
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
949
971
|
{
|
|
950
972
|
chainId: 1,
|
|
951
973
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
@@ -2585,9 +2607,9 @@ var tokens = [
|
|
|
2585
2607
|
}
|
|
2586
2608
|
];
|
|
2587
2609
|
var version = {
|
|
2588
|
-
major:
|
|
2610
|
+
major: 7,
|
|
2589
2611
|
minor: 3,
|
|
2590
|
-
patch:
|
|
2612
|
+
patch: 31
|
|
2591
2613
|
};
|
|
2592
2614
|
var optimism_tokenlist_default = {
|
|
2593
2615
|
name,
|