1.8.0 • Published 9 months ago

@8pay/deployments v1.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@8pay/deployments

An helper module that keeps track of all 8pay's deployments. It provides an easy way to obtain the addresses where core smart contracts are deployed and the abis to interact with them.

Usage

const Deployments = require('@8pay/deployments');

const deployments = new Deployments(Deployments.Network.BSC);

const contract = deployments.get('OneTime');

console.log(contract);

/*
{
    address: '0x...',
    abi: [...],
    blockNumber: 3029344
}
*/

Supported networks

  • BSC
  • ETHEREUM
  • POLYGON
  • SANDBOX
1.8.0

9 months ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago