Skip to content

Commit

Permalink
added freedom wallet (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriescl authored Nov 22, 2023
1 parent 251b625 commit f039bbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions internal/services/wallets/wallets_pubnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ var PubnetWallets = []data.Wallet{
},
},
},
{
Name: "Freedom Wallet",
Homepage: "https://freedom-public-uat.bpventures.us",
DeepLinkSchema: "https://freedom-public-uat.bpventures.us/disbursement/create",
SEP10ClientDomain: "freedom-public-uat.bpventures.us",
Assets: []data.Asset{
{
Code: "USDC",
Issuer: "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
},
},
},
// {
// Name: "Beans App",
// Homepage: "https://www.beansapp.com/disbursements",
Expand Down

0 comments on commit f039bbc

Please sign in to comment.