-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0cf116
commit 23b9add
Showing
3 changed files
with
23 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import type { Eip1193Provider } from '@buildwithsygma/core'; | ||
|
||
export const ASSET_TRANSFER_PARAMS = { | ||
source: 1, | ||
destination: 2, | ||
sourceAddress: '0x98729c03c4D5e820F5e8c45558ae07aE63F97461', | ||
sourceNetworkProvider: jest.fn() as unknown as Eip1193Provider, | ||
recipientAddress: '0x98729c03c4D5e820F5e8c45558ae07aE63F97461', | ||
resource: { | ||
address: '0x98729c03c4D5e820F5e8c45558ae07aE63F97461', | ||
resourceId: '0x0', | ||
caip19: '0x11', | ||
}, | ||
}; |
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