Skip to content

Commit 6d6812b

Browse files
authored
Mainnet addresses and print to file JSON of contracts deployed (#116)
* update mainnet synthetixState -> 0x4b9ca5607f1ff8019c1c6a3c2f0cc8de622d5b82
1 parent cebd597 commit 6d6812b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const settings = {
8282
},
8383
SynthetixState: {
8484
action: 'use-existing',
85-
existingInstance: '0x7E295884F3f5e2ea462620018E9193a1C305C185',
85+
existingInstance: '0x4b9ca5607f1ff8019c1c6a3c2f0cc8de622d5b82',
8686
},
8787
Synth: {
8888
XDR: {
@@ -91,7 +91,7 @@ const settings = {
9191
},
9292
sUSD: {
9393
action: 'use-existing',
94-
existingInstance: '0x48414e5b7ed589956070DFfEBe6e4877DAE35EA6',
94+
existingInstance: '0x0cbe2df57ca9191b64a7af3baa3f946fa7df2f25',
9595
},
9696
sEUR: {
9797
action: 'use-existing',

0 commit comments

Comments
 (0)