Skip to content

Commit f801bde

Browse files
committed
ADDS ganache to supported chains
1 parent 8b3c3eb commit f801bde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sdk/v4/NftSwapV4.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ import { DIRECTION_MAPPING, OrderStatusV4, TradeDirection } from './enums';
5656
import { CONTRACT_ORDER_VALIDATOR } from './properties';
5757

5858
export enum SupportedChainIdsV4 {
59+
Mainnet = 1,
5960
Ropsten = 3,
61+
Ganache = 1337,
6062
}
6163

6264
export interface INftSwapV4 extends BaseNftSwap {

0 commit comments

Comments
 (0)