2024-08-26 11:09:48 +02:00
|
|
|
package config
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-08-26 12:38:14 +02:00
|
|
|
const (
|
|
|
|
CreateAccountURL = "https://custodial.sarafu.africa/api/account/create"
|
|
|
|
TrackStatusURL = "https://custodial.sarafu.africa/api/track/"
|
|
|
|
BalanceURL = "https://custodial.sarafu.africa/api/account/status/"
|
|
|
|
)
|
2024-08-26 11:09:48 +02:00
|
|
|
|