ACCOUNTS = ["GCSGSR6KQQ5BP2FXVPWRL6SWPUSFWLVONLIBJZUKTVQB5FYJFVL6XOXE"] VERSION = "0.1.0" SIGNING_KEY = "GCHLHDBOKG2JWMJQBTLSL5XG6NO7ESXI2TAQKZXCXWXB5WI2X6W233PR" NETWORK_PASSPHRASE = "Test SDF Network ; September 2015" WEB_AUTH_ENDPOINT = "https://anchor-sep-server-dev.stellar.org/auth" KYC_SERVER = "https://anchor-sep-server-dev.stellar.org/sep12" TRANSFER_SERVER = "https://anchor-sep-server-dev.stellar.org/sep6" TRANSFER_SERVER_SEP0024 = "https://anchor-sep-server-dev.stellar.org/sep24" DIRECT_PAYMENT_SERVER = "https://anchor-sep-server-dev.stellar.org/sep31" ANCHOR_QUOTE_SERVER = "https://anchor-sep-server-dev.stellar.org/sep38" [[CURRENCIES]] code = "USDC" issuer = "GDQOE23CFSUMSVQK4Y5JHPPYK73VYCNHZHA7ENKCV37P6SUEO6XQBKPP" status = "test" is_asset_anchored = false desc = "Anchor Issued USDC" anchor_asset_type = "crypto" [[CURRENCIES]] code = "native" status = "test" is_asset_anchored = false anchor_asset_type = "crypto" desc = "XLM, the native asset of the Stellar network." [DOCUMENTATION] ORG_NAME = "Stellar Development Foundation" ORG_URL = "https://stellar.org" ORG_DESCRIPTION = "SEP 24 reference server." ORG_KEYBASE = "stellar.public" ORG_TWITTER = "StellarOrg" ORG_GITHUB = "stellar"