@ringuniversus/contracts
v0.2.4-alpha.0
Published
This package contains deployed contract addresses, ABIs, and Typechain types for the Ring Universus game.
Downloads
3
Readme
@ringuniversus/contracts
This package contains deployed contract addresses, ABIs, and Typechain types for the Ring Universus game.
Installation
You can install this package using npm
or
yarn
by running:
npm install --save @ringuniversus/contracts
yarn add @ringuniversus/contracts
When using this in a plugin, you might want to load it with skypack
import * as contracts from "http://cdn.skypack.dev/@ringuniversus/contracts";
Typechain
The Typechain types can be found in the typechain
directory.
ABIs
The contract ABIs can be found in the abis
directory.