@eth-optimism/tokenlist 9.0.41 → 9.0.43
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-262b8673.d.ts → optimism.tokenlist-8068565f.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.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 = "2024-02-
|
|
44
|
+
var timestamp = "2024-02-20T16:49:45.728Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6806,6 +6806,32 @@ var tokens = [
|
|
|
6806
6806
|
opTokenId: "wstETH"
|
|
6807
6807
|
}
|
|
6808
6808
|
},
|
|
6809
|
+
{
|
|
6810
|
+
chainId: 11155111,
|
|
6811
|
+
address: "0xB82381A3fBD3FaFA77B3a7bE693342618240067b",
|
|
6812
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6813
|
+
symbol: "wstETH",
|
|
6814
|
+
decimals: 18,
|
|
6815
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6816
|
+
extensions: {
|
|
6817
|
+
optimismBridgeAddress: "0x4Abf633d9c0F4aEebB4C2E3213c7aa1b8505D332",
|
|
6818
|
+
opListId: "default",
|
|
6819
|
+
opTokenId: "wstETH"
|
|
6820
|
+
}
|
|
6821
|
+
},
|
|
6822
|
+
{
|
|
6823
|
+
chainId: 11155420,
|
|
6824
|
+
address: "0x24B47cd3A74f1799b32B2de11073764Cb1bb318B",
|
|
6825
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6826
|
+
symbol: "wstETH",
|
|
6827
|
+
decimals: 18,
|
|
6828
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6829
|
+
extensions: {
|
|
6830
|
+
optimismBridgeAddress: "0xdBA2760246f315203F8B716b3a7590F0FFdc704a",
|
|
6831
|
+
opListId: "default",
|
|
6832
|
+
opTokenId: "wstETH"
|
|
6833
|
+
}
|
|
6834
|
+
},
|
|
6809
6835
|
{
|
|
6810
6836
|
chainId: 1,
|
|
6811
6837
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
@@ -6994,7 +7020,7 @@ var tokens = [
|
|
|
6994
7020
|
var version = {
|
|
6995
7021
|
major: 9,
|
|
6996
7022
|
minor: 0,
|
|
6997
|
-
patch:
|
|
7023
|
+
patch: 43
|
|
6998
7024
|
};
|
|
6999
7025
|
var optimism_tokenlist_default = {
|
|
7000
7026
|
name,
|