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 e391efe commit d769cc6Copy full SHA for d769cc6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.5.5",
+ "version": "2.5.6",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/chains.ts
@@ -70,6 +70,7 @@ export type ChainInfo = {
70
l2: boolean
71
description: string
72
rpcUri: RpcUri
73
+ safeAppsRpcUri: RpcUri
74
blockExplorerUriTemplate: BlockExplorerUriTemplate
75
nativeCurrency: NativeCurrency
76
theme: Theme
0 commit comments