Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit a66c7c9

Browse files
committed
Merge branch 'main' into feat/agreementId-when-fail-transaction
2 parents 31ba1f8 + 49d88c0 commit a66c7c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "./dist/index.d.ts",
66
"dependencies": {
77
"@nevermined-io/sdk": "^1.4.4",
8-
"@nevermined-io/sdk-dtp": "^0.4.18",
8+
"@nevermined-io/sdk-dtp": "^0.4.19",
99
"@types/jsonwebtoken": "^8.5.8",
1010
"axios": "^0.27.2",
1111
"axios-retry": "^3.3.1",

providers/src/chain-config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import { Chain } from 'wagmi'
2-
import { polygon, polygonMumbai, gnosisChiado, gnosis } from 'wagmi/chains'
2+
import { polygon, polygonMumbai, gnosisChiado, gnosis, arbitrum, arbitrumGoerli } from 'wagmi/chains'
33

44
const ChainsConfig: Chain[] = [
55
polygonMumbai,
66
polygon,
77
gnosisChiado,
8-
gnosis,
8+
gnosis,
9+
arbitrum,
10+
arbitrumGoerli,
911
{
1012
id: 1337,
1113
name: "Localhost development",

0 commit comments

Comments
 (0)