@@ -3,8 +3,9 @@ import type { WalletConfig } from '@credo-ts/core/build/types'
33import type { IndyVdrPoolConfig } from '@credo-ts/indy-vdr'
44
55// eslint-disable-next-line import/no-extraneous-dependencies
6- import { EthereumDidRegistrar , EthereumDidResolver , EthereumModule } from '@ayanworks/credo-ethr-module'
76import { PolygonDidRegistrar , PolygonDidResolver , PolygonModule } from '@ayanworks/credo-polygon-w3c-module'
7+ // eslint-disable-next-line import/no-extraneous-dependencies
8+ import { EthereumDidRegistrar , EthereumDidResolver , EthereumModule } from '@bhutan-ndi/ethr-credo-module'
89import {
910 AnonCredsCredentialFormatService ,
1011 AnonCredsModule ,
@@ -192,8 +193,7 @@ const getModules = (networkConfig: [IndyVdrPoolConfig, ...IndyVdrPoolConfig[]])
192193 polygon : new PolygonModule ( {
193194 didContractAddress : '0xcB80F37eDD2bE3570c6C9D5B0888614E04E1e49E' ,
194195 schemaManagerContractAddress : '0x4742d43C2dFCa5a1d4238240Afa8547Daf87Ee7a' ,
195- fileServerToken :
196- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBeWFuV29ya3MiLCJpZCI6IjliZjNiODFlLTA0ZDEtNDdmYy1iZTIwLWE2MTBiZDE5NTZlZiJ9.suWGau_pvNhGSGHRMqomqWoYhwMA7pcRt0kyHhaRZhM' ,
196+ fileServerToken : 'ACCESS-TOKEN' ,
197197 rpcUrl : 'https://rpc-amoy.polygon.technology' ,
198198 serverUrl : 'https://dev-schema.ngotag.com' ,
199199 } ) ,
@@ -203,16 +203,15 @@ const getModules = (networkConfig: [IndyVdrPoolConfig, ...IndyVdrPoolConfig[]])
203203 {
204204 name : 'sepolia' ,
205205 chainId : 11155111 ,
206- rpcUrl : 'https://eth-sepolia.g.alchemy.com/v2/XUo--fMnn250sIOxldOhx1J9-rput18B ' ,
206+ rpcUrl : 'https://eth-sepolia.g.alchemy.com/v2/API-KEY ' ,
207207 registry : '0x485cFb9cdB84c0a5AfE69b75E2e79497Fc2256Fc' ,
208208 } ,
209209 ] ,
210210 } ,
211- schemaManagerContractAddress : '0x1930977f040844021f5C13b42AA8b296f0cb52DB ' ,
211+ schemaManagerContractAddress : '0xa95ACF3119791F65b2192267836df9A472785c15 ' ,
212212 serverUrl : 'https://dev-schema.ngotag.com' ,
213- fileServerToken :
214- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBeWFuV29ya3MiLCJpZCI6ImU3NGFkMWQyLTY5NGYtNGI3Ny05Mjk2LWY5NTdhY2YxNGE4NSJ9.wNd6OUveLZlJoN5ys68lPOX8aSY1HwVJaMW4K36sY4k' ,
215- rpcUrl : 'https://eth-sepolia.g.alchemy.com/v2/XUo--fMnn250sIOxldOhx1J9-rput18B' ,
213+ fileServerToken : 'ACCESS-TOKEN' ,
214+ rpcUrl : 'https://eth-sepolia.g.alchemy.com/v2/API-KEY' ,
216215 } ) ,
217216 }
218217}
0 commit comments