mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add migration script for deploying polygon BBG
This commit is contained in:
parent
147f9f1e09
commit
6e90cc7519
5
sol/migrations/2_deploy_child_erc20.js
Normal file
5
sol/migrations/2_deploy_child_erc20.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
var ChildMintableERC20 = artifacts.require("./ChildMintableERC20.sol");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(ChildMintableERC20, 'BBGO', 'BBG', 18, '0xA6FA4fB5f76172d178d61B04b0ecd319C5d1C0aa');
|
||||
};
|
Loading…
Reference in New Issue
Block a user