@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-02-
|
|
25
|
+
var timestamp = "2024-02-20T16:49:45.728Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -6787,6 +6787,32 @@ var tokens = [
|
|
|
6787
6787
|
opTokenId: "wstETH"
|
|
6788
6788
|
}
|
|
6789
6789
|
},
|
|
6790
|
+
{
|
|
6791
|
+
chainId: 11155111,
|
|
6792
|
+
address: "0xB82381A3fBD3FaFA77B3a7bE693342618240067b",
|
|
6793
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6794
|
+
symbol: "wstETH",
|
|
6795
|
+
decimals: 18,
|
|
6796
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6797
|
+
extensions: {
|
|
6798
|
+
optimismBridgeAddress: "0x4Abf633d9c0F4aEebB4C2E3213c7aa1b8505D332",
|
|
6799
|
+
opListId: "default",
|
|
6800
|
+
opTokenId: "wstETH"
|
|
6801
|
+
}
|
|
6802
|
+
},
|
|
6803
|
+
{
|
|
6804
|
+
chainId: 11155420,
|
|
6805
|
+
address: "0x24B47cd3A74f1799b32B2de11073764Cb1bb318B",
|
|
6806
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6807
|
+
symbol: "wstETH",
|
|
6808
|
+
decimals: 18,
|
|
6809
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6810
|
+
extensions: {
|
|
6811
|
+
optimismBridgeAddress: "0xdBA2760246f315203F8B716b3a7590F0FFdc704a",
|
|
6812
|
+
opListId: "default",
|
|
6813
|
+
opTokenId: "wstETH"
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6790
6816
|
{
|
|
6791
6817
|
chainId: 1,
|
|
6792
6818
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
@@ -6975,7 +7001,7 @@ var tokens = [
|
|
|
6975
7001
|
var version = {
|
|
6976
7002
|
major: 9,
|
|
6977
7003
|
minor: 0,
|
|
6978
|
-
patch:
|
|
7004
|
+
patch: 43
|
|
6979
7005
|
};
|
|
6980
7006
|
var optimism_tokenlist_default = {
|
|
6981
7007
|
name,
|