@eth-optimism/tokenlist 8.3.161 → 8.3.162
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-6843c631.d.ts → optimism.tokenlist-64d19f16.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 = "2023-09-
|
|
44
|
+
var timestamp = "2023-09-21T23:01:20.375Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5591,6 +5591,32 @@ var tokens = [
|
|
|
5591
5591
|
opTokenId: "XMT"
|
|
5592
5592
|
}
|
|
5593
5593
|
},
|
|
5594
|
+
{
|
|
5595
|
+
chainId: 1,
|
|
5596
|
+
address: "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
|
|
5597
|
+
name: "yearn.finance",
|
|
5598
|
+
symbol: "YFI",
|
|
5599
|
+
decimals: 18,
|
|
5600
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5601
|
+
extensions: {
|
|
5602
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5603
|
+
opListId: "extended",
|
|
5604
|
+
opTokenId: "YFI"
|
|
5605
|
+
}
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
chainId: 10,
|
|
5609
|
+
address: "0x9046D36440290FfDE54FE0DD84Db8b1CfEE9107B",
|
|
5610
|
+
name: "yearn.finance",
|
|
5611
|
+
symbol: "YFI",
|
|
5612
|
+
decimals: 18,
|
|
5613
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5614
|
+
extensions: {
|
|
5615
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5616
|
+
opListId: "extended",
|
|
5617
|
+
opTokenId: "YFI"
|
|
5618
|
+
}
|
|
5619
|
+
},
|
|
5594
5620
|
{
|
|
5595
5621
|
chainId: 1,
|
|
5596
5622
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -5661,7 +5687,7 @@ var tokens = [
|
|
|
5661
5687
|
var version = {
|
|
5662
5688
|
major: 8,
|
|
5663
5689
|
minor: 3,
|
|
5664
|
-
patch:
|
|
5690
|
+
patch: 162
|
|
5665
5691
|
};
|
|
5666
5692
|
var optimism_tokenlist_default = {
|
|
5667
5693
|
name,
|