@eth-optimism/tokenlist 8.3.157 → 8.3.158
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f5cfa1d7.d.ts → optimism.tokenlist-12c37fca.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-07T19:
|
|
25
|
+
var timestamp = "2023-09-07T19:37:13.317Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2860,6 +2860,58 @@ var tokens = [
|
|
|
2860
2860
|
opTokenId: "MOM"
|
|
2861
2861
|
}
|
|
2862
2862
|
},
|
|
2863
|
+
{
|
|
2864
|
+
chainId: 1,
|
|
2865
|
+
address: "0x6731827Cb6879a2091ce3ab3423f7bf20539b579",
|
|
2866
|
+
name: "Empower Token",
|
|
2867
|
+
symbol: "MPWR",
|
|
2868
|
+
decimals: 18,
|
|
2869
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2870
|
+
extensions: {
|
|
2871
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2872
|
+
opListId: "extended",
|
|
2873
|
+
opTokenId: "MPWR"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
chainId: 5,
|
|
2878
|
+
address: "0x1E1dfcf72dceF548e6AE581863a564FFe429dAA8",
|
|
2879
|
+
name: "Goerli MPWR",
|
|
2880
|
+
symbol: "MPWR",
|
|
2881
|
+
decimals: 18,
|
|
2882
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2883
|
+
extensions: {
|
|
2884
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2885
|
+
opListId: "extended",
|
|
2886
|
+
opTokenId: "MPWR"
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
chainId: 84531,
|
|
2891
|
+
address: "0x1901Bf2952F438Fa6251ac100375769f9Afd907d",
|
|
2892
|
+
name: "Base Goerli MPWR",
|
|
2893
|
+
symbol: "MPWR",
|
|
2894
|
+
decimals: 18,
|
|
2895
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2896
|
+
extensions: {
|
|
2897
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2898
|
+
opListId: "extended",
|
|
2899
|
+
opTokenId: "MPWR"
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
chainId: 8453,
|
|
2904
|
+
address: "0x85267fBC6e1e1563bB9247336F05D9220eA99f52",
|
|
2905
|
+
name: "Empower Token",
|
|
2906
|
+
symbol: "MPWR",
|
|
2907
|
+
decimals: 18,
|
|
2908
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2909
|
+
extensions: {
|
|
2910
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2911
|
+
opListId: "extended",
|
|
2912
|
+
opTokenId: "MPWR"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2863
2915
|
{
|
|
2864
2916
|
chainId: 1,
|
|
2865
2917
|
address: "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
|
|
@@ -5482,7 +5534,7 @@ var tokens = [
|
|
|
5482
5534
|
var version = {
|
|
5483
5535
|
major: 8,
|
|
5484
5536
|
minor: 3,
|
|
5485
|
-
patch:
|
|
5537
|
+
patch: 158
|
|
5486
5538
|
};
|
|
5487
5539
|
var optimism_tokenlist_default = {
|
|
5488
5540
|
name,
|