Skip to content

Commit

Permalink
Fixed issue where coinType wasn't being set
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jun 15, 2024
1 parent 4af4caa commit 96aaf8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export class ChainDefinition<
this.logo = data.logo
this.explorer = data.explorer
this.accountDataType = data.accountDataType
this.coinType = data.coinType
}

static from<AccountDataType extends API.v1.AccountObject = API.v1.AccountObject>(
Expand Down

0 comments on commit 96aaf8b

Please sign in to comment.