@eth-optimism/tokenlist 9.0.7 → 9.0.8
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-54bb29a9.d.ts → optimism.tokenlist-4aaa8619.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-11-13T15:
|
|
44
|
+
var timestamp = "2023-11-13T15:58:08.346Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6061,6 +6061,7 @@ var tokens = [
|
|
|
6061
6061
|
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6062
6062
|
extensions: {
|
|
6063
6063
|
optimismBridgeAddress: "0x76943C0D61395d8F2edF9060e1533529cAe05dE6",
|
|
6064
|
+
baseBridgeAddress: "0x9de443AdC5A411E83F1878Ef24C3F52C61571e72",
|
|
6064
6065
|
opListId: "default",
|
|
6065
6066
|
opTokenId: "wstETH"
|
|
6066
6067
|
}
|
|
@@ -6078,6 +6079,19 @@ var tokens = [
|
|
|
6078
6079
|
opTokenId: "wstETH"
|
|
6079
6080
|
}
|
|
6080
6081
|
},
|
|
6082
|
+
{
|
|
6083
|
+
chainId: 8453,
|
|
6084
|
+
address: "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
|
|
6085
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6086
|
+
symbol: "wstETH",
|
|
6087
|
+
decimals: 18,
|
|
6088
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6089
|
+
extensions: {
|
|
6090
|
+
baseBridgeAddress: "0xac9D11cD4D7eF6e54F14643a393F68Ca014287AB",
|
|
6091
|
+
opListId: "default",
|
|
6092
|
+
opTokenId: "wstETH"
|
|
6093
|
+
}
|
|
6094
|
+
},
|
|
6081
6095
|
{
|
|
6082
6096
|
chainId: 1,
|
|
6083
6097
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
@@ -6266,7 +6280,7 @@ var tokens = [
|
|
|
6266
6280
|
var version = {
|
|
6267
6281
|
major: 9,
|
|
6268
6282
|
minor: 0,
|
|
6269
|
-
patch:
|
|
6283
|
+
patch: 8
|
|
6270
6284
|
};
|
|
6271
6285
|
var optimism_tokenlist_default = {
|
|
6272
6286
|
name,
|