viem 2.0.0-rc.1 → 2.0.0-rc.3
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/CHANGELOG.md +18 -0
- package/_cjs/accounts/generateMnemonic.js +2 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/chains/definitions/arbitrumSepolia.js +2 -4
- package/_cjs/chains/definitions/arbitrumSepolia.js.map +1 -1
- package/_cjs/chains/definitions/bitTorrent.js +19 -0
- package/_cjs/chains/definitions/bitTorrent.js.map +1 -0
- package/_cjs/chains/definitions/bitTorrentTestnet.js +20 -0
- package/_cjs/chains/definitions/bitTorrentTestnet.js.map +1 -0
- package/_cjs/chains/definitions/jbc.js +32 -0
- package/_cjs/chains/definitions/jbc.js.map +1 -0
- package/_cjs/chains/definitions/wemix.js +19 -0
- package/_cjs/chains/definitions/wemix.js.map +1 -0
- package/_cjs/chains/definitions/wemixTestnet.js +20 -0
- package/_cjs/chains/definitions/wemixTestnet.js.map +1 -0
- package/_cjs/chains/index.js +14 -4
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/opStack/abis.js.map +1 -1
- package/_cjs/chains/opStack/contracts.js.map +1 -1
- package/_cjs/chains/opStack/decorators/publicL1.js.map +1 -1
- package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -1
- package/_cjs/chains/opStack/decorators/walletL1.js.map +1 -1
- package/_cjs/chains/opStack/decorators/walletL2.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/accounts/generateMnemonic.js +3 -2
- package/_esm/accounts/generateMnemonic.js.map +1 -1
- package/_esm/chains/definitions/arbitrumSepolia.js +2 -4
- package/_esm/chains/definitions/arbitrumSepolia.js.map +1 -1
- package/_esm/chains/definitions/bitTorrent.js +16 -0
- package/_esm/chains/definitions/bitTorrent.js.map +1 -0
- package/_esm/chains/definitions/bitTorrentTestnet.js +17 -0
- package/_esm/chains/definitions/bitTorrentTestnet.js.map +1 -0
- package/_esm/chains/definitions/jbc.js +29 -0
- package/_esm/chains/definitions/jbc.js.map +1 -0
- package/_esm/chains/definitions/wemix.js +16 -0
- package/_esm/chains/definitions/wemix.js.map +1 -0
- package/_esm/chains/definitions/wemixTestnet.js +17 -0
- package/_esm/chains/definitions/wemixTestnet.js.map +1 -0
- package/_esm/chains/index.js +5 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/opStack/abis.js +4 -0
- package/_esm/chains/opStack/abis.js.map +1 -1
- package/_esm/chains/opStack/contracts.js +4 -0
- package/_esm/chains/opStack/contracts.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL1.js +15 -0
- package/_esm/chains/opStack/decorators/publicL1.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL2.js +15 -0
- package/_esm/chains/opStack/decorators/publicL2.js.map +1 -1
- package/_esm/chains/opStack/decorators/walletL1.js +17 -0
- package/_esm/chains/opStack/decorators/walletL1.js.map +1 -1
- package/_esm/chains/opStack/decorators/walletL2.js +17 -0
- package/_esm/chains/opStack/decorators/walletL2.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/accounts/generateMnemonic.d.ts +2 -1
- package/_types/accounts/generateMnemonic.d.ts.map +1 -1
- package/_types/actions/public/simulateContract.d.ts +2 -2
- package/_types/actions/public/simulateContract.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +65 -65
- package/_types/chains/celo/formatters.d.ts +65 -65
- package/_types/chains/definitions/arbitrumSepolia.d.ts +6 -2
- package/_types/chains/definitions/arbitrumSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +50 -50
- package/_types/chains/definitions/baseGoerli.d.ts +50 -50
- package/_types/chains/definitions/baseSepolia.d.ts +50 -50
- package/_types/chains/definitions/bitTorrent.d.ts +42 -0
- package/_types/chains/definitions/bitTorrent.d.ts.map +1 -0
- package/_types/chains/definitions/bitTorrentTestnet.d.ts +42 -0
- package/_types/chains/definitions/bitTorrentTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/celo.d.ts +65 -65
- package/_types/chains/definitions/celoAlfajores.d.ts +65 -65
- package/_types/chains/definitions/celoCannoli.d.ts +65 -65
- package/_types/chains/definitions/jbc.d.ts +36 -0
- package/_types/chains/definitions/jbc.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +50 -50
- package/_types/chains/definitions/optimismGoerli.d.ts +50 -50
- package/_types/chains/definitions/optimismSepolia.d.ts +50 -50
- package/_types/chains/definitions/pgn.d.ts +50 -50
- package/_types/chains/definitions/pgnTestnet.d.ts +50 -50
- package/_types/chains/definitions/wemix.d.ts +42 -0
- package/_types/chains/definitions/wemix.d.ts.map +1 -0
- package/_types/chains/definitions/wemixTestnet.d.ts +42 -0
- package/_types/chains/definitions/wemixTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/zkSync.d.ts +3 -3
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +3 -3
- package/_types/chains/definitions/zkSyncTestnet.d.ts +3 -3
- package/_types/chains/definitions/zora.d.ts +50 -50
- package/_types/chains/definitions/zoraSepolia.d.ts +50 -50
- package/_types/chains/definitions/zoraTestnet.d.ts +50 -50
- package/_types/chains/index.d.ts +6 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/abis.d.ts +4 -0
- package/_types/chains/opStack/abis.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +50 -50
- package/_types/chains/opStack/contracts.d.ts +4 -0
- package/_types/chains/opStack/contracts.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/publicL1.d.ts +15 -0
- package/_types/chains/opStack/decorators/publicL1.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/publicL2.d.ts +15 -0
- package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/walletL1.d.ts +17 -0
- package/_types/chains/opStack/decorators/walletL1.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/walletL2.d.ts +17 -0
- package/_types/chains/opStack/decorators/walletL2.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +50 -50
- package/_types/chains/opStack/types/contract.d.ts +8 -7
- package/_types/chains/opStack/types/contract.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +3 -3
- package/_types/chains/zksync/formatters.d.ts +3 -3
- package/_types/clients/decorators/wallet.d.ts +2 -2
- package/_types/clients/decorators/wallet.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/accounts/generateMnemonic.ts +6 -2
- package/actions/public/simulateContract.ts +2 -2
- package/chains/definitions/arbitrumSepolia.ts +2 -4
- package/chains/definitions/bitTorrent.ts +16 -0
- package/chains/definitions/bitTorrentTestnet.ts +17 -0
- package/chains/definitions/jbc.ts +29 -0
- package/chains/definitions/wemix.ts +16 -0
- package/chains/definitions/wemixTestnet.ts +17 -0
- package/chains/index.ts +13 -1
- package/chains/opStack/abis.ts +4 -0
- package/chains/opStack/contracts.ts +4 -0
- package/chains/opStack/decorators/publicL1.ts +15 -0
- package/chains/opStack/decorators/publicL2.ts +15 -0
- package/chains/opStack/decorators/walletL1.ts +17 -0
- package/chains/opStack/decorators/walletL2.ts +17 -0
- package/chains/opStack/types/contract.ts +15 -6
- package/clients/decorators/wallet.ts +2 -2
- package/errors/version.ts +1 -1
- package/package.json +34 -12
@@ -0,0 +1,16 @@
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
2
|
+
|
3
|
+
export const wemix = /*#__PURE__*/ defineChain({
|
4
|
+
id: 1111,
|
5
|
+
name: 'WEMIX',
|
6
|
+
network: 'wemix-mainnet',
|
7
|
+
nativeCurrency: { name: 'WEMIX', symbol: 'WEMIX', decimals: 18 },
|
8
|
+
rpcUrls: {
|
9
|
+
default: { http: ['https://api.wemix.com'] },
|
10
|
+
public: { http: ['https://api.wemix.com'] },
|
11
|
+
},
|
12
|
+
blockExplorers: {
|
13
|
+
etherscan: { name: 'wemixExplorer', url: 'https://explorer.wemix.com' },
|
14
|
+
default: { name: 'wemixExplorer', url: 'https://explorer.wemix.com' },
|
15
|
+
},
|
16
|
+
})
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
2
|
+
|
3
|
+
export const wemixTestnet = /*#__PURE__*/ defineChain({
|
4
|
+
id: 1112,
|
5
|
+
name: 'WEMIX Testnet',
|
6
|
+
network: 'wemix-testnet',
|
7
|
+
nativeCurrency: { name: 'WEMIX', symbol: 'tWEMIX', decimals: 18 },
|
8
|
+
rpcUrls: {
|
9
|
+
default: { http: ['https://api.test.wemix.com'] },
|
10
|
+
public: { http: ['https://api.test.wemix.com'] },
|
11
|
+
},
|
12
|
+
blockExplorers: {
|
13
|
+
etherscan: { name: 'wemixExplorer', url: 'https://testnet.wemixscan.com' },
|
14
|
+
default: { name: 'wemixExplorer', url: 'https://testnet.wemixscan.com' },
|
15
|
+
},
|
16
|
+
testnet: true,
|
17
|
+
})
|
package/chains/index.ts
CHANGED
@@ -15,6 +15,8 @@ export { baseGoerli } from './definitions/baseGoerli.js'
|
|
15
15
|
export { baseSepolia } from './definitions/baseSepolia.js'
|
16
16
|
export { bearNetworkChainMainnet } from './definitions/bearNetworkChainMainnet.js'
|
17
17
|
export { bearNetworkChainTestnet } from './definitions/bearNetworkChainTestnet.js'
|
18
|
+
export { bitTorrent } from './definitions/bitTorrent.js'
|
19
|
+
export { bitTorrentTestnet } from './definitions/bitTorrentTestnet.js'
|
18
20
|
export { boba } from './definitions/boba.js'
|
19
21
|
export { bronos } from './definitions/bronos.js'
|
20
22
|
export { bronosTestnet } from './definitions/bronosTestnet.js'
|
@@ -58,6 +60,7 @@ export { fuse } from './definitions/fuse.js'
|
|
58
60
|
export { fuseSparknet } from './definitions/fuseSparknet.js'
|
59
61
|
export { iotex } from './definitions/iotex.js'
|
60
62
|
export { iotexTestnet } from './definitions/iotexTestnet.js'
|
63
|
+
export { jbc } from './definitions/jbc.js'
|
61
64
|
export { gobi } from './definitions/gobi.js'
|
62
65
|
export { goerli } from './definitions/goerli.js'
|
63
66
|
export { gnosis } from './definitions/gnosis.js'
|
@@ -161,6 +164,8 @@ export { thunderTestnet } from './definitions/thunderTestnet.js'
|
|
161
164
|
export { vechain } from './definitions/vechain.js'
|
162
165
|
export { wanchain } from './definitions/wanchain.js'
|
163
166
|
export { wanchainTestnet } from './definitions/wanchainTestnet.js'
|
167
|
+
export { wemix } from './definitions/wemix.js'
|
168
|
+
export { wemixTestnet } from './definitions/wemixTestnet.js'
|
164
169
|
export { xdc } from './definitions/xdc.js'
|
165
170
|
export { xdcTestnet } from './definitions/xdcTestnet.js'
|
166
171
|
export { zhejiang } from './definitions/zhejiang.js'
|
@@ -174,9 +179,16 @@ export { zora } from './definitions/zora.js'
|
|
174
179
|
export { zoraSepolia } from './definitions/zoraSepolia.js'
|
175
180
|
export { zoraTestnet } from './definitions/zoraTestnet.js'
|
176
181
|
|
182
|
+
//////////////////////////////////////////////////////////////////////////////////////
|
177
183
|
// required for type inference since in explicit return type
|
178
184
|
//////////////////////////////////////////////////////////////////////////////////////
|
179
|
-
export type {
|
185
|
+
export type {
|
186
|
+
Assign,
|
187
|
+
Omit,
|
188
|
+
PartialBy,
|
189
|
+
Prettify,
|
190
|
+
UnionLooseOmit,
|
191
|
+
} from '../types/utils.js'
|
180
192
|
export type {
|
181
193
|
OpStackBlock,
|
182
194
|
OpStackBlockOverrides,
|
package/chains/opStack/abis.ts
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
/**
|
2
|
+
* ABI for the OP Stack [`GasPriceOracle` contract](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/GasPriceOracle.sol).
|
3
|
+
* @see https://optimistic.etherscan.io/address/0x420000000000000000000000000000000000000f
|
4
|
+
*/
|
1
5
|
export const gasPriceOracleAbi = [
|
2
6
|
{ inputs: [], stateMutability: 'nonpayable', type: 'constructor' },
|
3
7
|
{
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import type { Chain } from '../../types/chain.js'
|
2
2
|
|
3
|
+
/**
|
4
|
+
* Predeploy contracts for OP Stack.
|
5
|
+
* @see https://github.com/ethereum-optimism/optimism/blob/develop/specs/predeploys.md
|
6
|
+
*/
|
3
7
|
export const contracts = {
|
4
8
|
gasPriceOracle: { address: '0x420000000000000000000000000000000000000F' },
|
5
9
|
l1Block: { address: '0x4200000000000000000000000000000000000015' },
|
@@ -485,6 +485,21 @@ export type PublicActionsL1<
|
|
485
485
|
) => Promise<WaitToProveReturnType>
|
486
486
|
}
|
487
487
|
|
488
|
+
/**
|
489
|
+
* A suite of Public Actions for suited for development with Layer 2 (OP Stack) chains.
|
490
|
+
*
|
491
|
+
* - Docs: https://viem.sh/op-stack/client.html
|
492
|
+
*
|
493
|
+
* @example
|
494
|
+
* import { publicActionsL1 } from 'viem/op-stack'
|
495
|
+
* import { mainnet } from 'viem/chains'
|
496
|
+
* import { buildDepositTransaction } from 'viem/wallet'
|
497
|
+
*
|
498
|
+
* export const opStackPublicClientL1 = createWalletClient({
|
499
|
+
* chain: mainnet,
|
500
|
+
* transport: http(),
|
501
|
+
* }).extend(publicActionsL1())
|
502
|
+
*/
|
488
503
|
export function publicActionsL1() {
|
489
504
|
return <
|
490
505
|
TTransport extends Transport,
|
@@ -444,6 +444,21 @@ export type PublicActionsL2<
|
|
444
444
|
) => Promise<EstimateTotalGasReturnType>
|
445
445
|
}
|
446
446
|
|
447
|
+
/**
|
448
|
+
* A suite of Public Actions for suited for development with Layer 2 (OP Stack) chains.
|
449
|
+
*
|
450
|
+
* - Docs: https://viem.sh/op-stack/client.html
|
451
|
+
*
|
452
|
+
* @example
|
453
|
+
* import { publicActionsL2 } from 'viem/op-stack'
|
454
|
+
* import { optimism } from 'viem/chains'
|
455
|
+
* import { buildDepositTransaction } from 'viem/wallet'
|
456
|
+
*
|
457
|
+
* export const opStackPublicClientL1 = createWalletClient({
|
458
|
+
* chain: optimism,
|
459
|
+
* transport: http(),
|
460
|
+
* }).extend(publicActionsL1())
|
461
|
+
*/
|
447
462
|
export function publicActionsL2() {
|
448
463
|
return <
|
449
464
|
TTransport extends Transport,
|
@@ -138,6 +138,23 @@ export type WalletActionsL1<
|
|
138
138
|
) => Promise<ProveWithdrawalReturnType>
|
139
139
|
}
|
140
140
|
|
141
|
+
/**
|
142
|
+
* A suite of Wallet Actions for suited for development with Layer 2 (OP Stack) chains.
|
143
|
+
*
|
144
|
+
* - Docs: https://viem.sh/op-stack/client.html
|
145
|
+
*
|
146
|
+
* @example
|
147
|
+
* import { createPublicClient, createWalletClient, http } from 'viem'
|
148
|
+
* import { mainnet } from 'viem/chains'
|
149
|
+
* import { walletActionsL1 } from 'viem/op-stack'
|
150
|
+
*
|
151
|
+
* const walletClient = createWalletClient({
|
152
|
+
* chain: mainnet,
|
153
|
+
* transport: http(),
|
154
|
+
* }).extend(walletActionsL1())
|
155
|
+
*
|
156
|
+
* const hash = await walletClient.depositTransaction({...})
|
157
|
+
*/
|
141
158
|
export function walletActionsL1() {
|
142
159
|
return <
|
143
160
|
TTransport extends Transport,
|
@@ -69,6 +69,23 @@ export type WalletActionsL2<
|
|
69
69
|
) => Promise<InitiateWithdrawalReturnType>
|
70
70
|
}
|
71
71
|
|
72
|
+
/**
|
73
|
+
* A suite of Wallet Actions for suited for development with Layer 2 (OP Stack) chains.
|
74
|
+
*
|
75
|
+
* - Docs: https://viem.sh/op-stack/client.html
|
76
|
+
*
|
77
|
+
* @example
|
78
|
+
* import { createPublicClient, createWalletClient, http } from 'viem'
|
79
|
+
* import { mainnet } from 'viem/chains'
|
80
|
+
* import { walletActionsL1 } from 'viem/op-stack'
|
81
|
+
*
|
82
|
+
* const walletClient = createWalletClient({
|
83
|
+
* chain: mainnet,
|
84
|
+
* transport: http(),
|
85
|
+
* }).extend(walletActionsL1())
|
86
|
+
*
|
87
|
+
* const hash = await walletClient.depositTransaction({...})
|
88
|
+
*/
|
72
89
|
export function walletActionsL2() {
|
73
90
|
return <
|
74
91
|
TTransport extends Transport,
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import type { Address } from 'abitype'
|
2
2
|
|
3
3
|
import type { Chain } from '../../../types/chain.js'
|
4
|
+
import type { Prettify } from '../../../types/utils.js'
|
4
5
|
import type { TargetChain } from './chain.js'
|
5
6
|
|
6
7
|
export type GetContractAddressParameter<
|
@@ -8,10 +9,18 @@ export type GetContractAddressParameter<
|
|
8
9
|
contractName extends string,
|
9
10
|
> =
|
10
11
|
| (chain extends Chain
|
11
|
-
?
|
12
|
-
|
13
|
-
|
12
|
+
? Prettify<
|
13
|
+
{
|
14
|
+
targetChain: Prettify<TargetChain<chain, contractName>>
|
15
|
+
} & {
|
16
|
+
[_ in `${contractName}Address`]?: undefined
|
17
|
+
}
|
18
|
+
>
|
14
19
|
: never)
|
15
|
-
|
|
16
|
-
|
17
|
-
|
20
|
+
| Prettify<
|
21
|
+
{
|
22
|
+
targetChain?: undefined
|
23
|
+
} & {
|
24
|
+
[_ in `${contractName}Address`]: Address
|
25
|
+
}
|
26
|
+
>
|
@@ -370,7 +370,7 @@ export type WalletActions<
|
|
370
370
|
* value: 1000000000000000000n,
|
371
371
|
* })
|
372
372
|
*/
|
373
|
-
sendTransaction: <TChainOverride extends Chain | undefined>(
|
373
|
+
sendTransaction: <TChainOverride extends Chain | undefined = undefined>(
|
374
374
|
args: SendTransactionParameters<TChain, TAccount, TChainOverride>,
|
375
375
|
) => Promise<SendTransactionReturnType>
|
376
376
|
/**
|
@@ -664,7 +664,7 @@ export type WalletActions<
|
|
664
664
|
const abi extends Abi | readonly unknown[],
|
665
665
|
functionName extends ContractFunctionName<abi, 'payable' | 'nonpayable'>,
|
666
666
|
args extends ContractFunctionArgs<abi, 'pure' | 'view', functionName>,
|
667
|
-
TChainOverride extends Chain | undefined,
|
667
|
+
TChainOverride extends Chain | undefined = undefined,
|
668
668
|
>(
|
669
669
|
args: WriteContractParameters<
|
670
670
|
abi,
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '2.0.0-rc.
|
1
|
+
export const version = '2.0.0-rc.3'
|
package/package.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "viem",
|
3
3
|
"description": "TypeScript Interface for Ethereum",
|
4
|
-
"version": "2.0.0-rc.
|
5
|
-
"type": "module",
|
4
|
+
"version": "2.0.0-rc.3",
|
6
5
|
"main": "./_cjs/index.js",
|
7
6
|
"module": "./_esm/index.js",
|
8
7
|
"types": "./_types/index.d.ts",
|
@@ -77,13 +76,27 @@
|
|
77
76
|
},
|
78
77
|
"typesVersions": {
|
79
78
|
"*": {
|
80
|
-
"accounts": [
|
81
|
-
|
82
|
-
|
83
|
-
"
|
84
|
-
|
85
|
-
|
86
|
-
"
|
79
|
+
"accounts": [
|
80
|
+
"./_types/accounts/index.d.ts"
|
81
|
+
],
|
82
|
+
"actions": [
|
83
|
+
"./_types/actions/index.d.ts"
|
84
|
+
],
|
85
|
+
"chains": [
|
86
|
+
"./_types/chains/index.d.ts"
|
87
|
+
],
|
88
|
+
"chains/utils": [
|
89
|
+
"./_types/chains/utils.d.ts"
|
90
|
+
],
|
91
|
+
"ens": [
|
92
|
+
"./_types/ens/index.d.ts"
|
93
|
+
],
|
94
|
+
"utils": [
|
95
|
+
"./_types/utils/index.d.ts"
|
96
|
+
],
|
97
|
+
"window": [
|
98
|
+
"./_types/window/index.d.ts"
|
99
|
+
]
|
87
100
|
}
|
88
101
|
},
|
89
102
|
"peerDependencies": {
|
@@ -107,12 +120,21 @@
|
|
107
120
|
"license": "MIT",
|
108
121
|
"homepage": "https://viem.sh",
|
109
122
|
"repository": "wevm/viem",
|
110
|
-
"authors": [
|
123
|
+
"authors": [
|
124
|
+
"awkweb.eth",
|
125
|
+
"jxom.eth"
|
126
|
+
],
|
111
127
|
"funding": [
|
112
128
|
{
|
113
129
|
"type": "github",
|
114
130
|
"url": "https://github.com/sponsors/wevm"
|
115
131
|
}
|
116
132
|
],
|
117
|
-
"keywords": [
|
118
|
-
|
133
|
+
"keywords": [
|
134
|
+
"eth",
|
135
|
+
"ethereum",
|
136
|
+
"dapps",
|
137
|
+
"wallet",
|
138
|
+
"web3"
|
139
|
+
]
|
140
|
+
}
|