File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " parcel build index.html"
9
9
},
10
10
"dependencies" : {
11
- "@0xcert/ethereum-asset-ledger" : " 2.0.0-alpha14 " ,
12
- "@0xcert/ethereum-gateway" : " 2.0.0-alpha14 " ,
13
- "@0xcert/ethereum-metamask-provider" : " 2.0.0-alpha14 " ,
14
- "@0xcert/ethereum-value-ledger" : " 2.0.0-alpha14 "
11
+ "@0xcert/ethereum-asset-ledger" : " 2.0.0-beta " ,
12
+ "@0xcert/ethereum-gateway" : " 2.0.0-beta " ,
13
+ "@0xcert/ethereum-metamask-provider" : " 2.0.0-beta " ,
14
+ "@0xcert/ethereum-value-ledger" : " 2.0.0-beta "
15
15
},
16
16
"devDependencies" : {
17
17
"parcel-bundler" : " ^1.6.1"
18
18
},
19
19
"keywords" : []
20
- }
20
+ }
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ import {
4
4
SignedFixedActionsOrder
5
5
} from "@0xcert/ethereum-gateway" ;
6
6
7
+ import {
8
+ buildGatewayConfig ,
9
+ NetworkKind
10
+ } from "@0xcert/ethereum-metamask-provider" ;
11
+
7
12
export const config = {
8
13
providerConfig : {
9
14
requiredConfirmations : 1 ,
10
- // ropsten config
11
- gatewayConfig : {
12
- actionsOrderId : "0x6Cb40DB529637C218824a2660EFC7CbaD5485115" ,
13
- assetLedgerDeployOrderId : "0x9de066264347165693eC890ccC1C8Af8f9A15f51" ,
14
- valueLedgerDeployOrderId : "0x327577e70e21AcEe01447AD06939Fb4057232b2A"
15
- }
15
+ gatewayConfig : buildGatewayConfig ( NetworkKind . ROPSTEN ) // ropsten config
16
16
} ,
17
17
assetLedgerId : "" , // Input you own asset ledger id
18
18
account1Id : "" , // Input your primary metamask account Id.
You can’t perform that action at this time.
0 commit comments