Skip to content

Commit f2da839

Browse files
committed
Updating Wharf
1 parent 0099603 commit f2da839

3 files changed

Lines changed: 52 additions & 235 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"dependencies": {
1616
"@quasar/extras": "^1.13.4",
17-
"@wharfkit/session": "^0.3.1",
17+
"@wharfkit/session": "^0.5.0",
1818
"@wharfkit/transact-plugin-resource-provider": "^0.3.0",
19-
"@wharfkit/wallet-plugin-anchor": "^0.3.0",
20-
"@wharfkit/wallet-plugin-cleos": "^0.3.1",
21-
"@wharfkit/web-ui-renderer": "^0.3.2",
19+
"@wharfkit/wallet-plugin-anchor": "^0.5.1",
20+
"@wharfkit/wallet-plugin-cleos": "^0.4.1",
21+
"@wharfkit/web-renderer": "^0.5.3",
2222
"axios": "^0.21.1",
2323
"core-js": "^3.6.5",
2424
"csvtojson": "^2.0.10",

src/boot/wharf.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BrowserLocalStorage, Session, SessionKit } from '@wharfkit/session';
55
import { TransactPluginResourceProvider } from '@wharfkit/transact-plugin-resource-provider';
66
import { WalletPluginAnchor } from '@wharfkit/wallet-plugin-anchor';
77
import { WalletPluginCleos } from '@wharfkit/wallet-plugin-cleos';
8-
import WebUIRenderer from '@wharfkit/web-ui-renderer';
8+
import WebRenderer from '@wharfkit/web-renderer';
99

1010
const chain: Chain = getChain();
1111

@@ -16,7 +16,7 @@ declare module '@vue/runtime-core' {
1616
}
1717
}
1818

19-
export const ui = new WebUIRenderer();
19+
export const ui = new WebRenderer();
2020

2121
export const kit = new SessionKit({
2222
appName: process.env.APP_NAME,

0 commit comments

Comments
 (0)