ACCOUNTS = ["GCSGSR6KQQ5BP2FXVPWRL6SWPUSFWLVONLIBJZUKTVQB5FYJFVL6XOXE"] VERSION = "0.1.0" SIGNING_KEY = "GCHLHDBOKG2JWMJQBTLSL5XG6NO7ESXI2TAQKZXCXWXB5WI2X6W233PR" NETWORK_PASSPHRASE = "Test SDF Network ; September 2015" WEB_AUTH_ENDPOINT = "https://testanchor.stellar.org/auth" KYC_SERVER = "https://testanchor.stellar.org/sep12" TRANSFER_SERVER = "https://testanchor.stellar.org/sep6" TRANSFER_SERVER_SEP0024 = "https://testanchor.stellar.org/sep24" DIRECT_PAYMENT_SERVER = "https://testanchor.stellar.org/sep31" ANCHOR_QUOTE_SERVER = "https://testanchor.stellar.org/sep38" [[CURRENCIES]] code = "SRT" issuer = "GCDNJUBQSX7AJWLJACMJ7I4BC3Z47BQUTMHEICZLE6MU4KQBRYG5JY6B" status = "test" is_asset_anchored = false anchor_asset_type = "crypto" desc = "Stellar Reference Token (SRT) is an asset issued on testnet and is used as an anchored asset for this reference server for demonstration and testing purposes." [[CURRENCIES]] code = "USDC" issuer = "GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5" status = "test" is_asset_anchored = false anchor_asset_type = "crypto" desc = "Circle USDC Token" [[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 = "The Stellar Development Foundation (SDF) is a non-profit organization whose mission is to create equitable access to the global financial system." ORG_GITHUB = "stellar"