We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274c40 commit 01c2e67Copy full SHA for 01c2e67
src/sdk/v4/NftSwapV4.ts
@@ -73,6 +73,7 @@ import { arrayify } from '@ethersproject/bytes';
73
export enum SupportedChainIdsV4 {
74
Mainnet = 1,
75
Ropsten = 3,
76
+ Ubiq = 8,
77
Ganache = 1337,
78
Polygon = 137,
79
PolygonMumbai = 80001,
src/sdk/v4/addresses.json
@@ -11,6 +11,10 @@
11
"exchange": "0xdef1c0ded9bec7f1a1670819833240f027b25eff",
12
"wrappedNativeToken": "0xc778417e063141139fce010982780140aa0cd5ab"
13
},
14
+ "8": {
15
+ "exchange": "0x19aaD856cE8c4C7e813233b21d56dA97796cC052",
16
+ "wrappedNativeToken": "0x1FA6A37c64804C0D797bA6bC1955E50068FbF362"
17
+ },
18
"10": {
19
"exchange": "0xdef1abe32c034e558cdd535791643c58a13acc10",
20
"wrappedNativeToken": "0x4200000000000000000000000000000000000006"
0 commit comments