@eth-optimism/tokenlist 9.0.15 → 9.0.16
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-da6a5252.d.ts → optimism.tokenlist-d4631b55.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-12-16T18:21
|
|
44
|
+
var timestamp = "2023-12-16T18:41:21.605Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5987,6 +5987,7 @@ var tokens = [
|
|
|
5987
5987
|
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
5988
5988
|
extensions: {
|
|
5989
5989
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5990
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5990
5991
|
opListId: "extended",
|
|
5991
5992
|
opTokenId: "weETH"
|
|
5992
5993
|
}
|
|
@@ -6030,6 +6031,19 @@ var tokens = [
|
|
|
6030
6031
|
opTokenId: "weETH"
|
|
6031
6032
|
}
|
|
6032
6033
|
},
|
|
6034
|
+
{
|
|
6035
|
+
chainId: 8453,
|
|
6036
|
+
address: "0x4c94DE27c94962Dba6Ebb77924Ac54189db75EFA",
|
|
6037
|
+
name: "Wrapped eETH",
|
|
6038
|
+
symbol: "weETH",
|
|
6039
|
+
decimals: 18,
|
|
6040
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6041
|
+
extensions: {
|
|
6042
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6043
|
+
opListId: "extended",
|
|
6044
|
+
opTokenId: "weETH"
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
6033
6047
|
{
|
|
6034
6048
|
chainId: 1,
|
|
6035
6049
|
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
@@ -6476,7 +6490,7 @@ var tokens = [
|
|
|
6476
6490
|
var version = {
|
|
6477
6491
|
major: 9,
|
|
6478
6492
|
minor: 0,
|
|
6479
|
-
patch:
|
|
6493
|
+
patch: 16
|
|
6480
6494
|
};
|
|
6481
6495
|
var optimism_tokenlist_default = {
|
|
6482
6496
|
name,
|