Skip to content

Commit

Permalink
Merge pull request #33 from FinBook/vvd1h
Browse files Browse the repository at this point in the history
update
  • Loading branch information
yizhoucao committed Mar 11, 2019
2 parents 97e294f + 206e461 commit 623312e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5",
"version": "1.3.6",
"description": "DUO Contract Wrapper",
"author": "FinBook Pte Ltd",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/contractAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ export const kovan: IContractAddresses = {
'100C-1H': {
custodian: {
code: 'VIVALDI-100C-1H',
address: '0xd49C2CfcA78EeCF00bD503c85225790264A176eb'
address: '0x32a42AeDe34Cd0D2D76e02E0d3A3440706A9c619'
},
aToken: {
code: 'ETH-100C-1H',
address: '0x9d26644705f993A373646E0E113b3488F21d5DC9 '
address: '0x75Bcb8C5f50Cc05d0B82c6321f22E848FEbB5F88'
},
bToken: {
code: 'ETH-100P-1H',
address: '0x5B312EC6D16BdC7e9Bcad2E972d9d571A505c5c1'
address: '0xCfC7C9792975193a9d0E78f0350041Ceb4fa388C'
}

}
Expand Down

0 comments on commit 623312e

Please sign in to comment.