We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d769cc6 commit 0de0d8aCopy full SHA for 0de0d8a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.5.6",
+ "version": "2.5.7",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/chains.ts
@@ -71,6 +71,7 @@ export type ChainInfo = {
71
description: string
72
rpcUri: RpcUri
73
safeAppsRpcUri: RpcUri
74
+ publicRpcUri: RpcUri
75
blockExplorerUriTemplate: BlockExplorerUriTemplate
76
nativeCurrency: NativeCurrency
77
theme: Theme
0 commit comments