Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Highbury_710-1 #240

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-1.22.2.cjs
42 changes: 15 additions & 27 deletions cosmos/highbury_710.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
"email": "[email protected]",
"website":"https://fury.black/"
},
"bip44": {
"stakeCurrency": {
"coinDenom": "FURY",
"coinMinimalDenom": "ufury",
"coinDecimals": 6,
"coinGeckoId": "fanfury",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/highbury_710/ufury.png"
},
"walletUrl": "https://wallet.keplr.app/chains/highbury",
"walletUrlForStaking": "https://wallet.keplr.app/chains/highbury",
"bip44": {
"coinType": 459
},
"alternativeBIP44s": [
Expand All @@ -32,17 +41,6 @@
"coinDecimals": 6,
"coinGeckoId": "fanfury",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/highbury_710/ufury.png"
},
{
"coinDenom": "JINXY",
"coinMinimalDenom": "jinxy",
"coinDecimals": 6
},
{
"coinDenom": "JINX",
"coinMinimalDenom": "jinx",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/highbury_710/ujinx.png"
}
],
"feeCurrencies": [
Expand All @@ -53,21 +51,11 @@
"coinGeckoId": "fanfury",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/highbury_710/ufury.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
"low": 0.05,
"average": 0.1,
"high": 0.25
}
}
],
"stakeCurrency": {
"coinDenom": "FURY",
"coinMinimalDenom": "ufury",
"coinDecimals": 6,
"coinGeckoId": "fanfury",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/highbury_710/ufury.png"
},
"features": [
"eth-address-gen",
"eth-key-sign"
]
}
"features": ["authz-msg-revoke-fixed"]
}
Loading