Skip to content

Commit c73429c

Browse files
authored
Merge pull request #14 from jonathunne/public-flag
chore: public release, bump version
2 parents 34fa816 + 8789e1c commit c73429c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"publishConfig": {
46-
"access": "restricted",
46+
"access": "public",
4747
"registry": "https://registry.npmjs.org/"
4848
},
4949
"standard": {

0 commit comments

Comments
 (0)