Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade folks router app ids #13

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/new-coins-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@folks-router/js-sdk": patch
---

Update folks router application ids

Testnet: 430586725
Mainnet: 1212658560
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const MainnetFolksRouterAppId = 1212559160;
const MainnetFolksRouterAppId = 1212658560;

export { MainnetFolksRouterAppId };
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const TestnetFolksRouterAppId = 430493996;
const TestnetFolksRouterAppId = 430586725;

export { TestnetFolksRouterAppId };
Loading