forked from dfinity/oisy-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: revert cketh signatures (dfinity#1230)
- Loading branch information
1 parent
9c81b30
commit f60b12e
Showing
4 changed files
with
20 additions
and
68 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 |
---|---|---|
@@ -1,12 +1,7 @@ | ||
import { SEPOLIA_NETWORK_ID } from '$env/networks.env'; | ||
import type { NetworkId } from '$lib/types/network'; | ||
// ckETH helper event signature. Immutable. Similar on Mainnet and Sepolia. | ||
export const CKETH_HELPER_CONTRACT_SIGNATURE = | ||
'0x257e057bb61920d8d0ed2cb7b720ac7f9c513cd1110bc9fa543079154f45f435'; | ||
|
||
// ckETH helper event signature. Immutable. | ||
export const CKETH_HELPER_CONTRACT_SIGNATURES: Record<NetworkId, string> = { | ||
[SEPOLIA_NETWORK_ID]: '0x257e057bb61920d8d0ed2cb7b720ac7f9c513cd1110bc9fa543079154f45f435' | ||
}; | ||
|
||
// ckErc20 helper event signature. Same for all Erc20 helpers. Immutable. | ||
export const CKERC20_HELPER_CONTRACT_SIGNATURES: Record<NetworkId, string> = { | ||
[SEPOLIA_NETWORK_ID]: '0x4d69d0bd4287b7f66c548f90154dc81bc98f65a1b362775df5ae171a2ccd262b' | ||
}; | ||
// ckErc20 helper event signature. Same for all Erc20 helpers. Immutable. Similar on Mainnet and Sepolia. | ||
export const CKERC20_HELPER_CONTRACT_SIGNATURE = | ||
'0x4d69d0bd4287b7f66c548f90154dc81bc98f65a1b362775df5ae171a2ccd262b'; |
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
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