Skip to content

Commit

Permalink
feat: add ixoswap indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Ixo committed Sep 9, 2024
1 parent 3fb1f5d commit 18e4c6d
Show file tree
Hide file tree
Showing 14 changed files with 940 additions and 33 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ IPFS_SERVICE_MAPPING="https://devnet-blocksync.ixo.earth/api/ipfs/"

# entity module contract address to check cosmwasm events to index
ENTITY_MODULE_CONTRACT_ADDRESS="ixo14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sqa3vn7"

# if want to use a static chainId, so when wana skip the rpc call to get the chainId
STATIC_CHAIN_ID=pandora-8
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"cors": "2.8.5",
"cron": "2.3.1",
"dataloader": "2.2.2",
"decimal.js": "^10.4.3",
"dotenv": "16.0.3",
"express": "4.18.2",
"express-rate-limit": "6.7.0",
Expand Down
Loading

0 comments on commit 18e4c6d

Please sign in to comment.