Reclamm initialization tests are reverting after moving block number to accommodate reclamm factory v2
PR where issue discovered: #699
Test to unskip:
|
describe.skip('initialization', () => { |
|
describe('with zero tokens having a rate', () => { |
|
test('reference: 18 decimal token A', async () => { |
Notes from John
Its block number specific. If I update to a more recent block number for other init tests that were initially passing, e.g. weighted, they start to fail too.
Possibly an anvil issue I think. (think its a an anvil issue related to signing for Permit2).
Reclamm initialization tests are reverting after moving block number to accommodate reclamm factory v2
PR where issue discovered: #699
Test to unskip:
b-sdk/test/v3/createPool/reClamm/reClamm.integration.test.ts
Lines 262 to 264 in da8f344
Notes from John