@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-11-13T15:
|
|
9
|
+
var timestamp = "2023-11-13T15:58:08.346Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -6026,6 +6026,7 @@ var tokens = [
|
|
|
6026
6026
|
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6027
6027
|
extensions: {
|
|
6028
6028
|
optimismBridgeAddress: "0x76943C0D61395d8F2edF9060e1533529cAe05dE6",
|
|
6029
|
+
baseBridgeAddress: "0x9de443AdC5A411E83F1878Ef24C3F52C61571e72",
|
|
6029
6030
|
opListId: "default",
|
|
6030
6031
|
opTokenId: "wstETH"
|
|
6031
6032
|
}
|
|
@@ -6043,6 +6044,19 @@ var tokens = [
|
|
|
6043
6044
|
opTokenId: "wstETH"
|
|
6044
6045
|
}
|
|
6045
6046
|
},
|
|
6047
|
+
{
|
|
6048
|
+
chainId: 8453,
|
|
6049
|
+
address: "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
|
|
6050
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6051
|
+
symbol: "wstETH",
|
|
6052
|
+
decimals: 18,
|
|
6053
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6054
|
+
extensions: {
|
|
6055
|
+
baseBridgeAddress: "0xac9D11cD4D7eF6e54F14643a393F68Ca014287AB",
|
|
6056
|
+
opListId: "default",
|
|
6057
|
+
opTokenId: "wstETH"
|
|
6058
|
+
}
|
|
6059
|
+
},
|
|
6046
6060
|
{
|
|
6047
6061
|
chainId: 1,
|
|
6048
6062
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
@@ -6231,7 +6245,7 @@ var tokens = [
|
|
|
6231
6245
|
var version = {
|
|
6232
6246
|
major: 9,
|
|
6233
6247
|
minor: 0,
|
|
6234
|
-
patch:
|
|
6248
|
+
patch: 8
|
|
6235
6249
|
};
|
|
6236
6250
|
var optimism_tokenlist_default = {
|
|
6237
6251
|
name,
|