We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a1547 commit 352b318Copy full SHA for 352b318
database/src/token_bridge/address.ts
@@ -64,7 +64,7 @@ export const getNativeAddress = async (
64
fullnode: 'https://fullnode.mainnet.aptoslabs.com',
65
network: AptosNetwork.MAINNET,
66
});
67
- const client = new Aptos();
+ const client = new Aptos(config);
68
const contracts = wh.getContracts('Aptos');
69
if (!contracts) {
70
return null;
0 commit comments