Skip to content

Commit

Permalink
fix(chainConfig): fixed public RPC url for Volta
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhender committed Jun 22, 2021
1 parent 12856de commit 8faf28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iam/chainConfig.ts
Expand Up @@ -31,7 +31,7 @@ export interface MessagingOptions {
*/
export const chainConfigs: Record<number, ChainConfig> = {
[VOLTA_CHAIN_ID]: {
rpcUrl: "https://volta-rpc.com",
rpcUrl: "https://volta-rpc.energyweb.org",
ensRegistryAddress: VOLTA_ENS_REGISTRY_ADDRESS,
ensResolverAddress: VOLTA_RESOLVER_V1_ADDRESS,
ensPublicResolverAddress: VOLTA_PUBLIC_RESOLVER_ADDRESS,
Expand Down

0 comments on commit 8faf28f

Please sign in to comment.