Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit f4764da

Browse files
author
Konstantin Shuplenkov
authored
chore: update dpns and dashpay contract ids (#290)
1 parent efa0674 commit f4764da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SDK/Client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ export class Client extends EventEmitter {
107107

108108
this.apps = new ClientApps(Object.assign({
109109
dpns: {
110-
contractId: 'H2P7t8e3z2Naf55RiUrEK63fLfeGzaza5x5etm9J1ppG'
110+
contractId: 'EBnvxB5RSW8NbBbXdRS3zPqFEaZnjCZ8WeurjvLTaru7'
111111
},
112112
dashpay: {
113-
contractId: 'HpJZGdjnHjUucndek2kc1P9RBhTQZxjHFeQKnanxVVJp',
113+
contractId: 'GAvZdha4t3mCQyvCVvv7LMYw3CXN4X5hvFZ4S6qCAdod',
114114
},
115115
}, this.options.apps));
116116

0 commit comments

Comments
 (0)