Skip to content

Commit

Permalink
Merge pull request #32 from RunOnFlux/evm
Browse files Browse the repository at this point in the history
v1.3.0 EVM
  • Loading branch information
TheTrunk authored Jul 18, 2024
2 parents 4b87d0f + cd89c1b commit 4e39493
Show file tree
Hide file tree
Showing 28 changed files with 2,294 additions and 676 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
minitest (5.23.1)
minitest (5.24.1)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'@': './src',
types: './@types',
crypto: 'react-native-quick-crypto',
'@assets': '/src/assets',
'@storage': './src/storage',
},
},
Expand Down
Loading

0 comments on commit 4e39493

Please sign in to comment.