Skip to content

TeamRaccoons/address-lookup-table-multi-swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address lookup table demo

Showcases a N swap chain on spl-token-swap

solana-test-validator --bpf-program SwapsVeCiPHMUAtzQWZw7RjsKjgCjhwU55QGu4U1Szw bins/spl_token_swap.so --reset

The spl token swap program binary was dumped from devnet, there is no new deployment of spl token swap on mainnet-beta

solana program dump SwapsVeCiPHMUAtzQWZw7RjsKjgCjhwU55QGu4U1Szw spl_token_swap.so -ud

Manual json rpc query to get a transaction and support v0 versioned transaction

curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "getTransaction",
    "params": [
        "5VDpUWCdyge3i8ukEfyNukGQdy89fm5B9NrHAuUjKy5zhGdh4cXvSURdgrTuorXqTUYNYUCebZmXtxAnbeeGt1Wf",
        {"encoding": "json", "maxSupportedTransactionVersion":0}
    ]
}
'

Wen mainnet-beta?

solana-labs/solana#26391

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages