Skip to content

Commit 0de0d8a

Browse files
authored
Add publicRpcUri to ChainInfo (#36)
* chore: Add publicRpcUri to ChainInfo * fix: Bump version
1 parent d769cc6 commit 0de0d8a

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.6",
3+
"version": "2.5.7",
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
@@ -71,6 +71,7 @@ export type ChainInfo = {
7171
description: string
7272
rpcUri: RpcUri
7373
safeAppsRpcUri: RpcUri
74+
publicRpcUri: RpcUri
7475
blockExplorerUriTemplate: BlockExplorerUriTemplate
7576
nativeCurrency: NativeCurrency
7677
theme: Theme

0 commit comments

Comments
 (0)