mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-10 13:07:55 +03:00
Updated README
This commit is contained in:
@@ -57,7 +57,7 @@ npm i @orionprotocol/sdk
|
||||
import { OrionUnit } from "@orionprotocol/sdk";
|
||||
import { Wallet } from "ethers";
|
||||
|
||||
const orionUnit = new OrionUnit("bsc", "production"); // eth, bsc, ftm available
|
||||
const orionUnit = new OrionUnit("bsc", "production"); // eth, bsc, ftm, polygon, okc available
|
||||
const wallet = new Wallet("0x...", orionUnit.provider);
|
||||
// OrionUnit is chain-in-environment abstraction
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user