-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamically update chainid for send calls requests (#1455)
- Loading branch information
1 parent
e6978b8
commit 7af758f
Showing
3 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export const EXAMPLE_MESSAGE = `Example Message`; | ||
|
||
export const ADDR_TO_FILL = 'ADDR_TO_FILL'; | ||
export const CHAIN_ID_TO_FILL = 'CHAIN_ID_TO_FILL'; |
4 changes: 2 additions & 2 deletions
4
examples/testapp/src/components/RpcMethods/shortcut/walletTxShortcuts.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters