Skip to content

Commit

Permalink
added hive key to terra classic mainnet and testnet chains
Browse files Browse the repository at this point in the history
  • Loading branch information
echel0n-HX committed Sep 7, 2023
1 parent b3e6a4b commit 0568928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
chainID: 'columbus-5',
lcd: 'https://lcd.terraclassic.community',
api: 'https://api.terraclassic.community',
hive: 'https://hive.terraclassic.community/graphql',
gasAdjustment: 5,
gasPrices: {
uluna: 28.325,
Expand Down
1 change: 1 addition & 0 deletions chains/testnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
chainID: 'rebel-2',
lcd: 'https://lcd.hexxagon.dev',
api: 'https://api.hexxagon.dev',
hive: 'https://hive.terraclassic.community/graphql',
gasAdjustment: 5,
gasPrices: {
uluna: 28.325,
Expand Down

0 comments on commit 0568928

Please sign in to comment.