Skip to content

Commit

Permalink
feat: upgrade folks router app ids (#13)
Browse files Browse the repository at this point in the history
* feat: upgrade folks router app ids

* chore: add changeset
  • Loading branch information
stefanofa authored Oct 12, 2023
1 parent b451f67 commit e8ddd38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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 };

0 comments on commit e8ddd38

Please sign in to comment.