Skip to content

Commit

Permalink
feat(core): add sanchonet network magic
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed Oct 9, 2023
1 parent a7314af commit 031f070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/src/Cardano/ChainId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export enum NetworkMagics {
Mainnet = 764_824_073,
Preprod = 1,
Preview = 2,
Sanchonet = 4,
/**
* Legacy public testnet
*/
Expand Down Expand Up @@ -56,5 +57,9 @@ export const ChainIds = {
Preview: {
networkId: NetworkId.Testnet,
networkMagic: NetworkMagics.Preview
},
Sanchonet: {
networkId: NetworkId.Testnet,
networkMagic: NetworkMagics.Sanchonet
}
};

0 comments on commit 031f070

Please sign in to comment.