Skip to content

Commit

Permalink
fix: use local network for gno-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hthieu1110 committed Aug 9, 2023
1 parent e6dcebf commit 4a27f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
"accountExplorer": "https://etherscan.io/address/$address",
"contractExplorer": "https://etherscan.io/address/$address",
"testnet": true,
"backendEndpoint": "https://dapp-backend.testnet.teritori.com",
"backendEndpoint": "http://localhost:9090",
"vaultContractAddress": "",
"nameServiceContractAddress": "gno.land/r/demo/users",
"nameServiceDefaultImage": "ipfs://bafkreignptjimiu7wuux6mk6uh4hb4odb6ff62ny4bvdokrhes7g67huse",
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/gno-dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const gnoDevNetwork: GnoNetworkInfo = {
accountExplorer: "https://etherscan.io/address/$address",
contractExplorer: "https://etherscan.io/address/$address",
testnet: true,
backendEndpoint: "https://dapp-backend.testnet.teritori.com",
backendEndpoint: "http://localhost:9090",
vaultContractAddress: "",
nameServiceContractAddress: "gno.land/r/demo/users",
nameServiceDefaultImage:
Expand Down

0 comments on commit 4a27f79

Please sign in to comment.