We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9146116 commit d854770Copy full SHA for d854770
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.8.4",
+ "version": "2.8.5",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -279,6 +279,7 @@ export type MultisigConfirmation = {
279
}
280
281
export type TokenInfo = {
282
+ type: TokenType
283
address: string
284
decimals: number
285
symbol: string
0 commit comments