2.9.1 • Published 7 months ago

@matterlabs/token-library v2.9.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Token Library

Token library is a source of truth for the non-custom token collection on zkSync Portal which is the main resource to move assets between Layer 1 and Layer 2.

Token Interface

export type Token = {
  name: string;
  symbol: string;
  l1Address: string;
  l2Address: string;
  decimals: number;
  imageUrl: string;
};

Usage

npm install @matterlabs/token-library
import { getTokenCollection } from "@matterlabs/token-library"

console.log(await getTokenCollection())
2.9.1

7 months ago

2.7.0

12 months ago

2.6.0

12 months ago

2.9.0

11 months ago

2.8.0

11 months ago

2.7.1

12 months ago

2.3.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.3.1

1 year ago

2.5.2

1 year ago

2.4.2

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.2.0-alpha.2

1 year ago

2.2.0-alpha.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago

1.0.1

2 years ago