Skip to content

Commit

Permalink
Merge pull request #182 from terra-money/ST-627-add-archway
Browse files Browse the repository at this point in the history
feat: add archway
  • Loading branch information
terencelimzhengwei authored Aug 28, 2023
2 parents 414ef10 + 380c026 commit faf043e
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 104 deletions.
35 changes: 35 additions & 0 deletions chains/mainnet/archway.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module.exports = {
chainID: 'archway-1',
lcd: 'https://api.mainnet.archway.io',
gasAdjustment: 1.75,
gasPrices: { aarch: 1500000000000 },
prefix: 'archway',
coinType: '118',
baseAsset: 'aarch',
name: 'Archway',
icon: process.env.CF_PAGES_URL + '/img/chains/Archway.png',
ibc: {},
channels: {
'axelar-dojo-1': 'channel-13',
'cosmoshub-4': 'channel-0',
'kaiyo-1': 'channel-11',
'osmosis-1': 'channel-1',
'juno-1': 'channel-15',
'crescent-1': 'channel-6',
},
explorer: {
address: 'https://www.mintscan.io/archway/account/{}',
tx: 'https://www.mintscan.io/archway/txs/{}',
validator: 'https://www.mintscan.io/archway/validators/{}',
block: 'https://www.mintscan.io/archway/blocks/id/{}',
},
tokens: [
{
token: 'aarch',
symbol: 'ARCH',
name: 'Archway',
icon: process.env.CF_PAGES_URL + '/img/coins/Aarch.png',
decimals: 18,
},
],
}
1 change: 1 addition & 0 deletions chains/mainnet/axelar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'comdex-1': 'channel-31',
'stride-1': 'channel-64',
'pacific-1': 'channel-103',
'archway-1': 'channel-111',
},
explorer: {
address: 'https://www.mintscan.io/axelar/account/{}',
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/cosmoshub.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'osmosis-1': 'channel-141',
'stride-1': 'channel-391',
'pacific-1': 'channel-584',
'archway-1': 'channel-623',
'noble-1': 'channel-536',
'stafihub-1': 'channel-369',
},
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/crescent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'mars-1': 'channel-35',
'osmosis-1': 'channel-9',
'stride-1': 'channel-29',
'archway-1': 'channel-65',
'noble-1': 'channel-38',
},
explorer: {
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/juno.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'crescent-1': 'channel-81',
'osmosis-1': 'channel-0',
'stride-1': 'channel-139',
'archway-1': 'channel-290',
'noble-1': 'channel-224',
},
icsChannels: {
Expand Down
209 changes: 105 additions & 104 deletions chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
@@ -1,104 +1,105 @@
module.exports = {
chainID: 'kaiyo-1',
lcd: 'https://kujira-api.polkachu.com',
gasAdjustment: 1.75,
gasPrices: {
ukuji: 0.00119,
'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986': 0.000625,
'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F': 0.0015,
'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2': 0.000125,
'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23': 0.00126,
//'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2': 78492936,
//'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7': 964351,
/*
'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07': 0.00652,
'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10': 617283951,
'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5': 0.000288,
'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5': 0.00137,
'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602': 0.0488,
*/
},
prefix: 'kujira',
coinType: '118',
baseAsset: 'ukuji',
name: 'Kujira',
icon: process.env.CF_PAGES_URL + '/img/chains/Kujira.png',
ibc: {
fromTerra: 'channel-10',
toTerra: 'channel-5',
icsFromTerra: {
contract:
'terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
toTerra: 'channel-36',
fromTerra: 'channel-28',
},
},
channels: {
'phoenix-1': 'channel-5',
'axelar-dojo-1': 'channel-9',
'carbon-1': 'channel-46',
'akashnet-2': 'channel-64',
'cosmoshub-4': 'channel-0',
'crescent-1': 'channel-67',
'mars-1': 'channel-55',
'migaloo-1': 'channel-58',
'osmosis-1': 'channel-3',
'stride-1': 'channel-35',
'noble-1': 'channel-62',
'stafihub-1': 'channel-63',
},
alliance: true,
explorer: {
address: 'https://finder.kujira.network/kaiyo-1/address/{}',
tx: 'https://finder.kujira.network/kaiyo-1/tx/{}',
validator: 'https://blue.kujira.network/stake/{}',
block: 'https://finder.kujira.network/kaiyo-1/block/{}',
},
tokens: [
{
token: 'ukuji',
symbol: 'KUJI',
name: 'Kujira',
icon: process.env.CF_PAGES_URL + '/img/coins/Kuji.svg',
decimals: 6,
},
{
token:
'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
symbol: 'USK',
name: 'USK',
icon: process.env.CF_PAGES_URL + '/img/coins/USK.svg',
decimals: 6,
},
{
token:
'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
symbol: 'ampKUJI',
name: 'ERIS Amplified KUJI',
icon: process.env.CF_PAGES_URL + '/img/coins/ampKUJI.svg',
decimals: 6,
},
{
token: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
symbol: 'LOCAL',
name: 'Local Money',
icon: process.env.CF_PAGES_URL + '/img/coins/Local.png',
decimals: 6,
},
{
token:
'factory/kujira13y8hs83sk0la7na2w5g5nzrnjjpnkvmd7e87yd35g8dcph7dn0ksenay2a/ulp',
symbol: 'LP KUJI-ATOM',
name: 'LP KUJI-ATOM',
icon: '',
decimals: 6,
},
{
token: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
symbol: 'MNTA',
name: 'MNTA',
icon: '',
decimals: 6,
},
],
}
module.exports = {
chainID: 'kaiyo-1',
lcd: 'https://kujira-api.polkachu.com',
gasAdjustment: 1.75,
gasPrices: {
ukuji: 0.00119,
'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986': 0.000625,
'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F': 0.0015,
'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2': 0.000125,
'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23': 0.00126,
//'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2': 78492936,
//'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7': 964351,
/*
'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07': 0.00652,
'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10': 617283951,
'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5': 0.000288,
'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5': 0.00137,
'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602': 0.0488,
*/
},
prefix: 'kujira',
coinType: '118',
baseAsset: 'ukuji',
name: 'Kujira',
icon: process.env.CF_PAGES_URL + '/img/chains/Kujira.png',
ibc: {
fromTerra: 'channel-10',
toTerra: 'channel-5',
icsFromTerra: {
contract:
'terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
toTerra: 'channel-43',
fromTerra: 'channel-34',
},
},
channels: {
'phoenix-1': 'channel-5',
'axelar-dojo-1': 'channel-9',
'carbon-1': 'channel-46',
'akashnet-2': 'channel-64',
'cosmoshub-4': 'channel-0',
'crescent-1': 'channel-67',
'mars-1': 'channel-55',
'migaloo-1': 'channel-58',
'osmosis-1': 'channel-3',
'stride-1': 'channel-35',
'archway-1': 'channel-99',
'noble-1': 'channel-62',
'stafihub-1': 'channel-63',
},
alliance: true,
explorer: {
address: 'https://www.mintscan.io/kujira/account/{}',
tx: 'https://www.mintscan.io/kujira/txs/{}',
validator: 'https://www.mintscan.io/kujira/validators/{}',
block: 'https://www.mintscan.io/kujira/blocks/id/{}',
},
tokens: [
{
token: 'ukuji',
symbol: 'KUJI',
name: 'Kujira',
icon: process.env.CF_PAGES_URL + '/img/coins/Kuji.svg',
decimals: 6,
},
{
token:
'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
symbol: 'USK',
name: 'USK',
icon: process.env.CF_PAGES_URL + '/img/coins/USK.svg',
decimals: 6,
},
{
token:
'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
symbol: 'ampKUJI',
name: 'ERIS Amplified KUJI',
icon: process.env.CF_PAGES_URL + '/img/coins/ampKUJI.svg',
decimals: 6,
},
{
token: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
symbol: 'LOCAL',
name: 'Local Money',
icon: process.env.CF_PAGES_URL + '/img/coins/Local.png',
decimals: 6,
},
{
token:
'factory/kujira13y8hs83sk0la7na2w5g5nzrnjjpnkvmd7e87yd35g8dcph7dn0ksenay2a/ulp',
symbol: 'LP KUJI-ATOM',
name: 'LP KUJI-ATOM',
icon: '',
decimals: 6,
},
{
token: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
symbol: 'MNTA',
name: 'MNTA',
icon: '',
decimals: 6,
},
],
}
1 change: 1 addition & 0 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'mars-1': 'channel-557',
'migaloo-1': 'channel-642',
'stride-1': 'channel-326',
'archway-1': 'channel-1429',
'neutron-1': 'channel-874',
'noble-1': 'channel-750',
},
Expand Down
Binary file added img/chains/Archway.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/Aarch.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 faf043e

Please sign in to comment.