Skip to content

Commit

Permalink
Merge pull request #434 from alephium/remove-default-network
Browse files Browse the repository at this point in the history
Remove `defaultNetwork` From Code Example
  • Loading branch information
polarker authored Aug 23, 2024
2 parents a016c74 + 7785e08 commit 63a385b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/dapps/tutorials/deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ import { Configuration } from '@alephium/cli'
export type Settings = {}

const configuration: Configuration<Settings> = {
defaultNetwork: 'devnet',
networks: {
devnet: {
nodeUrl: 'http://localhost:22973',
Expand Down

0 comments on commit 63a385b

Please sign in to comment.