@eth-optimism/tokenlist 10.0.88 → 10.0.90
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-bfd4d06c.d.ts → optimism.tokenlist-98fafb00.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-06-
|
|
25
|
+
var timestamp = "2024-06-25T18:11:52.290Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -7957,6 +7957,32 @@ var tokens = [
|
|
|
7957
7957
|
opTokenId: "WETH"
|
|
7958
7958
|
}
|
|
7959
7959
|
},
|
|
7960
|
+
{
|
|
7961
|
+
chainId: 1,
|
|
7962
|
+
address: "0xf31698DDAd0d11160Fe85c500397A470CD3d492E",
|
|
7963
|
+
name: "WEXO",
|
|
7964
|
+
symbol: "WEXO",
|
|
7965
|
+
decimals: 18,
|
|
7966
|
+
logoURI: "https://ethereum-optimism.github.io/data/WEXO/logo.png",
|
|
7967
|
+
extensions: {
|
|
7968
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7969
|
+
opListId: "extended",
|
|
7970
|
+
opTokenId: "WEXO"
|
|
7971
|
+
}
|
|
7972
|
+
},
|
|
7973
|
+
{
|
|
7974
|
+
chainId: 8453,
|
|
7975
|
+
address: "0xac12f930318be4f9d37f602cbf89cd33e99aa9d4",
|
|
7976
|
+
name: "WEXO",
|
|
7977
|
+
symbol: "WEXO",
|
|
7978
|
+
decimals: 18,
|
|
7979
|
+
logoURI: "https://ethereum-optimism.github.io/data/WEXO/logo.png",
|
|
7980
|
+
extensions: {
|
|
7981
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7982
|
+
opListId: "extended",
|
|
7983
|
+
opTokenId: "WEXO"
|
|
7984
|
+
}
|
|
7985
|
+
},
|
|
7960
7986
|
{
|
|
7961
7987
|
chainId: 8453,
|
|
7962
7988
|
address: "0xfB18511F1590a494360069F3640c27d55c2B5290",
|
|
@@ -8641,7 +8667,7 @@ var tokens = [
|
|
|
8641
8667
|
var version = {
|
|
8642
8668
|
major: 10,
|
|
8643
8669
|
minor: 0,
|
|
8644
|
-
patch:
|
|
8670
|
+
patch: 90
|
|
8645
8671
|
};
|
|
8646
8672
|
var optimism_tokenlist_default = {
|
|
8647
8673
|
name,
|