Skip to content

Commit

Permalink
Update domain contract and fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Sep 18, 2024
1 parent 69c34f3 commit 718a082
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .soroban/soroban_domain_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CCEYNQXUY3GQT4SM5MZOHZBYNLEOW66C36UD4YVBCZ37X5QNBOVTZO4P
CD7COKMKPKEB3OCTWVWF6XNFJXLQB3RWXWSG2WD4MIJYI5SXISX4FRKL
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ifndef network
endif

ifndef domain_contract_id
override domain_contract_id = CDODLZIO3OY5ZBCNYQALDZWLW2NN533WIDZUDNW2NRWJGLTWSABGSMH7
override domain_contract_id = CCEYNQXUY3GQT4SM5MZOHZBYNLEOW66C36UD4YVBCZ37X5QNBOVTZO4P
endif

# Add help text after each target name starting with '\#\#'
Expand Down Expand Up @@ -110,7 +110,7 @@ contract_domain_init:
init \
--adm $(shell soroban keys address mando-$(network)) \
--node_rate 100 \
--col_asset $(shell soroban keys address mando-$(network)) \
--col_asset $(shell stellar contract id asset --asset native --network $(network) --source-account mando-$(network)) \
--min_duration 31536000 \
--allowed_tlds '[{"bytes": "786c6d"}]'

Expand Down
2 changes: 1 addition & 1 deletion dapp/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PUBLIC_SOROBAN_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
PUBLIC_SOROBAN_RPC_URL="https://soroban-testnet.stellar.org:443"

PUBLIC_TANSU_CONTRACT_ID="CCYM5OC6RTMEUHRK2BRU5YX4G4O745DPLPU4EXVTRCUN7JRJJWXEEXAB"
PUBLIC_SOROBAN_DOMAIN_CONTRACT_ID="CCEYNQXUY3GQT4SM5MZOHZBYNLEOW66C36UD4YVBCZ37X5QNBOVTZO4P"
PUBLIC_SOROBAN_DOMAIN_CONTRACT_ID="CD7COKMKPKEB3OCTWVWF6XNFJXLQB3RWXWSG2WD4MIJYI5SXISX4FRKL"

SOROBAN_ACCOUNT="alice"
SOROBAN_NETWORK="testnet"

0 comments on commit 718a082

Please sign in to comment.