-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
188 lines (188 loc) · 14.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "helios-background",
"version": "0.0.28",
"type": "module",
"main": "src/index.js",
"private": true,
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
"dependencies": {
"@fluent-wallet/cfx_accounts": "workspace:packages/rpcs/cfx_accounts",
"@fluent-wallet/cfx_call": "workspace:packages/rpcs/cfx_call",
"@fluent-wallet/cfx_chain-id": "workspace:packages/rpcs/cfx_chainId",
"@fluent-wallet/cfx_check-balance-against-transaction": "workspace:packages/rpcs/cfx_checkBalanceAgainstTransaction",
"@fluent-wallet/cfx_client-version": "workspace:packages/rpcs/cfx_clientVersion",
"@fluent-wallet/cfx_epoch-number": "workspace:packages/rpcs/cfx_epochNumber",
"@fluent-wallet/cfx_estimate-1559-fee": "workspace:packages/rpcs/cfx_estimate1559Fee",
"@fluent-wallet/cfx_estimate-gas-and-collateral": "workspace:packages/rpcs/cfx_estimateGasAndCollateral",
"@fluent-wallet/cfx_fee-history": "workspace:packages/rpcs/cfx_feeHistory",
"@fluent-wallet/cfx_gas-price": "workspace:packages/rpcs/cfx_gasPrice",
"@fluent-wallet/cfx_get-account": "workspace:packages/rpcs/cfx_getAccount",
"@fluent-wallet/cfx_get-account-pending-info": "workspace:*",
"@fluent-wallet/cfx_get-account-pending-transactions": "workspace:*",
"@fluent-wallet/cfx_get-accumulate-interest-rate": "workspace:packages/rpcs/cfx_getAccumulateInterestRate",
"@fluent-wallet/cfx_get-admin": "workspace:packages/rpcs/cfx_getAdmin",
"@fluent-wallet/cfx_get-balance": "workspace:packages/rpcs/cfx_getBalance",
"@fluent-wallet/cfx_get-best-block-hash": "workspace:packages/rpcs/cfx_getBestBlockHash",
"@fluent-wallet/cfx_get-block-by-epoch-number": "workspace:*",
"@fluent-wallet/cfx_get-block-by-hash": "workspace:packages/rpcs/cfx_getBlockByHash",
"@fluent-wallet/cfx_get-block-by-hash-with-pivot-assumption": "workspace:packages/rpcs/cfx_getBlockByHashWithPivotAssumption",
"@fluent-wallet/cfx_get-block-reward-info": "workspace:packages/rpcs/cfx_getBlockRewardInfo",
"@fluent-wallet/cfx_get-blocks-by-epoch": "workspace:packages/rpcs/cfx_getBlocksByEpoch",
"@fluent-wallet/cfx_get-code": "workspace:packages/rpcs/cfx_getCode",
"@fluent-wallet/cfx_get-collateral-for-storage": "workspace:packages/rpcs/cfx_getCollateralForStorage",
"@fluent-wallet/cfx_get-confirmation-risk-by-hash": "workspace:packages/rpcs/cfx_getConfirmationRiskByHash",
"@fluent-wallet/cfx_get-fee-burnt": "workspace:packages/rpcs/cfx_getFeeBurnt",
"@fluent-wallet/cfx_get-interest-rate": "workspace:*",
"@fluent-wallet/cfx_get-logs": "workspace:packages/rpcs/cfx_getLogs",
"@fluent-wallet/cfx_get-max-gas-limit": "workspace:*",
"@fluent-wallet/cfx_get-next-nonce": "workspace:packages/rpcs/cfx_getNextNonce",
"@fluent-wallet/cfx_get-next-usable-nonce": "workspace:*",
"@fluent-wallet/cfx_get-pos-economics": "workspace:*",
"@fluent-wallet/cfx_get-pos-reward-by-epoch": "workspace:*",
"@fluent-wallet/cfx_get-skipped-blocks-by-epoch": "workspace:packages/rpcs/cfx_getSkippedBlocksByEpoch",
"@fluent-wallet/cfx_get-staking-balance": "workspace:packages/rpcs/cfx_getStakingBalance",
"@fluent-wallet/cfx_get-status": "workspace:packages/rpcs/cfx_getStatus",
"@fluent-wallet/cfx_get-storage-at": "workspace:packages/rpcs/cfx_getStorageAt",
"@fluent-wallet/cfx_get-storage-root": "workspace:packages/rpcs/cfx_getStorageRoot",
"@fluent-wallet/cfx_get-supply-info": "workspace:*",
"@fluent-wallet/cfx_get-transaction-by-hash": "workspace:packages/rpcs/cfx_getTransactionByHash",
"@fluent-wallet/cfx_get-transaction-receipt": "workspace:packages/rpcs/cfx_getTransactionReceipt",
"@fluent-wallet/cfx_get-vote-list": "workspace:packages/rpcs/cfx_getVoteList",
"@fluent-wallet/cfx_max-priority-fee-per-gas": "workspace:packages/rpcs/cfx_maxPriorityFeePerGas",
"@fluent-wallet/cfx_net-version": "workspace:packages/rpcs/cfx_netVersion",
"@fluent-wallet/cfx_opened-method-groups": "workspace:*",
"@fluent-wallet/cfx_request-accounts": "workspace:packages/rpcs/cfx_requestAccounts",
"@fluent-wallet/cfx_send-transaction": "workspace:packages/rpcs/cfx_sendTransaction",
"@fluent-wallet/cfx_sign-transaction": "workspace:packages/rpcs/cfx_signTransaction",
"@fluent-wallet/cfx_sign-tx-with-ledger-nano-s": "workspace:*",
"@fluent-wallet/cfx_sign-typed-data_v4": "workspace:packages/rpcs/cfx_signTypedData_v4",
"@fluent-wallet/consts": "workspace:packages/consts",
"@fluent-wallet/db": "workspace:packages/db",
"@fluent-wallet/eth_accounts": "workspace:packages/rpcs/eth_accounts",
"@fluent-wallet/eth_block-number": "workspace:packages/rpcs/eth_blockNumber",
"@fluent-wallet/eth_call": "workspace:packages/rpcs/eth_call",
"@fluent-wallet/eth_chain-id": "workspace:packages/rpcs/eth_chainId",
"@fluent-wallet/eth_estimate-1559-fee": "workspace:*",
"@fluent-wallet/eth_estimate-gas": "workspace:packages/rpcs/eth_estimateGas",
"@fluent-wallet/eth_fee-history": "workspace:*",
"@fluent-wallet/eth_gas-price": "workspace:packages/rpcs/eth_gasPrice",
"@fluent-wallet/eth_get-balance": "workspace:packages/rpcs/eth_getBalance",
"@fluent-wallet/eth_get-block-by-hash": "workspace:*",
"@fluent-wallet/eth_get-block-by-number": "workspace:*",
"@fluent-wallet/eth_get-code": "workspace:packages/rpcs/eth_getCode",
"@fluent-wallet/eth_get-logs": "workspace:*",
"@fluent-wallet/eth_get-transaction-by-hash": "workspace:*",
"@fluent-wallet/eth_get-transaction-count": "workspace:packages/rpcs/eth_getTransactionCount",
"@fluent-wallet/eth_get-transaction-receipt": "workspace:*",
"@fluent-wallet/eth_max-priority-fee-per-gas": "workspace:*",
"@fluent-wallet/eth_request-accounts": "workspace:packages/rpcs/eth_requestAccounts",
"@fluent-wallet/eth_send-raw-transaction": "workspace:*",
"@fluent-wallet/eth_sign-transaction": "workspace:*",
"@fluent-wallet/eth_sign-tx-with-ledger-nano-s": "workspace:*",
"@fluent-wallet/eth_sign-typed-data_v4": "workspace:packages/rpcs/eth_signTypedData_v4",
"@fluent-wallet/extension-runtime": "workspace:packages/extension-runtime",
"@fluent-wallet/inner-utils": "workspace:packages/inner-utils",
"@fluent-wallet/net_version": "workspace:packages/rpcs/net_version",
"@fluent-wallet/personal_sign": "workspace:packages/rpcs/personal_sign",
"@fluent-wallet/rpc-engine": "workspace:packages/rpc-engine",
"@fluent-wallet/transducers": "workspace:packages/transducers",
"@fluent-wallet/txpool_next-nonce": "workspace:*",
"@fluent-wallet/wallet_accounts": "workspace:*",
"@fluent-wallet/wallet_add-hd-path": "workspace:packages/rpcs/wallet_addHdPath",
"@fluent-wallet/wallet_add-network": "workspace:packages/rpcs/wallet_addNetwork",
"@fluent-wallet/wallet_add-pending-user-auth-request": "workspace:packages/rpcs/wallet_addPendingUserAuthRequest",
"@fluent-wallet/wallet_add-vault": "workspace:packages/rpcs/wallet_addVault",
"@fluent-wallet/wallet_after-unlock": "workspace:*",
"@fluent-wallet/wallet_chain-id": "workspace:*",
"@fluent-wallet/wallet_cleanup-tx": "workspace:*",
"@fluent-wallet/wallet_create-account": "workspace:packages/rpcs/wallet_createAccount",
"@fluent-wallet/wallet_create-address": "workspace:packages/rpcs/wallet_createAddress",
"@fluent-wallet/wallet_db-query": "workspace:packages/rpcs/wallet_dbQuery",
"@fluent-wallet/wallet_delete-account": "workspace:*",
"@fluent-wallet/wallet_delete-account-group": "workspace:packages/rpcs/wallet_deleteAccountGroup",
"@fluent-wallet/wallet_delete-app": "workspace:packages/rpcs/wallet_deleteApp",
"@fluent-wallet/wallet_delete-memo": "workspace:*",
"@fluent-wallet/wallet_delete-network": "workspace:packages/rpcs/wallet_deleteNetwork",
"@fluent-wallet/wallet_detect-address-type": "workspace:packages/rpcs/wallet_detectAddressType",
"@fluent-wallet/wallet_detect-network-type": "workspace:packages/rpcs/wallet_detectNetworkType",
"@fluent-wallet/wallet_discover-accounts": "workspace:packages/rpcs/wallet_discoverAccounts",
"@fluent-wallet/wallet_enrich-conflux-tx": "workspace:*",
"@fluent-wallet/wallet_enrich-ethereum-tx": "workspace:*",
"@fluent-wallet/wallet_enrich-txs": "workspace:*",
"@fluent-wallet/wallet_export-account": "workspace:packages/rpcs/wallet_exportAccount",
"@fluent-wallet/wallet_export-account-group": "workspace:packages/rpcs/wallet_exportAccountGroup",
"@fluent-wallet/wallet_export-all": "workspace:packages/rpcs/wallet_exportAll",
"@fluent-wallet/wallet_generate-mnemonic": "workspace:packages/rpcs/wallet_generateMnemonic",
"@fluent-wallet/wallet_generate-private-key": "workspace:packages/rpcs/wallet_generatePrivateKey",
"@fluent-wallet/wallet_get-account-address-by-network": "workspace:packages/rpcs/wallet_getAccountAddressByNetwork",
"@fluent-wallet/wallet_get-account-group": "workspace:packages/rpcs/wallet_getAccountGroup",
"@fluent-wallet/wallet_get-account-group-vault-value": "workspace:packages/rpcs/wallet_getAccountGroupVaultValue",
"@fluent-wallet/wallet_get-address-private-key": "workspace:packages/rpcs/wallet_getAddressPrivateKey",
"@fluent-wallet/wallet_get-balance": "workspace:packages/rpcs/wallet_getBalance",
"@fluent-wallet/wallet_get-block-or-epoch-number": "workspace:*",
"@fluent-wallet/wallet_get-blockchain-explorer-url": "workspace:*",
"@fluent-wallet/wallet_get-current-account": "workspace:packages/rpcs/wallet_getCurrentAccount",
"@fluent-wallet/wallet_get-current-network": "workspace:packages/rpcs/wallet_getCurrentNetwork",
"@fluent-wallet/wallet_get-current-viewing-app": "workspace:packages/rpcs/wallet_getCurrentViewingApp",
"@fluent-wallet/wallet_get-fluent-metadata": "workspace:*",
"@fluent-wallet/wallet_get-import-hardware-wallet-info": "workspace:*",
"@fluent-wallet/wallet_get-network": "workspace:packages/rpcs/wallet_getNetwork",
"@fluent-wallet/wallet_get-next-nonce": "workspace:packages/rpcs/wallet_getNextNonce",
"@fluent-wallet/wallet_get-next-usable-nonce": "workspace:*",
"@fluent-wallet/wallet_get-pending-auth-request": "workspace:packages/rpcs/wallet_getPendingAuthRequest",
"@fluent-wallet/wallet_get-permissions": "workspace:packages/rpcs/wallet_getPermissions",
"@fluent-wallet/wallet_get-preferences": "workspace:*",
"@fluent-wallet/wallet_handle-unfinished-cfx-tx": "workspace:*",
"@fluent-wallet/wallet_handle-unfinished-eth-tx": "workspace:*",
"@fluent-wallet/wallet_handle-unfinished-txs": "workspace:*",
"@fluent-wallet/wallet_import-address": "workspace:packages/rpcs/wallet_importAddress",
"@fluent-wallet/wallet_import-all": "workspace:packages/rpcs/wallet_importAll",
"@fluent-wallet/wallet_import-hardware-wallet-account-group-or-account": "workspace:*",
"@fluent-wallet/wallet_import-private-key": "workspace:packages/rpcs/wallet_importPrivateKey",
"@fluent-wallet/wallet_is-locked": "workspace:packages/rpcs/wallet_isLocked",
"@fluent-wallet/wallet_lock": "workspace:packages/rpcs/wallet_lock",
"@fluent-wallet/wallet_metadata-for-popup": "workspace:*",
"@fluent-wallet/wallet_network1559compatible": "workspace:*",
"@fluent-wallet/wallet_refetch-balance": "workspace:packages/rpcs/wallet_refetchBalance",
"@fluent-wallet/wallet_refetch-token-list": "workspace:packages/rpcs/wallet_refetchTokenList",
"@fluent-wallet/wallet_refetch-tx-list": "workspace:*",
"@fluent-wallet/wallet_register-site-metadata": "workspace:packages/rpcs/wallet_registerSiteMetadata",
"@fluent-wallet/wallet_request-accounts": "workspace:*",
"@fluent-wallet/wallet_request-permissions": "workspace:packages/rpcs/wallet_requestPermissions",
"@fluent-wallet/wallet_request-unlock-ui": "workspace:packages/rpcs/wallet_requestUnlockUI",
"@fluent-wallet/wallet_send-transaction": "workspace:*",
"@fluent-wallet/wallet_send-transaction-with-action": "workspace:*",
"@fluent-wallet/wallet_set-app-current-account": "workspace:packages/rpcs/wallet_setAppCurrentAccount",
"@fluent-wallet/wallet_set-app-current-network": "workspace:packages/rpcs/wallet_setAppCurrentNetwork",
"@fluent-wallet/wallet_set-current-account": "workspace:packages/rpcs/wallet_setCurrentAccount",
"@fluent-wallet/wallet_set-current-network": "workspace:packages/rpcs/wallet_setCurrentNetwork",
"@fluent-wallet/wallet_set-preferences": "workspace:*",
"@fluent-wallet/wallet_unlock": "workspace:packages/rpcs/wallet_unlock",
"@fluent-wallet/wallet_unwatch-asset": "workspace:packages/rpcs/wallet_unwatchAsset",
"@fluent-wallet/wallet_update-account": "workspace:packages/rpcs/wallet_updateAccount",
"@fluent-wallet/wallet_update-account-group": "workspace:packages/rpcs/wallet_updateAccountGroup",
"@fluent-wallet/wallet_update-network": "workspace:*",
"@fluent-wallet/wallet_update-token-list": "workspace:packages/rpcs/wallet_updateTokenList",
"@fluent-wallet/wallet_upsert-memo": "workspace:*",
"@fluent-wallet/wallet_user-approved-auth-request": "workspace:packages/rpcs/wallet_userApprovedAuthRequest",
"@fluent-wallet/wallet_user-rejected-auth-request": "workspace:packages/rpcs/wallet_userRejectedAuthRequest",
"@fluent-wallet/wallet_validate-app-permissions": "workspace:packages/rpcs/wallet_validateAppPermissions",
"@fluent-wallet/wallet_validate-mnemonic": "workspace:packages/rpcs/wallet_validateMnemonic",
"@fluent-wallet/wallet_validate-password": "workspace:packages/rpcs/wallet_validatePassword",
"@fluent-wallet/wallet_validate-private-key": "workspace:packages/rpcs/wallet_validatePrivateKey",
"@fluent-wallet/wallet_validate20token": "workspace:packages/rpcs/wallet_validate20Token",
"@fluent-wallet/wallet_watch-asset": "workspace:packages/rpcs/wallet_watchAsset",
"@fluent-wallet/wallet_zero-account-group": "workspace:packages/rpcs/wallet_zeroAccountGroup",
"@fluent-wallet/webextension": "workspace:packages/webextension",
"@thi.ng/rstream": "6.0.21",
"@thi.ng/rstream-csp": "^2.0.80",
"regenerator-runtime": "^0.13.9",
"webextension-polyfill": "0.8.0"
},
"devDependencies": {
"@fluent-wallet/test-helpers": "workspace:packages/test-helpers",
"@fluent-wallet/wallet_get-block-time": "workspace:*",
"browser-passworder": "2.0.3"
}
}