Skip to content

Commit

Permalink
Merge pull request #32 from FinBook/VVD-1H
Browse files Browse the repository at this point in the history
Vvd 1 h
  • Loading branch information
yizhoucao committed Mar 11, 2019
2 parents b837f83 + b375b4e commit 97e294f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finbook/duo-contract-wrapper",
"version": "1.3.4",
"version": "1.3.5",
"description": "DUO Contract Wrapper",
"author": "FinBook Pte Ltd",
"main": "dist/index.js",
Expand Down
16 changes: 9 additions & 7 deletions src/contractAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,21 @@ export const kovan: IContractAddresses = {
}
},
[CST.VIVALDI]: {
'100C-3H': {

'100C-1H': {
custodian: {
code: 'VIVALDI-100C-3H',
address: '0x5734Fe05187857066Ed00d963D4bBBeB619797f4'
code: 'VIVALDI-100C-1H',
address: '0xd49C2CfcA78EeCF00bD503c85225790264A176eb'
},
aToken: {
code: 'ETH-100C-3H',
address: '0x2C4bD22588af822a95Fb9D7e972A1F1C4aE28F13'
code: 'ETH-100C-1H',
address: '0x9d26644705f993A373646E0E113b3488F21d5DC9 '
},
bToken: {
code: 'ETH-100P-3H',
address: '0x9f49bb024EB176d227d4b85A58730a5dDeEF529D'
code: 'ETH-100P-1H',
address: '0x5B312EC6D16BdC7e9Bcad2E972d9d571A505c5c1'
}

}
}
},
Expand Down

0 comments on commit 97e294f

Please sign in to comment.