@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.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-21T23:01:20.375Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -5572,6 +5572,32 @@ var tokens = [
|
|
|
5572
5572
|
opTokenId: "XMT"
|
|
5573
5573
|
}
|
|
5574
5574
|
},
|
|
5575
|
+
{
|
|
5576
|
+
chainId: 1,
|
|
5577
|
+
address: "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
|
|
5578
|
+
name: "yearn.finance",
|
|
5579
|
+
symbol: "YFI",
|
|
5580
|
+
decimals: 18,
|
|
5581
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5582
|
+
extensions: {
|
|
5583
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5584
|
+
opListId: "extended",
|
|
5585
|
+
opTokenId: "YFI"
|
|
5586
|
+
}
|
|
5587
|
+
},
|
|
5588
|
+
{
|
|
5589
|
+
chainId: 10,
|
|
5590
|
+
address: "0x9046D36440290FfDE54FE0DD84Db8b1CfEE9107B",
|
|
5591
|
+
name: "yearn.finance",
|
|
5592
|
+
symbol: "YFI",
|
|
5593
|
+
decimals: 18,
|
|
5594
|
+
logoURI: "https://ethereum-optimism.github.io/data/YFI/logo.svg",
|
|
5595
|
+
extensions: {
|
|
5596
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5597
|
+
opListId: "extended",
|
|
5598
|
+
opTokenId: "YFI"
|
|
5599
|
+
}
|
|
5600
|
+
},
|
|
5575
5601
|
{
|
|
5576
5602
|
chainId: 1,
|
|
5577
5603
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -5642,7 +5668,7 @@ var tokens = [
|
|
|
5642
5668
|
var version = {
|
|
5643
5669
|
major: 8,
|
|
5644
5670
|
minor: 3,
|
|
5645
|
-
patch:
|
|
5671
|
+
patch: 162
|
|
5646
5672
|
};
|
|
5647
5673
|
var optimism_tokenlist_default = {
|
|
5648
5674
|
name,
|