@gnosis.pm/safe-react-gateway-sdk
Advanced tools
Comparing version 2.8.4 to 2.8.5
@@ -230,2 +230,3 @@ export declare type ParamValue = string | ParamValue[]; | ||
export declare type TokenInfo = { | ||
type: TokenType; | ||
address: string; | ||
@@ -232,0 +233,0 @@ decimals: number; |
@@ -282,2 +282,3 @@ export type ParamValue = string | ParamValue[] | ||
export type TokenInfo = { | ||
type: TokenType | ||
address: string | ||
@@ -284,0 +285,0 @@ decimals: number |
{ | ||
"name": "@gnosis.pm/safe-react-gateway-sdk", | ||
"version": "2.8.4", | ||
"version": "2.8.5", | ||
"main": "dist/index.min.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86895
1804