@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-09-
|
|
25
|
+
var timestamp = "2023-09-26T18:42:28.069Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -5674,6 +5674,7 @@ var tokens = [
|
|
|
5674
5674
|
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5675
5675
|
extensions: {
|
|
5676
5676
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5677
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5677
5678
|
opListId: "extended",
|
|
5678
5679
|
opTokenId: "YFI"
|
|
5679
5680
|
}
|
|
@@ -5691,6 +5692,19 @@ var tokens = [
|
|
|
5691
5692
|
opTokenId: "YFI"
|
|
5692
5693
|
}
|
|
5693
5694
|
},
|
|
5695
|
+
{
|
|
5696
|
+
chainId: 8453,
|
|
5697
|
+
address: "0x9EaF8C1E34F05a589EDa6BAfdF391Cf6Ad3CB239",
|
|
5698
|
+
name: "yearn.finance",
|
|
5699
|
+
symbol: "YFI",
|
|
5700
|
+
decimals: 18,
|
|
5701
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5702
|
+
extensions: {
|
|
5703
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5704
|
+
opListId: "extended",
|
|
5705
|
+
opTokenId: "YFI"
|
|
5706
|
+
}
|
|
5707
|
+
},
|
|
5694
5708
|
{
|
|
5695
5709
|
chainId: 1,
|
|
5696
5710
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -5761,7 +5775,7 @@ var tokens = [
|
|
|
5761
5775
|
var version = {
|
|
5762
5776
|
major: 8,
|
|
5763
5777
|
minor: 3,
|
|
5764
|
-
patch:
|
|
5778
|
+
patch: 168
|
|
5765
5779
|
};
|
|
5766
5780
|
var optimism_tokenlist_default = {
|
|
5767
5781
|
name,
|