UNPKG
@coinbase/onchaintestkit
Version:
latest (1.2.1)
placeholder (0.0.0)
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
End-to-end testing toolkit for blockchain applications, powered by Playwright
@coinbase/onchaintestkit
/
dist
/
example
/
frontend
/
e2e
/
walletConfig
/
coinbaseWalletConfig.d.ts
4 lines
(3 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
export
declare
const
DEFAULT_PASSWORD
=
"COMPLEXPASSWORD1"
;
export
declare
const
DEFAULT_SEED_PHRASE
:
string
|
undefined
;
export
declare
const
coinbaseWalletConfig
:
import
(
"e2e/onchainTestKit/src"
).
WalletFixtureOptions
;