File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Works with a basic wallet account but adds service management:
111111
112112### Add Many Blockchains
113113``` typescript
114- const wdk = new WDK (seed ) // seed are your twelve word phrase
114+ const wdk = new WDK (seed ) // seed is your twelve word phrase
115115 .registerWallet (' ethereum' , WalletManagerEvm , ethereumWalletConfig )
116116 .registerWallet (' arbitrum' , WalletManagerEvm , arbitrumWalletConfig )
117117 .registerWallet (' ton' , WalletManagerTon , tonWalletConfig )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tetherto/wdk" ,
3- "version" : " 1.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
44 "description" : " A flexible manager that can register and manage multiple wallet instances for different blockchains dynamically." ,
55 "keywords" : [
66 " wdk" ,
4343 }
4444 },
4545 "publishConfig" : {
46- "access" : " restricted " ,
46+ "access" : " public " ,
4747 "registry" : " https://registry.npmjs.org/"
4848 },
4949 "standard" : {
You can’t perform that action at this time.
0 commit comments