-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: build devnet amplifier #477
Changes from 1 commit
cd06c21
c6aa428
c1917db
aa597f1
4c6f379
bb7815f
c824d61
a4dcc44
eb63872
3590b0f
d94b9fe
4c3aafe
e1ef786
c54663c
69b2633
99bedbe
024ea0a
6ad4fd3
3517b04
180b157
2c5ab36
46c4444
e837dd5
81b24b0
960dd23
98ce408
66a88a8
53ee75c
1a5f67f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Unchanged files with check annotations Beta
} | ||
}); | ||
expect(supportedChains.length).toBe(chains.length); | ||
Check failure on line 41 in packages/evm/src/clients/clients.spec.ts
|
||
}); | ||
it("should support all testnet chains", async () => { | ||
} | ||
}); | ||
expect(supportedChains.length).toBe(chains.length - 1); // Excluding centrifuge-2 chain because public rpc is not available | ||
Check failure on line 64 in packages/evm/src/clients/clients.spec.ts
|
||
}); | ||
}); | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SGiaccobasso could you pls help me set the token address correctly here?