11 lines
250 B
Go
11 lines
250 B
Go
package config
|
|
|
|
|
|
|
|
const (
|
|
CreateAccountURL = "https://custodial.sarafu.africa/api/account/create"
|
|
TrackStatusURL = "https://custodial.sarafu.africa/api/track/"
|
|
BalanceURL = "https://custodial.sarafu.africa/api/account/status/"
|
|
)
|
|
|