@eth-optimism/tokenlist 10.0.120 → 10.0.121
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-68998f96.d.ts → optimism.tokenlist-81694870.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2024-09-
|
|
44
|
+
var timestamp = "2024-09-10T00:10:14.931Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8934,6 +8934,32 @@ var tokens = [
|
|
|
8934
8934
|
opTokenId: "XYO"
|
|
8935
8935
|
}
|
|
8936
8936
|
},
|
|
8937
|
+
{
|
|
8938
|
+
chainId: 1,
|
|
8939
|
+
address: "0x1BED97CBC3c24A4fb5C069C6E311a967386131f7",
|
|
8940
|
+
name: "Yearn Ether",
|
|
8941
|
+
symbol: "yETH",
|
|
8942
|
+
decimals: 18,
|
|
8943
|
+
logoURI: "https://ethereum-optimism.github.io/data/yETH/logo.svg",
|
|
8944
|
+
extensions: {
|
|
8945
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
8946
|
+
opListId: "extended",
|
|
8947
|
+
opTokenId: "yETH"
|
|
8948
|
+
}
|
|
8949
|
+
},
|
|
8950
|
+
{
|
|
8951
|
+
chainId: 8453,
|
|
8952
|
+
address: "0xCaf1c21DE4214ab2bCDb3A55deEB0114C8EeADa1",
|
|
8953
|
+
name: "Yearn Ether",
|
|
8954
|
+
symbol: "yETH",
|
|
8955
|
+
decimals: 18,
|
|
8956
|
+
logoURI: "https://ethereum-optimism.github.io/data/yETH/logo.svg",
|
|
8957
|
+
extensions: {
|
|
8958
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8959
|
+
opListId: "extended",
|
|
8960
|
+
opTokenId: "yETH"
|
|
8961
|
+
}
|
|
8962
|
+
},
|
|
8937
8963
|
{
|
|
8938
8964
|
chainId: 1,
|
|
8939
8965
|
address: "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
|
|
@@ -9304,7 +9330,7 @@ var tokens = [
|
|
|
9304
9330
|
var version = {
|
|
9305
9331
|
major: 10,
|
|
9306
9332
|
minor: 0,
|
|
9307
|
-
patch:
|
|
9333
|
+
patch: 121
|
|
9308
9334
|
};
|
|
9309
9335
|
var optimism_tokenlist_default = {
|
|
9310
9336
|
name,
|