Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
Change "TESTNET" to "CUSTOM"
  • Loading branch information
andygolay authored Feb 12, 2024
1 parent 4692fa1 commit e7c6217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ONCHAIN_BIO } from "./constants";
import './index.css';

// with custom configuration
const aptosConfig = new AptosConfig({ network: Network.TESTNET });
const aptosConfig = new AptosConfig({ network: Network.CUSTOM });
const aptos = new Aptos(aptosConfig);

function App() {
Expand Down Expand Up @@ -125,4 +125,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit e7c6217

Please sign in to comment.