Skip to content

centrifuge/tinlake-spells-kovan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinlake kovan spells

tests

set env

    ETH_RPC_URL=https://kovan.infura.io/v3/<INFURA_KEY>

or

    ETH_RPC_URL=https://mainnet.infura.io/v3/<INFURA_KEY>

run tests

    forge test -f $ETH_RPC_URL -vvv

deploy

set env

    ETH_RPC_URL=ttps://kovan.infura.io/v3/<INFURA_KEY>
    ETH_KEYSTORE
    ETH_PASSWORD
    ETH_FROM
    ETH_GAS_PRICE
    ETH_GAS=10000000
    ETHERSCAN_API_KEY=<ETHERSCAN_API_KEY>

run bash commands

 forge create --rpc-url $RPC_URL --private-key $PRIVATE_KEY src/spell.sol:TinlakeSpell --verify --etherscan-api-key $ETHERSCAN_KEY --legacy

archive

store deployed spells in archive using following format

"archive/<pool_root>/spell-<contract-address>.sol"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published