Skip to content

Commit

Permalink
Add injective.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 26, 2024
1 parent 0db2d81 commit 11f27af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 18 additions & 3 deletions contracts/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
},
"phoenix-1": {
"chain_name": "neutron",
"chain_prefix": "neutron",
"chain_fee_denom": "untrn",
"chain_name": "terra2",
"chain_prefix": "terra",
"chain_fee_denom": "uluna",
"chain_transfer_channel_ids": {
"osmosis-1": "channel-10"
},
Expand All @@ -30,6 +30,21 @@
"pair": {
"src": "contracts/astroport_pair.wasm"
}
},
"injective-1": {
"chain_name": "injective",
"chain_prefix": "inj",
"chain_fee_denom": "inj",
"chain_transfer_channel_ids": {
"osmosis-1": "channel-10"
},
"directory": {
"address": "inj19aenkaj6qhymmt746av8ck4r8euthq3zmxr2r6",
"src": "contracts/astroport_factory.wasm"
},
"pair": {
"src": "contracts/astroport_pair.wasm"
}
}
},
"osmosis": {
Expand Down
4 changes: 4 additions & 0 deletions net_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"noble-1": {
"http": ["https://lcd.mainnet.noble.strange.love"],
"grpc": ["grpc+http://noble-grpc.polkachu.com:21590"]
},
"injective-1": {
"http": ["https://injective-rest.publicnode.com"],
"grpc": ["grpc+https://injective-grpc.publicnode.com:443"]
}
}

0 comments on commit 11f27af

Please sign in to comment.