Skip to content

Commit

Permalink
add new supported chains (xdai + astar)
Browse files Browse the repository at this point in the history
  • Loading branch information
getunrekt committed Jul 20, 2022
1 parent cee1b02 commit b5ecb84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/acryptos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ module.exports = {
cronos: {
tvl: fetchallchain(25),
},
xdai: {
tvl: fetchallchain(100),
},
astar: {
tvl: fetchallchain(592),
},
avalanche: {
tvl: fetchallchain(43114),
},
Expand Down

0 comments on commit b5ecb84

Please sign in to comment.