@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-04-
|
|
9
|
+
var timestamp = "2023-04-14T15:12:59.957Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -930,6 +930,28 @@ var tokens = [
|
|
|
930
930
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
|
+
{
|
|
934
|
+
chainId: 1,
|
|
935
|
+
address: "0xf2051511B9b121394FA75B8F7d4E7424337af687",
|
|
936
|
+
name: "DAOhaus Token",
|
|
937
|
+
symbol: "HAUS",
|
|
938
|
+
decimals: 18,
|
|
939
|
+
logoURI: "https://ethereum-optimism.github.io/data/HAUS/logo.png",
|
|
940
|
+
extensions: {
|
|
941
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
chainId: 10,
|
|
946
|
+
address: "0x01B8b6384298D4848E3BE63D4C9D17830EeE488A",
|
|
947
|
+
name: "DAOhaus Token on Optimism",
|
|
948
|
+
symbol: "HAUS",
|
|
949
|
+
decimals: 18,
|
|
950
|
+
logoURI: "https://ethereum-optimism.github.io/data/HAUS/logo.png",
|
|
951
|
+
extensions: {
|
|
952
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
933
955
|
{
|
|
934
956
|
chainId: 1,
|
|
935
957
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
@@ -2569,9 +2591,9 @@ var tokens = [
|
|
|
2569
2591
|
}
|
|
2570
2592
|
];
|
|
2571
2593
|
var version = {
|
|
2572
|
-
major:
|
|
2594
|
+
major: 7,
|
|
2573
2595
|
minor: 3,
|
|
2574
|
-
patch:
|
|
2596
|
+
patch: 31
|
|
2575
2597
|
};
|
|
2576
2598
|
var optimism_tokenlist_default = {
|
|
2577
2599
|
name,
|