Skip to content

Commit

Permalink
Merge pull request #114 from thepower/feature/updated_network_enum
Browse files Browse the repository at this point in the history
added appchain to NetworkEnum
  • Loading branch information
jackkru69 authored May 15, 2024
2 parents 050207c + 8857299 commit bfa653d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tssdk/src/config/network.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export enum NetworkEnum {
testnet = 'testnet',
devnet = 'devnet',
mainnet = 'mainnet',
appchain = 'appchain',
}

0 comments on commit bfa653d

Please sign in to comment.