@eth-optimism/tokenlist 9.0.19 → 9.0.20
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-68874fe5.d.ts → optimism.tokenlist-b05d815a.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-12-
|
|
25
|
+
var timestamp = "2023-12-19T19:37:11.015Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -6004,6 +6004,7 @@ var tokens = [
|
|
|
6004
6004
|
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6005
6005
|
extensions: {
|
|
6006
6006
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6007
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6007
6008
|
opListId: "extended",
|
|
6008
6009
|
opTokenId: "weETH"
|
|
6009
6010
|
}
|
|
@@ -6047,6 +6048,19 @@ var tokens = [
|
|
|
6047
6048
|
opTokenId: "weETH"
|
|
6048
6049
|
}
|
|
6049
6050
|
},
|
|
6051
|
+
{
|
|
6052
|
+
chainId: 8453,
|
|
6053
|
+
address: "0x4c94DE27c94962Dba6Ebb77924Ac54189db75EFA",
|
|
6054
|
+
name: "Wrapped eETH",
|
|
6055
|
+
symbol: "weETH",
|
|
6056
|
+
decimals: 18,
|
|
6057
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6058
|
+
extensions: {
|
|
6059
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6060
|
+
opListId: "extended",
|
|
6061
|
+
opTokenId: "weETH"
|
|
6062
|
+
}
|
|
6063
|
+
},
|
|
6050
6064
|
{
|
|
6051
6065
|
chainId: 1,
|
|
6052
6066
|
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
@@ -6493,7 +6507,7 @@ var tokens = [
|
|
|
6493
6507
|
var version = {
|
|
6494
6508
|
major: 9,
|
|
6495
6509
|
minor: 0,
|
|
6496
|
-
patch:
|
|
6510
|
+
patch: 20
|
|
6497
6511
|
};
|
|
6498
6512
|
var optimism_tokenlist_default = {
|
|
6499
6513
|
name,
|