Skip to content

Commit 0855960

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 0b9bd76 + 3cbb15c commit 0855960

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: priv/companies/river.exs

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Company file for River
2+
# Created on: 2025-03-19
3+
4+
%{
5+
name: "River",
6+
website: "https://river.com",
7+
github: "https://github.com/RiverFinancial",
8+
# reference lib/companies/industries.ex for a list of recommended industries to use here
9+
industry: "Financials",
10+
location: %{
11+
city: "Columbus",
12+
state: "Ohio",
13+
country: "United States"
14+
},
15+
description: """
16+
River is a U.S.-based Bitcoin technology and financial services company offering bitcoin brokerage and full-reserve custody services. Our systems architecture leverages Elixir technology to ensure secure, scalable, and reliable financial operations.
17+
""",
18+
last_changed_on: ~D[2025-03-19]
19+
}

0 commit comments

Comments
 (0)