Skip to content

Commit

Permalink
Replace name and symbol of smartToken with 'cDAIBNT'
Browse files Browse the repository at this point in the history
  • Loading branch information
masaun committed Feb 9, 2020
1 parent 9211c96 commit d3be998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/NewBancorPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ contract NewBancorPool is BnStorage, BnConstants, Managed {
address contractRegistryAddr;

address BNTtokenAddr;
address ERC20tokenAddr;
address cDAItokenAddr; // cToken from compound pool
address ERC20tokenAddr; // DAI
address cDAItokenAddr; // cDAI(cTokenfrom compound pool

address smartTokenAddr;

Expand Down
4 changes: 2 additions & 2 deletions migrations/3_deploy_bancor-protocol_1.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var SmartToken = artifacts.require("SmartToken");
const _name = 'Test SmartToken'
const _symbol = 'TST'
const _name = 'cDAIBNT Token'
const _symbol = 'cDAIBNT'
const _decimals = 18


Expand Down

0 comments on commit d3be998

Please sign in to comment.