Skip to content

Commit 01c2e67

Browse files
authored
Add Ubiq support to 0x v4. Chain ID 8 (#69)
1 parent 3274c40 commit 01c2e67

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/sdk/v4/NftSwapV4.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ import { arrayify } from '@ethersproject/bytes';
7373
export enum SupportedChainIdsV4 {
7474
Mainnet = 1,
7575
Ropsten = 3,
76+
Ubiq = 8,
7677
Ganache = 1337,
7778
Polygon = 137,
7879
PolygonMumbai = 80001,

src/sdk/v4/addresses.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"exchange": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
1212
"wrappedNativeToken": "0xc778417e063141139fce010982780140aa0cd5ab"
1313
},
14+
"8": {
15+
"exchange": "0x19aaD856cE8c4C7e813233b21d56dA97796cC052",
16+
"wrappedNativeToken": "0x1FA6A37c64804C0D797bA6bC1955E50068FbF362"
17+
},
1418
"10": {
1519
"exchange": "0xdef1abe32c034e558cdd535791643c58a13acc10",
1620
"wrappedNativeToken": "0x4200000000000000000000000000000000000006"

0 commit comments

Comments
 (0)