Skip to content

Commit

Permalink
Added another missing fetch provider
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Oct 13, 2023
1 parent 7166658 commit cd57d71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/tests/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ suite('AccountKit', function () {
let accountKit: AccountKit

this.beforeAll(function () {
accountKit = new AccountKit(Chains.Jungle4)
accountKit = new AccountKit(Chains.Jungle4, {
client: makeClient('https://jungle4.greymass.com'),
})
})

suite('constructor', function () {
Expand Down

0 comments on commit cd57d71

Please sign in to comment.