Skip to content

Commit

Permalink
docs: new env. vars (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Dec 2, 2024
1 parent 344631b commit 4c2b671
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ NEXT_PUBLIC_MAINNET_RPC_URL=https://nodes.chandrastation.com/rpc/manifest/
NEXT_PUBLIC_TESTNET_RPC_URL=https://manifest-beta-rpc.liftedinit.tech/
NEXT_PUBLIC_MAINNET_API_URL=https://nodes.chandrastation.com/api/manifest/
NEXT_PUBLIC_TESTNET_API_URL=https://manifest-beta-rest.liftedinit.tech/
NEXT_PUBLIC_TESTNET_EXPLORER_URL=https://testnet.manifest.explorers.guru
NEXT_PUBLIC_MAINNET_EXPLORER_URL=https://manifest.explorers.guru
NEXT_PUBLIC_TESTNET_INDEXER_URL=https://testnet-indexer.liftedinit.tech
NEXT_PUBLIC_MAINNET_INDEXER_URL=https://indexer.liftedinit.app
```

### Development
Expand Down

0 comments on commit 4c2b671

Please sign in to comment.