-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: archway --------- Co-authored-by: worrex <[email protected]>
- Loading branch information
1 parent
1229aa5
commit f67ac10
Showing
15 changed files
with
222 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +0,0 @@ | ||
#!/usr/bin/env sh | ||
if [ -z "$husky_skip_init" ]; then | ||
debug () { | ||
if [ "$HUSKY_DEBUG" = "1" ]; then | ||
echo "husky (debug) - $1" | ||
fi | ||
} | ||
|
||
readonly hook_name="$(basename -- "$0")" | ||
debug "starting $hook_name..." | ||
|
||
if [ "$HUSKY" = "0" ]; then | ||
debug "HUSKY env variable is set to 0, skipping hook" | ||
exit 0 | ||
fi | ||
|
||
if [ -f ~/.huskyrc ]; then | ||
debug "sourcing ~/.huskyrc" | ||
. ~/.huskyrc | ||
fi | ||
|
||
readonly husky_skip_init=1 | ||
export husky_skip_init | ||
sh -e "$0" "$@" | ||
exitCode="$?" | ||
|
||
if [ $exitCode != 0 ]; then | ||
echo "husky - $hook_name hook exited with code $exitCode (error)" | ||
fi | ||
|
||
if [ $exitCode = 127 ]; then | ||
echo "husky - command not found in PATH=$PATH" | ||
fi | ||
|
||
exit $exitCode | ||
fi | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"whale_lair": "archway1a2hawz66n3nuh8964t0kw6yvcvqww2rnucsvacga2g4360nxs2tsyzftg8", | ||
"incentive_factory": "archway1wc6wu89rl42fhyru4gff7jwy5cf3m0qz22yn7szvt8ac3m8al3rsp68vug", | ||
"fee_distributor": "archway19sd5pzm9davt53735nc020ewemtw8dq5znp4sdtynlwmveqy3jfqltvnws", | ||
"frontend_helper": "archway1yuxk5envmnvn8c36gakhzd650jsfjpj5pf5vm3wa0uf4ltj3r6hqzdp8dg", | ||
"whale_base_token": { | ||
"name": "WHALE", | ||
"denom": "ibc/3FED3F9CE7B16BDCB7920FECEC085F8FA58E21C0EAB99703E4B816E5F666E3B9", | ||
"decimals": 6 | ||
}, | ||
"bonding_tokens": [ | ||
{ | ||
"id": "eris-amplified-whale", | ||
"chain_id": "archway-1", | ||
"token_address": "ibc/6F78565CB5D0A8E854A4AD895B0881D0067F9147E5A56DC015EAC3476D9E17E4", | ||
"symbol": "ampWHALE", | ||
"name": "ampWHALE", | ||
"decimals": 6, | ||
"logoURI": "/logos/ampWhale.svg", | ||
"tags": [ | ||
"native" | ||
], | ||
"native": true, | ||
"denom": "ibc/6F78565CB5D0A8E854A4AD895B0881D0067F9147E5A56DC015EAC3476D9E17E4" | ||
}, | ||
{ | ||
"id": "backbone-labs-staked-whale", | ||
"chain_id": "archway-1", | ||
"token_address": "ibc/DD9FFDD2E0B4EE93EBFD1C433501A008C8B7593DAB158944AE6C990500788D05", | ||
"symbol": "bWHALE", | ||
"name": "bWHALE", | ||
"decimals": 6, | ||
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png", | ||
"tags": [ | ||
"native" | ||
], | ||
"native": true, | ||
"denom": "ibc/DD9FFDD2E0B4EE93EBFD1C433501A008C8B7593DAB158944AE6C990500788D05" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"name": "Pools list on mainnet", | ||
"logoURI": "/img/logo.svg", | ||
"keywords": [ | ||
"special tokens" | ||
], | ||
"tags": { | ||
"ProjectName": { | ||
"name": "White Whale", | ||
"description": "Tokens that are listed on Project" | ||
} | ||
}, | ||
"timestamp": "2024-01-23T15:01:19+0000", | ||
"base_token": { | ||
"id": "archway", | ||
"chain_id": "archway-1", | ||
"token_address": "", | ||
"symbol": "ARCH", | ||
"name": "Archway", | ||
"decimals": 18, | ||
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg", | ||
"tags": [ | ||
"native" | ||
], | ||
"native": true, | ||
"denom": "aarch" | ||
}, | ||
"routerAddress": "archway1y0eyqu78q8zz93swaplvg90la0qkk0fueht3yxu6huc96yktrmcqntwe67", | ||
"pools": [ | ||
{ | ||
"pool_id": "bARCH-ARCH", | ||
"lpOrder": [ | ||
"bARCH", | ||
"ARCH" | ||
], | ||
"assetOrder": [ | ||
"bARCH", | ||
"ARCH" | ||
], | ||
"displayName": "bARCH-ARCH", | ||
"displayLogo1": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/barch.png", | ||
"displayLogo2": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg", | ||
"pool_assets": [ | ||
{ | ||
"id": "", | ||
"chain_id": "archway-1", | ||
"token_address": "archway17e3z7cr6d29uj54k4ucs6dtqvlxsxhwnwzetqgnp6zeu40cvq7dsd8q60x", | ||
"symbol": "bARCH", | ||
"name": "bARCH", | ||
"decimals": 18, | ||
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/barch.png", | ||
"tags": [ | ||
"" | ||
], | ||
"native": false, | ||
"denom": "archway17e3z7cr6d29uj54k4ucs6dtqvlxsxhwnwzetqgnp6zeu40cvq7dsd8q60x" | ||
}, | ||
{ | ||
"id": "archway", | ||
"chain_id": "archway-1", | ||
"token_address": "aarch", | ||
"symbol": "ARCH", | ||
"name": "ARCH", | ||
"decimals": 18, | ||
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg", | ||
"tags": [ | ||
"native" | ||
], | ||
"native": true, | ||
"denom": "aarch" | ||
} | ||
], | ||
"lp_token": "archway1a2xz3c9cfjnf6u3ave0q76mkcm50pdcjqt68hasxkw0ys23h9vfq8wsv6x", | ||
"swap_address": "archway19lcq9nsssqplxly8uxnjnlmkz8sy42cpd2d0wnjhcp64r795qdqq0re2x3", | ||
"staking_address": "", | ||
"rewards_tokens": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"factory": "archway132netq0uv85fqfq9dln93qy3gpukhzytk344u2a6phukmfa02c6qud97lr", | ||
"vaults": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.