Migrate from goerli to Sepolia #1382
-
Hi, I have a project which was working fine until infura decided to deprecate the usage of goerli api, the now say we should use sepolia. setup.ts // Core identity manager plugin // Ethr did identity provider // Web did identity provider // Core key manager plugin // Custom key management system for RN // W3C Verifiable Credential plugin // Custom resolvers // Storage plugin using TypeOrm // TypeORM is installed with import { DataSource } from 'typeorm' // This will be the name for the local sqlite database for demo purposes // You will need to get a project ID from infura https://www.infura.io // This will be the secret key for the KMS const dbConnection = new DataSource({ export const agent = createAgent<IDIDManager & IKeyManager & IDataStore & IDataStoreORM & IResolver & ICredentialPlugin>({ i get this error when i try to verify credentials :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just figured out, |
Beta Was this translation helpful? Give feedback.
I just figured out,
The did used was created with goerli, new dids that are created using sepolia work fine.