Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfin authored Jul 7, 2023
1 parent ee61b36 commit 8076b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/client/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
testnetConnection
} from '@mysten/sui.js'

export const CONTRACT_ADDRESS = '0x7fb0e470fc784fbaa6e806d0b4d9781ab0a5a19dc363c8ae484073e520852aba';
export const CONTRACT_ADDRESS = '0x20d2f7cc55a5abd3e9702f69e502e8bff095a6c65a9b1ff186f9cadf7c3e5577';
export const PROFILE_ADDR = () => localStorage.getItem('profileAddr');
export const REGISTRY_ADDRESS = () => localStorage.getItem('registryAddr');
export const FILECOIN_TOKEN = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDkzMTZCRGUwODhlQzZDMERDODZFNjIxNWJBYzZlNGE2N2ViOWVlNEMiLCJpc3MiOiJ3ZWIzLXN0b3JhZ2UiLCJpYXQiOjE2NjUyMjM1MjU3MjUsIm5hbWUiOiJ0b2tlbiJ9.y1MPtXn6evn_ozC3jqU68f50RQSb3OMPDQHD-JodubI'
Expand All @@ -13,4 +13,4 @@ const connection = new Connection({
fullnode: 'https://sui-testnet.blockvision.org/v1/2S6kV77zfTJFXVaTCyJJm7ONSIR'
});
// connect to a custom RPC server
export const provider = new JsonRpcProvider(testnetConnection);
export const provider = new JsonRpcProvider(testnetConnection);

0 comments on commit 8076b72

Please sign in to comment.