Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 14, 2024
1 parent 6dada95 commit 49f43be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/combiner/test/integration/domain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ const signerConfig: SignerConfig = {
},
},
blockchain: {
provider: 'https://alfajores-forno.celo-testnet.org',
rpcURL: 'https://alfajores-forno.celo-testnet.org',
chainID: 44787,
apiKey: undefined,
},
db: {
Expand Down
3 changes: 2 additions & 1 deletion apps/combiner/test/integration/pnp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ const signerConfig: SignerConfig = {
},
},
blockchain: {
provider: 'https://alfajores-forno.celo-testnet.org',
rpcURL: 'https://alfajores-forno.celo-testnet.org',
chainID: 44787,
apiKey: undefined,
},
db: {
Expand Down

0 comments on commit 49f43be

Please sign in to comment.