Skip to content

Fix typos: correct spelling #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/client-ts/test/storage.endpoints.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe.skip('Storage endpoint tests', () => {
assert.deepEqual(databaseList[ENDPOINT_1], databaseList[ENDPOINT_2], 'Endpoints have the same database list')

// Confirm database usage matches
// Note: Often small discrepancies, so this tst is ignroed
// Note: Often small discrepancies, so this tst is ignored
// console.log(usage)
//assert.deepEqual(usage[ENDPOINT_1], usage[ENDPOINT_2], 'Endpoints have the same usage stats')
})
Expand Down Expand Up @@ -262,4 +262,4 @@ describe.skip('Storage endpoint tests', () => {
// @todo: add a new endpoint, let it sync then perform the same tests across all the endpoints

})
})
})
2 changes: 1 addition & 1 deletion packages/vda-web3-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Configurations are a bit different for both modes:
```

## Interacting with Contract
Developers can call any contract functions using instace created above.
Developers can call any contract functions using instance created above.
```
const ret = instance.identityOwner('0x12...5f')
```
Expand Down
2 changes: 1 addition & 1 deletion packages/vda-web3-client/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function isVeridaContract(contractAddress: string) : boolean {

/**
* Get Polygon fee data to send the transactions
* @param gasStationUrl Gas station url to pull the gas inforamtion
* @param gasStationUrl Gas station url to pull the gas information
* @returns Matic fee data
*/
export async function getMaticFee(gasStationUrl: string, mode: string) {
Expand Down