Skip to content

Commit

Permalink
fix: change compiler url
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole authored and kenodressel committed Aug 28, 2023
1 parent 3675752 commit 2eabf1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/network.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"testnet": {
"nodeUrl": "https://testnet.aeternity.io",
"compilerUrl": "https://latest.compiler.aepps.com",
"compilerUrl": "https://v7.compiler.aepps.com/version",
"middlewareUrl": "https://testnet.aeternity.io/mdw"
},
"mainnet": {
"nodeUrl": "https://mainnet.aeternity.io",
"compilerUrl": "https://latest.compiler.aepps.com",
"compilerUrl": "https://v7.compiler.aepps.com/version",
"middlewareUrl": "https://mainnet.aeternity.io/mdw"
},
"local": {
"nodeUrl": "http://localhost:3001",
"compilerUrl": "http://localhost:3080",
"middlewareUrl": null
}
}
}

0 comments on commit 2eabf1c

Please sign in to comment.