Skip to content

Commit

Permalink
test(fork): give more MATIC
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviera9 committed Feb 23, 2024
1 parent d663f8a commit 4f1cbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fork/forwarders.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Polygon Forwarder', () => {
it('should call forwarder for staking', async () => {
const [owner] = await hre.ethers.getSigners()
const daoRoot = await hre.ethers.getImpersonatedSigner('0xdDb5f4535123DAa5aE343c24006F4075aBAF5F7B')
await sendEth(hre.ethers, owner, daoRoot, hre.ethers.parseEther('7'))
await sendEth(hre.ethers, owner, daoRoot.address, '100')
await hre.ethers.provider.getBalance('0xdDb5f4535123DAa5aE343c24006F4075aBAF5F7B')
const forwarder = await hre.ethers.getContractAt('IForwarder', FORWARDER_ON_POLYGON)
const pToken = await hre.ethers.getContractAt(pntOnPolygonAbi, PNT_ON_POLYGON_ADDRESS)
Expand Down

0 comments on commit 4f1cbc9

Please sign in to comment.