Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Sep 16, 2024
1 parent bf8f772 commit b6ab088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const blockchainNetworkMap = {
[`${Blockchain.Privado}:${NetworkId.Test}`]: 0b1010_0000 | 0b0000_0010,
[`${Blockchain.Linea}:${NetworkId.Main}`]: 0b0100_0000 | 0b0000_1001,
[`${Blockchain.Linea}:${NetworkId.Sepolia}`]: 0b0100_0000 | 0b0000_1000

};

// DIDMethodNetwork is map for did methods and their blockchain networks
Expand Down

0 comments on commit b6ab088

Please sign in to comment.