Skip to content

Commit

Permalink
update config with new oracle and db server endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Feb 25, 2024
1 parent adb50c9 commit 3b774ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export function getConfig() {
og_contract: 'community.i-am-human.near',
fractal_contract: 'fractal.i-am-human.near',
new_sbt_contract: 'sbt1.i-am-human.testnet',
api_link: 'https://api-ophc7vkxsq-uc.a.run.app',
fractal_api: 'https://back.justfortestinc.site',
api_link: 'https://i-human-mainnet.chatme.page',
fractal_api: 'https://i-human-oracle-mainnet.chatme.page',
fractal_link: 'https://app.fractal.id',
fractal_client_id: '6l6ze953tTjsog6VjZaCsCJ8LgiL_UqySA-E2f3ljPw',
kudos_issuer_contract: 'kudos.ndctools.near',
Expand All @@ -31,8 +31,8 @@ export function getConfig() {
// fractal_contract: 'fractal-1.i-am-human.testnet', // for DEV ENV
fractal_contract: 'i-am-human-staging.testnet',
new_sbt_contract: 'sbt1.i-am-human.testnet',
api_link: 'https://dev-ophc7vkxsq-uc.a.run.app',
fractal_api: 'https://staging.justfortestinc.site',
api_link: 'https://i-human-testnet.chatme.page',
fractal_api: 'https://i-human-oracle-testnet.chatme.page',
fractal_link: 'https://app.next.fractal.id',
fractal_client_id: 'D6SgXZQdWYk0D8ILkIGpNK75ufFpxD0Mp9sHFb_2oM8',
kudos_issuer_contract: 'kudos-v1.gwg.testnet',
Expand Down

0 comments on commit 3b774ba

Please sign in to comment.