Skip to content

Commit d854770

Browse files
author
Daniel Sanchez
authored
Add type property to TokenInfo (#58)
* Add type property to TokenInfo * Set v2.8.5
1 parent 9146116 commit d854770

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/transactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export type MultisigConfirmation = {
279279
}
280280

281281
export type TokenInfo = {
282+
type: TokenType
282283
address: string
283284
decimals: number
284285
symbol: string

0 commit comments

Comments
 (0)