File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767POTLOCK_TLA = "potlock.testnet" if ENVIRONMENT == "testnet" else ("staging.potlock.near" if ENVIRONMENT == "dev" else "potlock.near" )
6868# NADABOT_TLA = "nadabot.testnet" if ENVIRONMENT == "testnet" else "nadabot.near"
6969NADABOT_TLA = "nadabot.testnet" if ENVIRONMENT == "testnet" else ("staging.nadabot.near" if ENVIRONMENT == "dev" else "nadabot.near" )
70- STELLAR_CONTRACT_ID = "CCWIGVGCIHRVSVLOR4BUODHWY5WWUSR3HR55LB7CTMQ6YSWBPPYQEUQN " if ENVIRONMENT == "testnet" else ("" if ENVIRONMENT == "dev" else "" )
71- STELLAR_PROJECTS_REGISTRY_CONTRACT = "CCPTYQ4WDBAF3OWCLGTRE7E4PXADY2WX7KP3M63VPGM4WKQDVITK5R3M " if ENVIRONMENT == "testnet" else ("" if ENVIRONMENT == "dev" else "" )
70+ STELLAR_CONTRACT_ID = "CA2VBELXEOMCXCXNAIBUXM3TKFIDV4IUO7GJSMKCFL2DPNT5JBLGN4RV " if ENVIRONMENT == "testnet" else ("" if ENVIRONMENT == "dev" else "" )
71+ STELLAR_PROJECTS_REGISTRY_CONTRACT = "CC7OJT737CWDBWAQZYWEEL42J6HJCT5LXPFC44635IVX7WTEU7GC6FHW " if ENVIRONMENT == "testnet" else ("" if ENVIRONMENT == "dev" else "" )
7272NEAR_SOCIAL_CONTRACT_ADDRESS = (
7373 "v1.social08.testnet" if ENVIRONMENT == "testnet" else "social.near"
7474)
You can’t perform that action at this time.
0 commit comments