Skip to content

Commit

Permalink
feat(synapse-constants): Refactor with rollup for package build and e…
Browse files Browse the repository at this point in the history
…xport [SLT-160] (#3175)

* Refactor with rollup for package build and export
* New file structure in`src`
* Replaces image files with cdn
  • Loading branch information
abtestingalpha authored Oct 1, 2024
1 parent 2eedb6c commit 32cee8e
Show file tree
Hide file tree
Showing 138 changed files with 682 additions and 3,580 deletions.
12 changes: 12 additions & 0 deletions packages/synapse-constants/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
extends: '../../.eslintrc.js',
overrides: [
{
files: ['**/*.ts'],
rules: {
'guard-for-in': 'off',
'prefer-arrow/prefer-arrow-functions': 'off',
},
},
],
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions packages/synapse-constants/constants/assets/chains/blast.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/synapse-constants/constants/assets/chains/bnb.svg

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/synapse-constants/constants/assets/chains/dfk.svg

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions packages/synapse-constants/constants/assets/chains/index.ts

This file was deleted.

Loading

0 comments on commit 32cee8e

Please sign in to comment.