@eth-optimism/tokenlist 10.0.119 → 10.0.121
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 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -16
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2280a4e3.d.ts → optimism.tokenlist-81694870.d.ts} +28 -16
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -16
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -16
- 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 = "2024-09-
|
|
44
|
+
var timestamp = "2024-09-10T00:10:14.931Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4757,7 +4757,6 @@ var tokens = [
|
|
|
4757
4757
|
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4758
4758
|
extensions: {
|
|
4759
4759
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4760
|
-
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4761
4760
|
opListId: "extended",
|
|
4762
4761
|
opTokenId: "MUGLOO"
|
|
4763
4762
|
}
|
|
@@ -4775,19 +4774,6 @@ var tokens = [
|
|
|
4775
4774
|
opTokenId: "MUGLOO"
|
|
4776
4775
|
}
|
|
4777
4776
|
},
|
|
4778
|
-
{
|
|
4779
|
-
chainId: 8453,
|
|
4780
|
-
address: "0xE009e453Ac69B0E9602BA091D5331B31B03D3039",
|
|
4781
|
-
name: "Mugloo",
|
|
4782
|
-
symbol: "MUGLOO",
|
|
4783
|
-
decimals: 4,
|
|
4784
|
-
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4785
|
-
extensions: {
|
|
4786
|
-
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4787
|
-
opListId: "extended",
|
|
4788
|
-
opTokenId: "MUGLOO"
|
|
4789
|
-
}
|
|
4790
|
-
},
|
|
4791
4777
|
{
|
|
4792
4778
|
chainId: 1,
|
|
4793
4779
|
address: "0xab814ce69E15F6B9660A3B184c0B0C97B9394A6b",
|
|
@@ -8948,6 +8934,32 @@ var tokens = [
|
|
|
8948
8934
|
opTokenId: "XYO"
|
|
8949
8935
|
}
|
|
8950
8936
|
},
|
|
8937
|
+
{
|
|
8938
|
+
chainId: 1,
|
|
8939
|
+
address: "0x1BED97CBC3c24A4fb5C069C6E311a967386131f7",
|
|
8940
|
+
name: "Yearn Ether",
|
|
8941
|
+
symbol: "yETH",
|
|
8942
|
+
decimals: 18,
|
|
8943
|
+
logoURI: "https://ethereum-optimism.github.io/data/yETH/logo.svg",
|
|
8944
|
+
extensions: {
|
|
8945
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
8946
|
+
opListId: "extended",
|
|
8947
|
+
opTokenId: "yETH"
|
|
8948
|
+
}
|
|
8949
|
+
},
|
|
8950
|
+
{
|
|
8951
|
+
chainId: 8453,
|
|
8952
|
+
address: "0xCaf1c21DE4214ab2bCDb3A55deEB0114C8EeADa1",
|
|
8953
|
+
name: "Yearn Ether",
|
|
8954
|
+
symbol: "yETH",
|
|
8955
|
+
decimals: 18,
|
|
8956
|
+
logoURI: "https://ethereum-optimism.github.io/data/yETH/logo.svg",
|
|
8957
|
+
extensions: {
|
|
8958
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8959
|
+
opListId: "extended",
|
|
8960
|
+
opTokenId: "yETH"
|
|
8961
|
+
}
|
|
8962
|
+
},
|
|
8951
8963
|
{
|
|
8952
8964
|
chainId: 1,
|
|
8953
8965
|
address: "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
|
|
@@ -9318,7 +9330,7 @@ var tokens = [
|
|
|
9318
9330
|
var version = {
|
|
9319
9331
|
major: 10,
|
|
9320
9332
|
minor: 0,
|
|
9321
|
-
patch:
|
|
9333
|
+
patch: 121
|
|
9322
9334
|
};
|
|
9323
9335
|
var optimism_tokenlist_default = {
|
|
9324
9336
|
name,
|