Skip to content

Commit

Permalink
chore: remove not deployed "latest" compiler url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 7, 2024
1 parent ebcd459 commit 4634f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ program
{ name: 'Stable v7', url: 'https://v7.compiler.aepps.com/' },
{ name: 'Integrated compiler, FATE 2 (requires Erlang)', url: 'cli' },
{ name: 'Integrated compiler, FATE 3 (requires Erlang)', url: 'cli8' },
{ name: 'Latest', url: 'https://latest.compiler.aeternity.io/' },
];
await addToConfig({
compilerUrl: await askUrl('compiler', compilers, getCompilerDescription, url),
Expand Down

0 comments on commit 4634f91

Please sign in to comment.