@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-09-
|
|
9
|
+
var timestamp = "2023-09-26T18:42:28.069Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -5658,6 +5658,7 @@ var tokens = [
|
|
|
5658
5658
|
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5659
5659
|
extensions: {
|
|
5660
5660
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5661
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5661
5662
|
opListId: "extended",
|
|
5662
5663
|
opTokenId: "YFI"
|
|
5663
5664
|
}
|
|
@@ -5675,6 +5676,19 @@ var tokens = [
|
|
|
5675
5676
|
opTokenId: "YFI"
|
|
5676
5677
|
}
|
|
5677
5678
|
},
|
|
5679
|
+
{
|
|
5680
|
+
chainId: 8453,
|
|
5681
|
+
address: "0x9EaF8C1E34F05a589EDa6BAfdF391Cf6Ad3CB239",
|
|
5682
|
+
name: "yearn.finance",
|
|
5683
|
+
symbol: "YFI",
|
|
5684
|
+
decimals: 18,
|
|
5685
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5686
|
+
extensions: {
|
|
5687
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5688
|
+
opListId: "extended",
|
|
5689
|
+
opTokenId: "YFI"
|
|
5690
|
+
}
|
|
5691
|
+
},
|
|
5678
5692
|
{
|
|
5679
5693
|
chainId: 1,
|
|
5680
5694
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -5745,7 +5759,7 @@ var tokens = [
|
|
|
5745
5759
|
var version = {
|
|
5746
5760
|
major: 8,
|
|
5747
5761
|
minor: 3,
|
|
5748
|
-
patch:
|
|
5762
|
+
patch: 168
|
|
5749
5763
|
};
|
|
5750
5764
|
var optimism_tokenlist_default = {
|
|
5751
5765
|
name,
|