solana-program-library/token-lending/program/tests/fixtures
Justin Starry 891b6794f3
Introduce SPL Token Lending (#696)
* Add spl-token-lending

* lending-client

* cargo clippy

* Limit bpf tests

* Enable lending bpf tests

* Remove obligation signer requirement

* Fix token lending js cli test

* Fix
2020-12-19 08:17:07 +08:00
..
README.md Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
sol_usdc_dex_market.bin Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
sol_usdc_dex_market_asks.bin Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
sol_usdc_dex_market_bids.bin Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00

README.md

fixtures

SOL / USDC Serum Dex Accounts

$ solana config set --url https://api.mainnet-beta.solana.com
$ solana account 7xMDbYTCqQEcK2aM9LbetGtNFJpzKdfXzLL5juaLh4GJ --output-file sol_usdc_dex_market.bin
$ solana account 4VndUfHkmh6RWTQbXSVjY3wbSfqGjoPbuPHMoatV272H --output-file sol_usdc_dex_market_bids.bin
$ solana account 6LTxKpMyGnbHM5rRx7f3eZHF9q3gnUBV5ucXF9LvrB3M --output-file sol_usdc_dex_market_asks.bin