# "Stellar Info File" # This file will be publicly hosted at /.well-known/stellar.toml ACCOUNTS = ["add your public keys for your distribution accounts here"] # The public key correspond to SECRET_SEP10_SIGNING_SEED in dev.env SIGNING_KEY = "GAGNPHTX5A6VAIQP34C4OI7O4BUUV7Y6NEBBRJ3RSP53NOUFHDDBKXOG" NETWORK_PASSPHRASE = "Test SDF Network ; September 2015" # TRANSFER_SERVER_SEP0024 = "http://localhost:8080/sep24" # WEB_AUTH_ENDPOINT = "http://localhost:8080/auth" TRANSFER_SERVER_SEP0024 = "https://stellar-anchor.ripe.money/sep24" WEB_AUTH_ENDPOINT = "https://stellar-anchor.ripe.money/auth" # Add support for USDC [[CURRENCIES]] code = "USDC" issuer = "GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5" status = "test" is_asset_anchored = false # TODO: Check if USDC in mainnet is considered anchored and if so, its anchor_asset_type anchor_asset_type = "other" desc = "USD Coin issued by Circle" [DOCUMENTATION] ORG_NAME = "Ripe" ORG_URL = "https://ripe.money" ORG_DESCRIPTION = "Use crypto like fiat"