Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 23, 2024
1 parent 6786120 commit 8696485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/peggedAssets/helper/sui.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import http from '../llama-helper/http';
import { getEnv } from '../helper/env';
//import { getEnv } from '../helper/env';


interface CallOptions {
withMetadata?: boolean;
}

const endpoint = (): string => getEnv('SUI_RPC');
const endpoint = (): string => ('https://fullnode.mainnet.sui.io/');

async function getObject(objectId: string): Promise<any> {
return (await call('sui_getObject', [objectId, {
Expand Down

0 comments on commit 8696485

Please sign in to comment.