Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Oct 27, 2021
1 parent 9e5f408 commit 1629b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class UniswapPair {
```
```ts
// can support any network using the `CustomNetwork` and `CloneUniswapContractDetails` properties
export enum ChainId {
MAINNET = 1,
ROPSTEN = 3,
Expand Down Expand Up @@ -147,7 +148,7 @@ export interface CustomNetwork {
multicallContractAddress: string;
nativeCurrency: NativeCurrencyInfo;
nativeWrappedTokenInfo: Token;
// defined your base tokens here!
// defined your base tokens here if any for your custom network!
baseTokens?: {
usdt?: Token | undefined;
dai?: Token | undefined;
Expand Down

0 comments on commit 1629b68

Please sign in to comment.