@eth-optimism/tokenlist 8.3.167 → 8.3.168
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-6f12c986.d.ts → optimism.tokenlist-5b5c7c27.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-09-
|
|
44
|
+
var timestamp = "2023-09-26T18:42:28.069Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5693,6 +5693,7 @@ var tokens = [
|
|
|
5693
5693
|
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5694
5694
|
extensions: {
|
|
5695
5695
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5696
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5696
5697
|
opListId: "extended",
|
|
5697
5698
|
opTokenId: "YFI"
|
|
5698
5699
|
}
|
|
@@ -5710,6 +5711,19 @@ var tokens = [
|
|
|
5710
5711
|
opTokenId: "YFI"
|
|
5711
5712
|
}
|
|
5712
5713
|
},
|
|
5714
|
+
{
|
|
5715
|
+
chainId: 8453,
|
|
5716
|
+
address: "0x9EaF8C1E34F05a589EDa6BAfdF391Cf6Ad3CB239",
|
|
5717
|
+
name: "yearn.finance",
|
|
5718
|
+
symbol: "YFI",
|
|
5719
|
+
decimals: 18,
|
|
5720
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5721
|
+
extensions: {
|
|
5722
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5723
|
+
opListId: "extended",
|
|
5724
|
+
opTokenId: "YFI"
|
|
5725
|
+
}
|
|
5726
|
+
},
|
|
5713
5727
|
{
|
|
5714
5728
|
chainId: 1,
|
|
5715
5729
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -5780,7 +5794,7 @@ var tokens = [
|
|
|
5780
5794
|
var version = {
|
|
5781
5795
|
major: 8,
|
|
5782
5796
|
minor: 3,
|
|
5783
|
-
patch:
|
|
5797
|
+
patch: 168
|
|
5784
5798
|
};
|
|
5785
5799
|
var optimism_tokenlist_default = {
|
|
5786
5800
|
name,
|