Skip to content

Commit

Permalink
Remove Address and LookupSource types per @amaurymartiny
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed May 20, 2020
1 parent cada1ed commit 6efeb05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ async function main() {
const api = await ApiPromise.create({
provider: new WsProvider(WS_URL),
types: {
Address: 'AccountId',
LookupSource: 'AccountId',
WeightToFeeCoefficient: {
coeff_integer: 'Balance',
coeff_frac: 'Perbill',
Expand Down

0 comments on commit 6efeb05

Please sign in to comment.