Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjukim authored Sep 8, 2021
1 parent 5637df7 commit 41ba9f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Terra.js can be use in Node.js, as well as inside the browser. Please check the
```ts
import { LCDClient, Coin } from '@terra-money/terra.js';

// connect to soju testnet
// connect to bombay testnet
const terra = new LCDClient({
URL: 'https://bombay-lcd.terra.dev',
chainID: 'bombay-10',
Expand Down Expand Up @@ -96,10 +96,10 @@ const mk = new MnemonicKey({
'notice oak worry limit wrap speak medal online prefer cluster roof addict wrist behave treat actual wasp year salad speed social layer crew genius',
});

// connect to soju testnet
// connect to bombay testnet
const terra = new LCDClient({
URL: 'https://soju-lcd.terra.dev',
chainID: 'soju-0014',
URL: 'https://bombay-lcd.terra.dev',
chainID: 'bombay-10',
});

// To use LocalTerra
Expand Down

0 comments on commit 41ba9f2

Please sign in to comment.