Skip to content

Commit

Permalink
Merge pull request #244 from terra-money/feat/add-stargaze
Browse files Browse the repository at this point in the history
feat: add stargaze
  • Loading branch information
mwmerz authored Dec 21, 2023
2 parents e547b16 + f92668e commit facbe14
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 2 deletions.
1 change: 1 addition & 0 deletions chains/mainnet/carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
"kaiyo-1": "channel-9",
"osmosis-1": "channel-0",
"stafihub-1": "channel-13",
"stargaze-1": "channel-15",
},
explorer: {
address: "https://scan.carbon.network/account/{}?net=main",
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/crescent.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'archway-1': 'channel-65',
'noble-1': 'channel-38',
'injective-1': 'channel-23',
'stargaze-1': 'channel-21',
},
explorer: {
address: 'https://www.mintscan.io/crescent/account/{}',
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/juno.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'stride-1': 'channel-139',
'archway-1': 'channel-290',
'noble-1': 'channel-224',
'stargaze-1': 'channel-20',
},
icsChannels: {
'phoenix-1': {
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'neutron-1': 'channel-75',
'injective-1': 'channel-54',
'dydx-mainnet-1': 'channel-118',
'stargaze-1': 'channel-7',
},
alliance: true,
explorer: {
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'mars-1': 'channel-16',
'kaiyo-1': 'channel-3',
'phoenix-1': 'channel-25',
'stargaze-1': 'channel-18',
},
icsChannels: {
},
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/noble.js.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'osmosis-1': 'channel-1',
'kaiyo-1': 'channel-2',
'dydx-mainnet-1': 'channel-33',
'stargaze-1': 'channel-11',
},
explorer: {
address: 'https://www.mintscan.io/noble/account/{}',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ module.exports = {
'noble-1': 'channel-750',
'pacific-1': 'channel-782',
'injective-1': 'channel-122',
celestia: 'channel-6994',
'celestia': 'channel-6994',
'dydx-mainnet-1': 'channel-6787',
'stargaze-1': 'channel-75',
},
explorer: {
address: 'https://www.mintscan.io/osmosis/account/{}',
Expand Down
65 changes: 65 additions & 0 deletions chains/mainnet/stargaze.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
module.exports = {
chainID: 'stargaze-1',
lcd: 'https://lcd-stargaze.tfl.foundation',
gasAdjustment: 1.5,
gasPrices: { ustars: 1 },
prefix: 'stars',
coinType: '118',
baseAsset: 'ustars',
name: 'Stargaze',
icon: process.env.CF_PAGES_URL + '/img/chains/Stargaze.svg',
channels: {
'phoenix-1': 'channel-266',
'carbon-1': 'channel-123',
'crescent-1': 'channel-51',
'juno-1': 'channel-5',
'kaiyo-1': 'channel-49',
'neutron-1': 'channel-191',
// 'noble-1': 'channel-204',
'osmosis-1': 'channel-0',
'stride-1': 'channel-106',
},
explorer: {
address: 'https://www.mintscan.io/stargaze/account/{}',
tx: 'https://www.mintscan.io/stargaze/txs/{}',
validator: 'https://www.mintscan.io/stargaze/validators/{}',
block: 'https://www.mintscan.io/stargaze/blocks/id/{}',
},
tokens: [
{
token: 'ustars',
symbol: 'STARS',
name: 'Stargaze',
icon: process.env.CF_PAGES_URL + '/img/coins/Stargaze.svg',
decimals: 6,
},
{
token: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust',
symbol: 'STRDST',
name: 'Stardust STRDST',
icon: process.env.CF_PAGES_URL + '/img/coins/dust.png',
decimals: 6,
},
{
token: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH',
symbol: 'BRNCH',
name: 'Branch',
icon: process.env.CF_PAGES_URL + '/img/coins/brnch.png',
decimals: 6,
},
{
token: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE',
symbol: 'GAZE',
name: 'Gaze GAZE',
icon: process.env.CF_PAGES_URL + '/img/coins/gaze.png',
decimals: 6,
},
{
token: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH',
symbol: 'OHH',
name: 'ohhVAULT ohh',
icon: process.env.CF_PAGES_URL + '/img/coins/ohh.png',
decimals: 6,
},
],
}
1 change: 1 addition & 0 deletions chains/mainnet/stride.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'pacific-1': 'channel-149',
'injective-1': 'channel-6',
'dydx-mainnet-1': 'channel-160',
'stargaze-1': 'channel-19',
},
explorer: {
address: 'https://www.mintscan.io/stride/account/{}',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module.exports = {
'neutron-1': 'channel-229',
'injective-1': 'channel-255',
'dydx-mainnet-1': 'channel-299',
'celestia': 'channel-300',
celestia: 'channel-300',
'stargaze-1': 'channel-324',
},
icsChannels: {
'carbon-1': {
Expand Down
Binary file added img/chains/Stargaze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/Stargaze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/brnch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/dust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/gaze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/ohh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit facbe14

Please sign in to comment.