Skip to content

Commit

Permalink
ALL-6929 Add zkSync blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jul 24, 2024
1 parent 29954e9 commit 631a75d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatumio",
"version": "2.2.83",
"version": "2.2.84",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions packages/shared/core/src/lib/models/Blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export enum Blockchain {
OPTIMISM = 'OPTIMISM',
FTM = 'FTM',
TON = 'TON',
ZK_SYNC = 'ZK_SYNC',
}

export const EvmBasedBlockchains = [
Expand All @@ -48,6 +49,7 @@ export const EvmBasedBlockchains = [
Blockchain.AVAX,
Blockchain.OPTIMISM,
Blockchain.FTM,
Blockchain.ZK_SYNC
]

// @TODO tmp solution
Expand All @@ -71,3 +73,4 @@ export type EvmBasedBlockchain =
| Blockchain.AVAX
| Blockchain.OPTIMISM
| Blockchain.FTM
| Blockchain.ZK_SYNC

0 comments on commit 631a75d

Please sign in to comment.