0.0.9 • Published 2 years ago

@tiltedfinance/constants v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

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