Skip to content

Commit 9b3a1ea

Browse files
author
Karyne Mayer
committed
Replaces UAL and cleos with wharfkit
1 parent a545ffa commit 9b3a1ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+467
-1984
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@
1313
"test:coverage": "jest --coverage"
1414
},
1515
"dependencies": {
16-
"@greymass/eosio": "^0.6.8",
1716
"@quasar/extras": "^1.13.4",
18-
"@telosnetwork/ual-cleos": "^1.13.1",
17+
"@wharfkit/session": "^1.2.8",
18+
"@wharfkit/transact-plugin-resource-provider": "^1.1.1",
19+
"@wharfkit/wallet-plugin-anchor": "^1.3.4",
20+
"@wharfkit/wallet-plugin-cleos": "^1.1.1",
21+
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
22+
"@wharfkit/web-renderer": "^1.2.4",
1923
"axios": "^0.21.1",
2024
"core-js": "^3.6.5",
2125
"csvtojson": "^2.0.10",
@@ -26,8 +30,6 @@
2630
"ol": "^6.14.1",
2731
"pinia": "^2.1.6",
2832
"quasar": "^2.6.2",
29-
"ual-anchor": "1.3.0",
30-
"universal-authenticator-library": "^0.3.0",
3133
"vue": "^3.3.0",
3234
"vue-json-viewer": "^3.0.4",
3335
"vue-router": "^4.0.0",

quasar.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = configure(function (ctx) {
3030
// app boot file (/src/boot)
3131
// --> boot files are part of "main.js"
3232
// https://quasar.dev/quasar-cli/boot-files
33-
boot: ['config', 'fathom', 'api', 'ual', 'fuel'],
33+
boot: ['config', 'fathom', 'api', 'wharf'],
3434

3535
// https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-css
3636
css: ['app.sass'],

src/api/eosio_core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
Serializer,
1010
PublicKey,
1111
Name,
12-
} from '@greymass/eosio';
12+
} from '@wharfkit/session';
1313
import { GetTableRowsParams } from 'src/types';
1414
import { Chain } from 'src/types/Chain';
1515
import { getChain } from 'src/config/ConfigManager';

0 commit comments

Comments
 (0)