Skip to content

Commit

Permalink
redeploy vvd
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Apr 24, 2019
1 parent 206e461 commit 46fbb32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@finbook/duo-contract-wrapper",
"version": "1.3.6",
"version": "1.3.10",
"description": "DUO Contract Wrapper",
"author": "FinBook Pte Ltd",
"main": "dist/index.js",
Expand Down
18 changes: 17 additions & 1 deletion src/contractAddresses.ts
Expand Up @@ -101,7 +101,23 @@ export const mainnet: IContractAddresses = {
}
}
},
[CST.VIVALDI]: {}
[CST.VIVALDI]: {
'100C-1H': {
custodian: {
code: 'VIVALDI-100C-1H',
address: '0xc2416a439f71a9521d5e275421F861F5f28C52ac'
},
aToken: {
code: 'ETH-100C-1H',
address: '0x446Fab78394F3893d651cdB7D066EF9a1833AE3b'
},
bToken: {
code: 'ETH-100P-1H',
address: '0x8fc1D8f251304fB68Aa633dB2782b2Bcc058fb20'
}

}
}
},
Oracles: [
{
Expand Down

0 comments on commit 46fbb32

Please sign in to comment.