set instant finality to 1 confirmation (#842)

pull/844/head
Nam Chu Hoai 2 years ago committed by GitHub
parent 946e220edf
commit f0c45a1068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/sdk/src/consts/chainConnectionConfigs.ts

@ -70,7 +70,7 @@ export const alfajores: IChainConnection = {
'https://alfajores-forno.celo-testnet.org', 'https://alfajores-forno.celo-testnet.org',
44787, 44787,
), ),
confirmations: 0, confirmations: 1,
blockExplorerUrl: 'https://alfajores-blockscout.celo-testnet.org/', blockExplorerUrl: 'https://alfajores-blockscout.celo-testnet.org/',
}; };

Loading…
Cancel
Save