@mento-protocol/mento-sdk 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  import { BigNumber, Signer, providers } from 'ethers';
2
+ import { Address } from './types';
2
3
  interface Asset {
3
4
  address: Address;
4
5
  symbol: string;
@@ -0,0 +1 @@
1
+ export type Address = string;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +1,5 @@
1
1
  import { BigNumber, Signer, providers } from 'ethers';
2
+ import { Address } from './types';
2
3
  /**
3
4
  * Returns the broker address from the Celo registry
4
5
  * @param signerOrProvider an ethers provider or signer
@@ -1,4 +1,5 @@
1
1
  import { BigNumber, Signer, providers } from 'ethers';
2
+ import { Address } from './types';
2
3
  interface Asset {
3
4
  address: Address;
4
5
  symbol: string;
@@ -0,0 +1 @@
1
+ export type Address = string;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,5 @@
1
1
  import { BigNumber, Signer, providers } from 'ethers';
2
+ import { Address } from './types';
2
3
  /**
3
4
  * Returns the broker address from the Celo registry
4
5
  * @param signerOrProvider an ethers provider or signer
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mento-protocol/mento-sdk",
3
3
  "description": "Official SDK for interacting with the Mento Protocol",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "author": "Mento Labs",
7
7
  "keywords": [