Skip to content

Commit

Permalink
chore: sync staging → main (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Griko Nibras authored Feb 6, 2024
2 parents a071dfe + 411011c commit 8969b74
Show file tree
Hide file tree
Showing 30 changed files with 1,600 additions and 620 deletions.
471 changes: 471 additions & 0 deletions .dependency-cruiser.js

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const eslintConfig = {
],
plugins: ["simple-import-sort"],
rules: {
"@next/next/no-img-element": "off",
"simple-import-sort/exports": "warn",
"simple-import-sort/imports": "warn",
"@next/next/no-img-element": ["off"],
"simple-import-sort/exports": ["warn"],
"simple-import-sort/imports": ["warn"],
},
ignorePatterns: ["node_modules/", ".next/", "out/", "src/chains/*"],
overrides: [
Expand All @@ -35,9 +35,11 @@ const eslintConfig = {
extendDefaults: true,
},
],
"@typescript-eslint/no-explicit-any": ["warn"],
},
},
],
root: true,
};

module.exports = eslintConfig;
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.sentryclirc
.turbo
.vercel
.visdeps
.vscode
*.log
*.pem
Expand Down
2 changes: 1 addition & 1 deletion chain-registry
Submodule chain-registry updated 91 files
+31 −0 _IBC/andromeda-injective.json
+31 −0 _IBC/celestia-evmos.json
+31 −0 _IBC/cosmoshub-dymension.json
+31 −0 _IBC/dydx-evmos.json
+31 −0 _IBC/dymension-kava.json
+31 −0 _IBC/dymension-osmosis.json
+32 −0 _IBC/furya-noble.json
+32 −0 _IBC/humans-osmosis.json
+17 −0 _IBC/migaloo-secretnetwork.json
+19 −2 _IBC/secretnetwork-terra2.json
+74 −1 _non-cosmos/ethereum/assetlist.json
+1 −0 _non-cosmos/ethereum/images/ox.svg
+0 −0 _scripts/remove-stale-endpoints.py
+22 −0 andromeda/chain.json
+0 −8 arkh/chain.json
+1 −5 assetmantle/chain.json
+1 −17 aura/chain.json
+42 −1 axelar/assetlist.json
+1 −1 bandchain/chain.json
+12 −10 bitcanna/chain.json
+22 −0 bitsong/chain.json
+1 −5 bluzelle/chain.json
+4 −12 bostrom/chain.json
+12 −0 celestia/chain.json
+1 −41 chain4energy/chain.json
+2 −12 cifer/chain.json
+9 −2 commercionetwork/chain.json
+2 −18 composable/chain.json
+4 −11 conscious/chain.json
+5 −29 cosmoshub/chain.json
+1 −1 decentr/chain.json
+33 −0 dymension/assetlist.json
+125 −0 dymension/chain.json
+ dymension/images/dymension-logo.png
+3 −0 dymension/images/dymension-logo.svg
+17 −15 evmos/chain.json
+0 −8 fetchhub/chain.json
+1 −29 gitopia/chain.json
+1 −9 haqq/chain.json
+23 −25 humans/chain.json
+41 −0 injective/assetlist.json
+1 −25 injective/chain.json
+1 −9 irisnet/chain.json
+1 −9 jackal/chain.json
+30 −21 juno/chain.json
+1 −9 konstellation/chain.json
+17 −7 kujira/chain.json
+1 −1 lumenx/chain.json
+54 −8 lumnetwork/chain.json
+1 −5 mises/chain.json
+4 −16 neutron/chain.json
+1 −9 nois/chain.json
+1 −9 nolus/chain.json
+3 −7 nomic/chain.json
+1 −5 odin/chain.json
+1 −1 oraichain/chain.json
+10 −14 osmosis/chain.json
+ osmosis/images/injective.GLTO.png
+5 −5 passage/chain.json
+60 −6 persistence/chain.json
+23 −1 provenance/chain.json
+25 −12 quicksilver/chain.json
+1 −9 realio/chain.json
+0 −16 rebus/chain.json
+22 −0 shentu/chain.json
+1 −13 sommelier/chain.json
+16 −3 source/chain.json
+1 −1 stargaze/chain.json
+ stargaze/images/gaze.png
+2 −2 stargaze/images/gaze.svg
+1 −17 starname/chain.json
+1 −9 stratos/chain.json
+4 −8 stride/chain.json
+1 −9 tenet/chain.json
+1 −17 teritori/chain.json
+1 −10 terpnetwork/chain.json
+0 −8 terra/chain.json
+28 −1 terra2/assetlist.json
+1 −9 terra2/chain.json
+ terra2/images/DNA.png
+32 −0 testnets/_IBC/axelartestnet-lavatestnet2.json
+32 −0 testnets/_IBC/lavatestnet2-osmosistestnet.json
+3 −3 testnets/coreumtestnet/chain.json
+27 −80 testnets/hypersigntestnet/chain.json
+4 −4 testnets/neutrontestnet/assetlist.json
+ testnets/neutrontestnet/images/neutron.png
+12 −6 testnets/neutrontestnet/images/neutron.svg
+ testnets/neutrontestnet/images/ntrn.png
+20 −0 testnets/neutrontestnet/images/ntrn.svg
+1 −9 uptick/chain.json
+1 −1 vidulum/chain.json
Loading

0 comments on commit 8969b74

Please sign in to comment.