Skip to content

Commit c3d2355

Browse files
chore(sdk): update arweave upload API URL
1 parent 90a0c3a commit c3d2355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const CHAIN_CONFIG: Record<ChainId, ChainConfig> = {
2727
};
2828

2929
export const DEFAULT_CHAIN_ID = 134;
30-
export const DEFAULT_ARWEAVE_UPLOAD_API = 'http://localhost:3000'; // TODO change this
30+
export const DEFAULT_ARWEAVE_UPLOAD_API = 'https://arweave-api.iex.ec';
3131
export const DEFAULT_ARWEAVE_GATEWAY = 'https://arweave.net';
3232
export const ARWEAVE_FREE_UPLOAD_MAX_SIZE = 100 * 1024; // 100kb
3333
export const DEFAULT_DATA_NAME = '';

0 commit comments

Comments
 (0)