@eth-optimism/tokenlist 9.0.42 → 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-404e7d99.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-02-20T16:
|
|
9
|
+
var timestamp = "2024-02-20T16:49:45.728Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -6771,6 +6771,32 @@ var tokens = [
|
|
|
6771
6771
|
opTokenId: "wstETH"
|
|
6772
6772
|
}
|
|
6773
6773
|
},
|
|
6774
|
+
{
|
|
6775
|
+
chainId: 11155111,
|
|
6776
|
+
address: "0xB82381A3fBD3FaFA77B3a7bE693342618240067b",
|
|
6777
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6778
|
+
symbol: "wstETH",
|
|
6779
|
+
decimals: 18,
|
|
6780
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6781
|
+
extensions: {
|
|
6782
|
+
optimismBridgeAddress: "0x4Abf633d9c0F4aEebB4C2E3213c7aa1b8505D332",
|
|
6783
|
+
opListId: "default",
|
|
6784
|
+
opTokenId: "wstETH"
|
|
6785
|
+
}
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
chainId: 11155420,
|
|
6789
|
+
address: "0x24B47cd3A74f1799b32B2de11073764Cb1bb318B",
|
|
6790
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6791
|
+
symbol: "wstETH",
|
|
6792
|
+
decimals: 18,
|
|
6793
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6794
|
+
extensions: {
|
|
6795
|
+
optimismBridgeAddress: "0xdBA2760246f315203F8B716b3a7590F0FFdc704a",
|
|
6796
|
+
opListId: "default",
|
|
6797
|
+
opTokenId: "wstETH"
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6774
6800
|
{
|
|
6775
6801
|
chainId: 1,
|
|
6776
6802
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
@@ -6959,7 +6985,7 @@ var tokens = [
|
|
|
6959
6985
|
var version = {
|
|
6960
6986
|
major: 9,
|
|
6961
6987
|
minor: 0,
|
|
6962
|
-
patch:
|
|
6988
|
+
patch: 43
|
|
6963
6989
|
};
|
|
6964
6990
|
var optimism_tokenlist_default = {
|
|
6965
6991
|
name,
|