Skip to content

Commit

Permalink
Feat: Comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
viral-sangani committed Oct 25, 2023
1 parent 586acb7 commit 697daaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-app/SocialConnect/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export const ODIS_PAYMENTS_CONTRACT = require("./abis/OdisPayments.json");
export const STABLE_TOKEN_CONTRACT = require("./abis/StableToken.json");
export const ACCOUNTS_CONTRACT = require("./abis/Accounts.json");

// Get addresses from here - https://github.com/celo-org/social-connect/blob/main/docs/protocol.md#smart-contract-addresses

export const RPC =
process.env.NEXT_PUBLIC_ENVIRONMENT === "TESTNET"
? "https://alfajores-forno.celo-testnet.org"
Expand Down

0 comments on commit 697daaa

Please sign in to comment.