0.1.9 • Published 12 days ago

@y0unghe/core-sdk v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

Publish NPM packages

core-sdk

  1. INIT_CODE_HASH src/constants/legacy.ts. 否则在生成LP Pair地址的地方会出错,My Positions里会是空的,不会显示已经创建的pair

  2. SUSHI_ADDRESS, FACTORY_ADDRESS, ROUTER_ADDRESS, MASTERCHEF_ADDRESS, USD_ADDRESS src/constants/addresses.ts

Package naming convention: @yourUsername/pkgName

The first time publish a package:

npm login
npm publish --access public

Publish updated packages:

yarn // if failed use npm
yarn build // if failed use npm run build
npm update @y0unghe/core-sdk
npm publish
npm run build && npm update @y0unghe/core-sdk && npm publish

Error: Cannot find module 'src/entities/Native/Shibarium'

如果在entities/Native目录下新建了Native Token。那么要在src/constants/natives.ts里导入

`import {Shibarium} from '../entities/Native'

如果提示找不到Native/Zeta,那么需要在src/entities/Native/index.ts里面导入export { Zeta } from './Zeta'

src/constants/native.ts下面如果有类似import { Shardeum } from 'src/entities/Native/Shardeum' 那么需要删除掉,这样interface那边会报错: Error: Cannot find module 'src/entities/Native/Shardeum'

正确的做法是,update import {Shibarium} from '../entities/Native' 添加在这里面

0.1.9

12 days ago

0.1.8

13 days ago

0.1.7

23 days ago

0.1.6

24 days ago

0.1.4

2 months ago

0.1.5

2 months ago

0.1.3

2 months ago

0.1.2

3 months ago

0.0.41

3 months ago

0.1.0

3 months ago

0.1.1

3 months ago

0.0.40

3 months ago

0.0.38

3 months ago

0.0.39

3 months ago

0.0.37

3 months ago

0.0.36

4 months ago

0.0.20

9 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.30

8 months ago

0.0.31

8 months ago

0.0.32

8 months ago

0.0.10

10 months ago

0.0.33

7 months ago

0.0.11

10 months ago

0.0.34

7 months ago

0.0.12

10 months ago

0.0.35

6 months ago

0.0.13

10 months ago

0.0.14

9 months ago

0.0.26

9 months ago

0.0.9

10 months ago

0.0.27

9 months ago

0.0.8

10 months ago

0.0.28

9 months ago

0.0.29

8 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago