Skip to content

DAM-Protocol/V2-Public

 
 

Repository files navigation

Set Up

Run npm install

Deployment

npm run deploy and it will output addresses in versions.json. And the JSON ABI are in the artifects folder.

Test

npm run test

Coverage

npm run coverage

Lint

npm run lint:sol

Prettier

npm run prettier:sol

Synthetix Kovan OVM deployment

https://github.com/Synthetixio/synthetix/blob/develop/publish/deployed/kovan-ovm/versions.json

Synthetix Kovan OVM contract ABI

https://github.com/Synthetixio/synthetix/tree/master#as-a-cli-tool

Metamask settings for Kovan OVM

Network ID: 69

RPC: https://kovan.optimism.io

Blockchain explorer: https://kovan-l2-explorer.surge.sh/

No need ETH as gasPrice is 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.9%
  • Solidity 36.3%
  • TypeScript 1.7%
  • Other 0.1%