Skip to content
Closed

Plonk #763

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
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/src/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class ContractKit {
*/
setFeeCurrency(address: StrongAddress) {
if (!this.web3.utils.isAddress(address)) {
throw new Error('Supplied address is not a valid hexadecimal address.')
throw new Error('Supplied address is not a valid hexadecimal address (Plonk).')
}
this.connection.defaultFeeCurrency = address
}
Expand Down
Loading