develop #2

Merged
p1r0 merged 8 commits from DECA/DECANFT-SC:develop into develop 2023-12-20 20:43:58 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4745da5330 - Show all commits

View File

@ -9,6 +9,7 @@ contract DCO2sScript is Script {
function setUp() public {
dco2sc = new DCO2s(0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, "DCO2s", "DCO2");
console.log("The DCO2s contract address is: {}", address(dco2sc));
}
// run is the entry point