Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedeveloperr committed Mar 10, 2023
1 parent 746bef8 commit 618451e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/src/template.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pub const CARTON_MANIFEST_TEMPLATE: &str = "
[provider]
address = \"0x0\"
address = \"0000000000000000000000000000000000000000\"
env = \"devnet\"
config = \"~/.sui/sui_config/client.yaml\"
[envs]
devnet = { url = \"https://fullnode.devnet.sui.io/\" }
testnet = { url = \"https://fullnode.testnet.sui.io/\" }
devnet = { url = \"https://fullnode.devnet.sui.io:443/\" }
testnet = { url = \"https://fullnode.testnet.sui.io:443/\" }
";

0 comments on commit 618451e

Please sign in to comment.