UNPKG

astra-sdk-core

Version:

⚒️ An SDK for building applications on top of Astra CL

8 lines (7 loc) 194 B
import { Token } from './token'; /** * Known SAMB implementation addresses, used in our implementation of Ether#wrapped */ export declare const SAMB: { [chainId: number]: Token; };