@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.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-
|
|
44
|
+
var timestamp = "2023-12-19T19:37:11.015Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6023,6 +6023,7 @@ var tokens = [
|
|
|
6023
6023
|
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6024
6024
|
extensions: {
|
|
6025
6025
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6026
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6026
6027
|
opListId: "extended",
|
|
6027
6028
|
opTokenId: "weETH"
|
|
6028
6029
|
}
|
|
@@ -6066,6 +6067,19 @@ var tokens = [
|
|
|
6066
6067
|
opTokenId: "weETH"
|
|
6067
6068
|
}
|
|
6068
6069
|
},
|
|
6070
|
+
{
|
|
6071
|
+
chainId: 8453,
|
|
6072
|
+
address: "0x4c94DE27c94962Dba6Ebb77924Ac54189db75EFA",
|
|
6073
|
+
name: "Wrapped eETH",
|
|
6074
|
+
symbol: "weETH",
|
|
6075
|
+
decimals: 18,
|
|
6076
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6077
|
+
extensions: {
|
|
6078
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6079
|
+
opListId: "extended",
|
|
6080
|
+
opTokenId: "weETH"
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6069
6083
|
{
|
|
6070
6084
|
chainId: 1,
|
|
6071
6085
|
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
@@ -6512,7 +6526,7 @@ var tokens = [
|
|
|
6512
6526
|
var version = {
|
|
6513
6527
|
major: 9,
|
|
6514
6528
|
minor: 0,
|
|
6515
|
-
patch:
|
|
6529
|
+
patch: 20
|
|
6516
6530
|
};
|
|
6517
6531
|
var optimism_tokenlist_default = {
|
|
6518
6532
|
name,
|