@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.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-07T19:
|
|
44
|
+
var timestamp = "2023-09-07T19:37:13.317Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2879,6 +2879,58 @@ var tokens = [
|
|
|
2879
2879
|
opTokenId: "MOM"
|
|
2880
2880
|
}
|
|
2881
2881
|
},
|
|
2882
|
+
{
|
|
2883
|
+
chainId: 1,
|
|
2884
|
+
address: "0x6731827Cb6879a2091ce3ab3423f7bf20539b579",
|
|
2885
|
+
name: "Empower Token",
|
|
2886
|
+
symbol: "MPWR",
|
|
2887
|
+
decimals: 18,
|
|
2888
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2889
|
+
extensions: {
|
|
2890
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2891
|
+
opListId: "extended",
|
|
2892
|
+
opTokenId: "MPWR"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
chainId: 5,
|
|
2897
|
+
address: "0x1E1dfcf72dceF548e6AE581863a564FFe429dAA8",
|
|
2898
|
+
name: "Goerli MPWR",
|
|
2899
|
+
symbol: "MPWR",
|
|
2900
|
+
decimals: 18,
|
|
2901
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2902
|
+
extensions: {
|
|
2903
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2904
|
+
opListId: "extended",
|
|
2905
|
+
opTokenId: "MPWR"
|
|
2906
|
+
}
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
chainId: 84531,
|
|
2910
|
+
address: "0x1901Bf2952F438Fa6251ac100375769f9Afd907d",
|
|
2911
|
+
name: "Base Goerli MPWR",
|
|
2912
|
+
symbol: "MPWR",
|
|
2913
|
+
decimals: 18,
|
|
2914
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2915
|
+
extensions: {
|
|
2916
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2917
|
+
opListId: "extended",
|
|
2918
|
+
opTokenId: "MPWR"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
chainId: 8453,
|
|
2923
|
+
address: "0x85267fBC6e1e1563bB9247336F05D9220eA99f52",
|
|
2924
|
+
name: "Empower Token",
|
|
2925
|
+
symbol: "MPWR",
|
|
2926
|
+
decimals: 18,
|
|
2927
|
+
logoURI: "https://ethereum-optimism.github.io/data/MPWR/logo.svg",
|
|
2928
|
+
extensions: {
|
|
2929
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2930
|
+
opListId: "extended",
|
|
2931
|
+
opTokenId: "MPWR"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2882
2934
|
{
|
|
2883
2935
|
chainId: 1,
|
|
2884
2936
|
address: "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
|
|
@@ -5501,7 +5553,7 @@ var tokens = [
|
|
|
5501
5553
|
var version = {
|
|
5502
5554
|
major: 8,
|
|
5503
5555
|
minor: 3,
|
|
5504
|
-
patch:
|
|
5556
|
+
patch: 158
|
|
5505
5557
|
};
|
|
5506
5558
|
var optimism_tokenlist_default = {
|
|
5507
5559
|
name,
|