-
Notifications
You must be signed in to change notification settings - Fork 86
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
0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier #110
Conversation
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.
Just a couple of small changes needed.
src/App.js
Outdated
@@ -74,6 +74,7 @@ const App = () => { | |||
) | |||
|
|||
window.localStorage.setItem('selectedWallet', wallet.name) | |||
console.log(wallet) |
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.
Need to remove this log :)
@@ -171,13 +172,15 @@ const App = () => { | |||
value: 1000000000000000 | |||
} | |||
|
|||
const sendTransaction = () => | |||
const sendTransaction = () => { |
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.
This function needs to return the result from the call to signer.sendTransaction
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.
ahh yeah whoops! Good catch!! Ill make sure my formatter on this machine is doin wonky stuff like this in the future.
|
||
const gasPrice = () => provider.getGasPrice().then(res => res.toString()) | ||
|
||
const estimateGas = () => | ||
const estimateGas = () => { |
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.
This also needs to return the result of the call to estimateGas
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.
Looks good thanks!
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com>
* Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local>
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local>
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local>
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local>
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local>
#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Added GAnalytics tracking to html, fix global styles that were affecting onboard logo, and creating errors in console * Inc ver num * line up circle commands Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local>
…date Onboard to latest release! (#131) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Added GAnalytics tracking to html, fix global styles that were affecting onboard logo, and creating errors in console * Inc ver num * line up circle commands * Update circleCI config to add gAnalytics to prod deployment * Inc ver num * Handle merge conflicts * update onboard version number Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local>
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Add Ronin and MathWallet to wallet arr after inc Onboard to v1.37.0 Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local>
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * v0.13.7 release - Add support for Ronin and MathWallet, fix styling issues, add google analytics to BN deploy versions * Added anchor tag to Blocknative logo to Blocknative homepage per Murat Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local>
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Added GAnalytics tracking to html, fix global styles that were affecting onboard logo, and creating errors in console * Inc ver num * line up circle commands Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local> * 0.13.7-0.0.2 : [enhancement] - Add google analytics to Prod Build, update Onboard to latest release! (#131) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependenci…
…age (#135) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Release 0.13.8 (#134) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * s…
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Release 0.13.8 (#134) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle …
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Release 0.13.8 (#134) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups…
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Added GAnalytics tracking to html, fix global styles that were affecting onboard logo, and creating errors in console * Inc ver num * line up circle commands Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local> * 0.13.7-0.0.2 : [enhancement] - Add google analytics to Prod Build, update Onboard to latest release! (#131) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependenci…
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Release 0.13.8 (#134) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle *…
* Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Release 0.13.8 (#134) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design…
* 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Release 0.13.7 (#129) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7-0.0.1 : [enhancement] - Add google analytics, fix styling scope (#130) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6 : Release v0.13.6 to Master (#125) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.7 : Release (#128) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Release 0.13.5 - Develop (#120) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.5-0.0.2: [feature] - Add support for Blankwallet (#122) Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3 - Branding updates and responsive dsign/styling to support mobile (#123) * Added logo and updated styling for mobile; * bump sub-version number * remove commented out code Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.6 - Release 0.13.6 to Develop (#124) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * start restyle * more restyle * more design touchups * feature branch version increment * Retouch colors to match brand pallet * Updates to color per Gustavo * Updates to color per Gustavo * Font-fam update to sans-serif per Gustavo * Remove duplicate enum file * Update screenshot in readme * remove commented out code * Update notify version Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * version bump for release * 0.13.4-0.0.1 - Increase build resources (#117) * Testing 123 - Increase build resources yet again * version bump * version bump Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118) * Bump version for release Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Version bump for release - 0.13.6 * revert change that came through in master merge * cleanup * cleanup2 * remove duplicate stylings Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * 0.13.6-0.0.1 : [feature] - Add social & tech links and terms & conditions (#126) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2 - Api and Blog links (#127) * Add social links, icons for socials, link for blog and API dosc, links for terms and Privacy, Create footer to contain, update blocknative logo * style footer for mobile * style footer even better for mobile * style footer even more betterer for mobile * style footer even more bettererer for mobile * seriously last commit for styling footer for mobile....maybe * remove un-necessary char * Fix links for Onboard blog and API docs Co-authored-by: Adam Carpenter <Adam@blocknative.com> * inc version and merge master in for release * fix github hover logo, update UI settings title, include screanshot for readme Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> * Added GAnalytics tracking to html, fix global styles that were affecting onboard logo, and creating errors in console * Inc ver num * line up circle commands Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carpenters <carpenters@Demos-MacBook-Pro.local> Co-authored-by: Adam Carpenter <adam@Adams-MacBook-Pro.local> * 0.13.7-0.0.2 : [enhancement] - Add google analytics to Prod Build, update Onboard to latest release! (#131) * Update CI node version * Change node version CI * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Adam Carpenter <Adam@blocknative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> * Release 0.13.5 - Master (#119) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.3-0.0.1: Ethers Provider Version Increment (#113) * Update ethers provider code * Increment version * 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * Release/0.13.3 (#111) * 0.13.2-0.0.1: [fix] - Circle CI build (#108) * Update CI node version * Change node version CI * Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards * bump version * fix naming of network enum file * fix naming of network enum file Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109) * Increase resources for circleCI prod build * increment version Co-authored-by: Adam Carpenter <Adam@blocknative.com> * 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110) * Added popular networks to enum * Reformat code using prettier * increment version * Add Main tag to Eth network * add returns to new blocks and remove consoleLog Co-authored-by: Adam Carpenter <Adam@blocknative.com> * Increase circleCI build resources, code enhancements * 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107) * Update CI node version * Change node version CI * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-…
Add popular networks support
Reformatting using prettier