3.12.36 • Published 6 months ago

@switchboard-xyz/evm.js v3.12.36

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Switchboard Logo

@switchboard-xyz/evm.js

A Typescript client to interact with Switchboard on EVM based chains.

NPM Badge

Install

npm i --save @switchboard-xyz/evm.js

Usage

Directory

Load Switchboard Contract and Switchboard Push Receiver Contract Functions

import ethers from "ethers";
import {
  getSwitchboard,
  getSwitchboardPushReceiver,
  getSwitchboardPushReceiverFeeds,
} from "@switchboard-xyz/evm.js";

const signer = new ethers.Wallet(privateKey);

// get switchboard contract functions
const switchboardProgram = await getSwitchboard(
  process.env.SWITCHBOARD_ADDRESS, // Switchboard contract address (from environment)
  signer // Signer instance
);

// get switchboard feeds contract functions
const switchboardPushReceiver = await getSwitchboardPushReceiver(
  process.env.SWITCHBOARD_PUSH_ADDRESS,
  signer
);

// log all feeds
const allFeeds = await getSwitchboardPushReceiverFeeds(switchboardPushReceiver);
console.log(allFeeds); // Feed[];
3.12.34-alpha1.0.8

7 months ago

3.12.34-alpha1.0.9

7 months ago

3.12.32

8 months ago

3.12.31

9 months ago

3.12.34-alpha1.0.2

7 months ago

3.12.34

7 months ago

3.12.34-alpha1.0.1

7 months ago

3.12.33

7 months ago

3.12.36

6 months ago

3.12.34-alpha1.0.4

7 months ago

3.12.35

6 months ago

3.12.34-alpha1.0.3

7 months ago

3.12.34-alpha1.0.6

7 months ago

3.12.34-alpha1.0.5

7 months ago

3.12.3-alpha.5

10 months ago

3.12.3-alpha.4

10 months ago

3.12.30

9 months ago

3.13.2

9 months ago

3.12.3-alpha.1

10 months ago

3.13.1

9 months ago

3.12.3-alpha.0

10 months ago

3.12.3-alpha.3

10 months ago

3.12.3-alpha.2

10 months ago

3.12.1

10 months ago

3.12.0

10 months ago

3.12.18

9 months ago

3.12.17

9 months ago

3.12.19

9 months ago

3.12.10

9 months ago

3.12.0-alpha.1

10 months ago

3.12.12

9 months ago

3.12.0-alpha.0

10 months ago

3.12.11

9 months ago

3.12.14

9 months ago

3.12.13

9 months ago

3.12.16

9 months ago

3.12.15

9 months ago

3.12.29

9 months ago

3.12.28

9 months ago

3.13.0

9 months ago

3.12.21

9 months ago

3.12.20

9 months ago

3.12.23

9 months ago

3.12.22

9 months ago

3.12.25

9 months ago

3.12.24

9 months ago

3.12.27

9 months ago

3.12.26

9 months ago

3.12.1-alpha.0

10 months ago

3.12.2-alpha.0

10 months ago

3.12.3

9 months ago

3.12.2

10 months ago

3.12.5

9 months ago

3.12.4

9 months ago

3.12.7

9 months ago

3.12.34-alpha1.0

7 months ago

3.12.6

9 months ago

3.12.9

9 months ago

3.12.8

9 months ago

3.11.0

11 months ago

3.11.1

11 months ago

3.9.17

12 months ago

3.9.18

12 months ago

3.9.15

1 year ago

3.9.16

1 year ago

3.9.13

1 year ago

3.9.14

1 year ago

3.9.12

1 year ago

3.10.10

12 months ago

3.9.10

1 year ago

3.9.26

12 months ago

3.10.1

12 months ago

3.9.24

12 months ago

3.10.0

12 months ago

3.9.25

12 months ago

3.10.3

12 months ago

3.9.22

12 months ago

3.10.2

12 months ago

3.9.23

12 months ago

3.9.20

12 months ago

3.9.21

12 months ago

3.10.2-beta.0

12 months ago

3.10.5

12 months ago

3.10.4

12 months ago

3.10.7

12 months ago

3.10.6

12 months ago

3.10.9

12 months ago

3.10.8

12 months ago

3.9.9

1 year ago

3.9.8

1 year ago

3.9.3

1 year ago

3.9.7

1 year ago

3.9.6

1 year ago

3.9.5

1 year ago

3.9.4

1 year ago

3.9.2

1 year ago

3.9.0

1 year ago

3.8.0

1 year ago

3.7.5

1 year ago

3.8.1

1 year ago

3.7.4

1 year ago

3.7.3

1 year ago

3.7.2

1 year ago

3.7.1

1 year ago

3.7.0

1 year ago

3.6.0

1 year ago

3.5.0

1 year ago

3.4.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.5.33

1 year ago

2.5.31

1 year ago