Testnet Environment for Migration
To aid in testing the Across migration, we have deployed two SpokePools and created sample deposits and fills to test against.
Both SpokePools are deployed on Sepolia. One has a distinct chainId to make the deposits and fills realistic. Similarly, there are two distinct token addresses (vanilla WETH instances) that are native to each SpokePool to keep things as realistic as possible. If you would like to create your own deposits and fills for testing, you are free to do so. You can mint both WETH tokens by calling deposit. Once you have the tokens, you should be able to approve the contracts and make deposits and fills freely.
Note: no bundles will be run on this test deployment, meaning all WETH you deposit will be locked and fills will not be repaid. This is meant as a basic environment to allow you to test you event parsing and processing logic.
SpokePool1
Associated ERC20 token (vanilla WETH): 0x43f133FE6fDFA17c417695c476447dc2a449Ba5B
ChainId: 11155111
SpokePool2
Associated ERC20 token (vanilla WETH): 0x5b3acAADE6c53eFCD113dCa116F71312f2df666d
ChainId: 11155112
Transfer 1 from SpokePool1 to SpokePool2
Deposit transaction: 0xf260507cbff7f46fa8fe5fa35c20d839393123a9a396b371c37ba48ff6364806
Fill transaction: 0xb1294420167b4468ef1ec8aef8994678c92b0be01afb3dc5e37a5ab7d8978615
Transfer 2 from SpokePool2 to SpokePool1
Deposit transaction: 0x14c5b18b838387e4ea613ce95c0c43b4823cd62997cefad301264dc4b83ce0ba
Fill transaction: 0x27474ba120315af04ce69c1296b9da3487972f4b5e40138add4e581c689fde6a
Last updated