@eth-optimism/tokenlist 9.0.9 → 9.0.10
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-d52a9b3a.d.ts → optimism.tokenlist-34deed25.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 = "2023-11-
|
|
44
|
+
var timestamp = "2023-11-27T15:49:32.923Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5834,6 +5834,19 @@ var tokens = [
|
|
|
5834
5834
|
opTokenId: "WBTC"
|
|
5835
5835
|
}
|
|
5836
5836
|
},
|
|
5837
|
+
{
|
|
5838
|
+
chainId: 1,
|
|
5839
|
+
address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
5840
|
+
name: "Wrapped eETH",
|
|
5841
|
+
symbol: "weETH",
|
|
5842
|
+
decimals: 18,
|
|
5843
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
5844
|
+
extensions: {
|
|
5845
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5846
|
+
opListId: "extended",
|
|
5847
|
+
opTokenId: "weETH"
|
|
5848
|
+
}
|
|
5849
|
+
},
|
|
5837
5850
|
{
|
|
5838
5851
|
chainId: 5,
|
|
5839
5852
|
address: "0xAc687b5ccd042e0d70405219112d95035938e3e8",
|
|
@@ -5847,6 +5860,19 @@ var tokens = [
|
|
|
5847
5860
|
opTokenId: "weETH"
|
|
5848
5861
|
}
|
|
5849
5862
|
},
|
|
5863
|
+
{
|
|
5864
|
+
chainId: 10,
|
|
5865
|
+
address: "0x346e03F8Cce9fE01dCB3d0Da3e9D00dC2c0E08f0",
|
|
5866
|
+
name: "Wrapped eETH",
|
|
5867
|
+
symbol: "weETH",
|
|
5868
|
+
decimals: 18,
|
|
5869
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
5870
|
+
extensions: {
|
|
5871
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5872
|
+
opListId: "extended",
|
|
5873
|
+
opTokenId: "weETH"
|
|
5874
|
+
}
|
|
5875
|
+
},
|
|
5850
5876
|
{
|
|
5851
5877
|
chainId: 420,
|
|
5852
5878
|
address: "0x7e7d4467112689329f7E06571eD0E8CbAd4910eE",
|
|
@@ -6306,7 +6332,7 @@ var tokens = [
|
|
|
6306
6332
|
var version = {
|
|
6307
6333
|
major: 9,
|
|
6308
6334
|
minor: 0,
|
|
6309
|
-
patch:
|
|
6335
|
+
patch: 10
|
|
6310
6336
|
};
|
|
6311
6337
|
var optimism_tokenlist_default = {
|
|
6312
6338
|
name,
|