vega-frontend-monorepo/apps/token/src/routes/claim
Matthew Russell e463bbe238
feat(#495): get smart contracts addresses from network params
* feat: unhardcode contract addresses

* fix: linting and tests

* feat: switch contract usage in token app to use unhardcoded addresses

* chore: remove other usage of hard coded contract addresses

* feat: convert contracts to classes, update claim contract to fix circular dependency

* feat: add hard coded contract addresses to contracts page

* fix: misc tidy up

* chore: rename ethers big num conversion func

* fix: remove pending transactions modal

* chore: add single toBigNum function that can accept number string or EthersBignNumber

* chore: delete unused tranche helpers and decimals functions from smart contracts lib

* feat: add faucetable token class

* fix: reset tx state after early exit from approve tx

* feat: re add transaction modal using zustand store

* fix: loader colors for eth wallet

* fix: pass ethereum config to gurantee existence before tx execution

* chore: lint smart contracts lib

* chore: fix web3container to use children and not render prop

* chore: lint

* fix: use background to mock ethereum wallet to avoid mocking globally for every test

* chore: move web3 mock to common steps and call from withdrawals feature tests
2022-06-07 15:08:40 -07:00
..
claim-form run nx format (#295) 2022-04-25 15:03:58 +01:00
claim-step-1 run nx format (#295) 2022-04-25 15:03:58 +01:00
claim-step-2 run nx format (#295) 2022-04-25 15:03:58 +01:00
lib run nx format (#295) 2022-04-25 15:03:58 +01:00
targeted-claim feat: use new smart contracts sdk (#479) 2022-05-27 10:44:10 -07:00
untargeted-claim feat: use new smart contracts sdk (#479) 2022-05-27 10:44:10 -07:00
claim-error.tsx run nx format (#295) 2022-04-25 15:03:58 +01:00
claim-flow.tsx feat: use new smart contracts sdk (#479) 2022-05-27 10:44:10 -07:00
claim-info.tsx feat: use new smart contracts sdk (#479) 2022-05-27 10:44:10 -07:00
claim-reducer.test.ts Feat/224 move token app into monorepo (#229) 2022-04-20 12:37:44 -07:00
claim-reducer.ts feat: use new smart contracts sdk (#479) 2022-05-27 10:44:10 -07:00
claim-restricted.tsx run nx format (#295) 2022-04-25 15:03:58 +01:00
claim.tsx feat: use new smart contracts sdk (#479) 2022-05-27 10:44:10 -07:00
code-used.tsx Feat/224 move token app into monorepo (#229) 2022-04-20 12:37:44 -07:00
complete.tsx fix(#315): misc styling and ui fixes for the token app 2022-06-07 11:24:43 -07:00
expired.tsx Feat/224 move token app into monorepo (#229) 2022-04-20 12:37:44 -07:00
hooks.ts feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
index.tsx fix: use static tranches data (#454) 2022-05-25 10:50:38 +01:00
target-address-mismatch.tsx Feat/324 sparkline component (#381) 2022-05-09 18:19:19 +03:00
tranche-not-found.tsx Feat/224 move token app into monorepo (#229) 2022-04-20 12:37:44 -07:00
verifying.tsx run nx format (#295) 2022-04-25 15:03:58 +01:00