2024-08-26 11:09:48 +02:00
|
|
|
package config
|
|
|
|
|
2024-08-26 12:38:14 +02:00
|
|
|
const (
|
2024-10-18 16:01:21 +02:00
|
|
|
CreateAccountURL = "http://localhost:5003/api/v2/account/create"
|
|
|
|
BalanceURL = "https://custodial.sarafu.africa/api/account/status/"
|
|
|
|
TrackURL = "http://localhost:5003/api/v2/account/status"
|
2024-08-26 12:38:14 +02:00
|
|
|
)
|