0.0.9 • Published 3 years ago

@tiltedfinance/constants v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

TiltedFinance Constants

This repository contains all the constants and types needed to run the TiltedFinance infrastructure

To install it simply run

npm install --save @tiltedfinance/constants

Environment constants Example

import {getTiltedFinanceEnvironment, TiltedFinanceEnvironmentType} from '@tiltedfinance/constants';

// Get the DEV environment constants
const env = getTiltedFinanceEnvironment(TiltedFinanceEnvironmentType.DEV);

// Print the TILT token address
console.log(env.tiltChain.tiltTokenAddress);

You can inspect the TiltedFinanceEnvironment interface in https://github.com/tiltedfinance/constants/blob/master/src/types.d.ts

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago