@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-12-16T18:21
|
|
25
|
+
var timestamp = "2023-12-16T18:41:21.605Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -5968,6 +5968,7 @@ var tokens = [
|
|
|
5968
5968
|
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
5969
5969
|
extensions: {
|
|
5970
5970
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5971
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5971
5972
|
opListId: "extended",
|
|
5972
5973
|
opTokenId: "weETH"
|
|
5973
5974
|
}
|
|
@@ -6011,6 +6012,19 @@ var tokens = [
|
|
|
6011
6012
|
opTokenId: "weETH"
|
|
6012
6013
|
}
|
|
6013
6014
|
},
|
|
6015
|
+
{
|
|
6016
|
+
chainId: 8453,
|
|
6017
|
+
address: "0x4c94DE27c94962Dba6Ebb77924Ac54189db75EFA",
|
|
6018
|
+
name: "Wrapped eETH",
|
|
6019
|
+
symbol: "weETH",
|
|
6020
|
+
decimals: 18,
|
|
6021
|
+
logoURI: "https://ethereum-optimism.github.io/data/weETH/logo.svg",
|
|
6022
|
+
extensions: {
|
|
6023
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6024
|
+
opListId: "extended",
|
|
6025
|
+
opTokenId: "weETH"
|
|
6026
|
+
}
|
|
6027
|
+
},
|
|
6014
6028
|
{
|
|
6015
6029
|
chainId: 1,
|
|
6016
6030
|
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
@@ -6457,7 +6471,7 @@ var tokens = [
|
|
|
6457
6471
|
var version = {
|
|
6458
6472
|
major: 9,
|
|
6459
6473
|
minor: 0,
|
|
6460
|
-
patch:
|
|
6474
|
+
patch: 16
|
|
6461
6475
|
};
|
|
6462
6476
|
var optimism_tokenlist_default = {
|
|
6463
6477
|
name,
|