Skip to content

Commit d769cc6

Browse files
author
Aaron Cook
authored
Add safeAppsRpcUri type (#34)
* build: Add safeAppsRpcUri type * build: Bump version
1 parent e391efe commit d769cc6

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.5.5",
3+
"version": "2.5.6",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export type ChainInfo = {
7070
l2: boolean
7171
description: string
7272
rpcUri: RpcUri
73+
safeAppsRpcUri: RpcUri
7374
blockExplorerUriTemplate: BlockExplorerUriTemplate
7475
nativeCurrency: NativeCurrency
7576
theme: Theme

0 commit comments

Comments
 (0)