0.0.30 • Published 1 year ago
@cyberbrokers/eth-utils v0.0.30
A general chain utils package dedicated to Cyberbrokers and the Lost Paradigm.
how to use
Install using npm i @cyberbrokers/eth-utils
import {config} from '@cyberbrokers/eth-utils'
import {getCbContractsByChainId} from '@cyberbrokers/eth-utils'
/**
* Only necessary if you plan on using methods that require configs, such as getDelegateContract, getContractForAddress
* */
config.setConfig({
alchemy:{
eth_key: 'dwd..'
}
})
getCbContractsByChainId(1).cyberBrokersAddress // Cyberbrokers 0x... contract address
Documentation: https://mirrorware-io.github.io/utils/
CyberBrokers Metadata: CyberBrokers metadata is downloaded automatically on npm i
. This is to keep the package size small
Development
Git clone the repo
Make appropriate changes and don't forget to run prettier.
Make a PR to get your changes reviewed.
0.0.30
1 year ago
0.0.29
1 year ago
0.0.28
1 year ago
0.0.26
1 year ago
0.0.27
1 year ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.25
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.17
2 years ago
0.0.19
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago