Skip to content

Commit

Permalink
Update some api urls (solana-labs#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jun 8, 2021
1 parent e20cfbe commit 34af372
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion name-service/js/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
signAndSendTransactionInstructions,
} from './utils';

const ENDPOINT = 'https://devnet.solana.com/';
const ENDPOINT = 'https://api.devnet.solana.com/';
// const ENDPOINT = 'https://solana-api.projectserum.com/';

export async function test() {
Expand Down
4 changes: 2 additions & 2 deletions themis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An implementation of Brave's THEMIS research project. This project contains
two privacy-oriented smart contracts, the Policy Smart Contract (PSC) and
the Fund Smart Contract (FSC). Together, the two contracts allow users to
be compensated for engaging with ad publishers. The users do not expose
their identities or preferences.
their identities or preferences.

## Build and Run the TPS demo client

Expand Down Expand Up @@ -58,7 +58,7 @@ cargo build --example tps
Point to the testnet cluster (default is mainnet-beta):

```bash
solana config set --url http://testnet.solana.com
solana config set --url http://api.testnet.solana.com
```

Create a keypair and airdrop it some SOL:
Expand Down
4 changes: 2 additions & 2 deletions token-lending/program/tests/fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### SOL / SRM Aggregator Accounts

```shell
solana config set --url https://devnet.solana.com
solana config set --url https://api.devnet.solana.com

# Pyth product: SOL/USD
solana account 8yrQMUyJRnCJ72NWwMiPV9dNGw465Z8bKUvnUC8P5L6F --output-file 8yrQMUyJRnCJ72NWwMiPV9dNGw465Z8bKUvnUC8P5L6F.bin
Expand All @@ -13,4 +13,4 @@ solana account BdgHsXrH1mXqhdosXavYxZgX6bGqTdj5mh2sxDhF8bJy --output-file BdgHsX
solana account 5agdsn3jogTt8F537GW3g8BuLaBGrg9Q2gPKUNqBV6Dh --output-file 5agdsn3jogTt8F537GW3g8BuLaBGrg9Q2gPKUNqBV6Dh.bin
# Pyth price: SRM/USD
solana account 2Mt2wcRXpCAbTRp2VjFqGa8SbJVzjJvyK4Tx7aqbRtBJ --output-file 2Mt2wcRXpCAbTRp2VjFqGa8SbJVzjJvyK4Tx7aqbRtBJ.bin
```
```

0 comments on commit 34af372

Please sign in to comment.