Skip to content

Commit

Permalink
Merge pull request #3 from comdex-official/feeCurrencies
Browse files Browse the repository at this point in the history
Fee currencies
  • Loading branch information
dheerajkd30 authored Mar 1, 2024
2 parents 248abd8 + 95f8e77 commit f1e0e9d
Show file tree
Hide file tree
Showing 54 changed files with 806 additions and 152 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ jobs:
AWS_REGION: us-west-2
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- run: yarn ts-node src/cms.ts
env:
WEBFLOW_TOKEN: ${{ secrets.WEBFLOW_TOKEN }}
WEBFLOW_COLLECTION_ID: ${{ secrets.WEBFLOW_COLLECTION_ID }}

9 changes: 5 additions & 4 deletions cosmos/Neutaro.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"rest": "http://api.neutaro.tech:1317/",
"nodeProvider": {
"name": "Neutaro",
"email": "[email protected]"
"email": "[email protected]",
"website":"https://neutaro.com/"
},
"bip44": {
"coinType": 118
Expand All @@ -21,14 +22,14 @@
},
"currencies": [
{
"coinDenom": "neutaro",
"coinDenom": "NTMPI",
"coinMinimalDenom": "uneutaro",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "neutaro",
"coinDenom": "NTMPI",
"coinMinimalDenom": "uneutaro",
"coinDecimals": 6,
"gasPriceStep": {
Expand All @@ -39,7 +40,7 @@
}
],
"stakeCurrency": {
"coinDenom": "neutaro",
"coinDenom": "NTMPI",
"coinMinimalDenom": "uneutaro",
"coinDecimals": 6
},
Expand Down
61 changes: 61 additions & 0 deletions cosmos/Oraichain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"rpc": "https://rpc.orai.io",
"rest": "http://lcd.orai.io",
"nodeProvider": {
"name": "Oraichain",
"email": "[email protected]",
"website": "https://orai.io/"
},
"chainId": "Oraichain",
"chainName": "Oraichain",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Oraichain/chain.png",
"bech32Config": {
"bech32PrefixAccPub": "oraipub",
"bech32PrefixValPub": "oraivaloperpub",
"bech32PrefixAccAddr": "orai",
"bech32PrefixConsPub": "oraivalconspub",
"bech32PrefixValAddr": "oraivaloper",
"bech32PrefixConsAddr": "oraivalcons"
},
"bip44": {
"coinType": 118
},
"stakeCurrency": {
"coinDenom": "ORAI",
"coinDecimals": 6,
"coinMinimalDenom": "orai",
"coinGeckoId": "oraichain-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Oraichain/orai.png"
},
"currencies": [
{
"coinDenom": "ORAI",
"coinDecimals": 6,
"coinMinimalDenom": "orai",
"coinGeckoId": "oraichain-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Oraichain/orai.png"
},
{
"coinDenom": "ORAIX",
"coinDecimals": 6,
"coinMinimalDenom": "factory/orai1lus0f0rhx8s03gdllx2n6vhkmf0536dv57wfge/oraix",
"coinGeckoId": "oraidex",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Oraichain/factory/orai1lus0f0rhx8s03gdllx2n6vhkmf0536dv57wfge/oraix.png"
}
],
"feeCurrencies": [
{
"coinDenom": "ORAI",
"coinDecimals": 6,
"coinMinimalDenom": "orai",
"coinGeckoId": "oraichain-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Oraichain/orai.png",
"gasPriceStep": {
"low": 0.003,
"average": 0.005,
"high": 0.007
}
}
],
"features": ["cosmwasm"]
}
6 changes: 3 additions & 3 deletions cosmos/archway.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"coinGeckoId": "archway",
"coinMinimalDenom": "aarch",
"gasPriceStep": {
"low": 1000000000000,
"average": 1500000000000,
"high": 2000000000000
"low": 140000000000,
"average": 196000000000,
"high": 225400000000
},
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/archway/aarch.png"
}
Expand Down
6 changes: 3 additions & 3 deletions cosmos/bbn-test.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chainId": "bbn-test-2",
"chainId": "bbn-test-3",
"chainName": "Babylon Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-test/chain.png",
"rpc": "https://rpc.testnet.babylonchain.io",
"rest": "https://lcd.testnet.babylonchain.io",
"rpc": "https://rpc.testnet3.babylonchain.io",
"rest": "https://lcd.testnet3.babylonchain.io",
"nodeProvider": {
"name": "Babylonchain",
"email": "[email protected]",
Expand Down
51 changes: 51 additions & 0 deletions cosmos/berberis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"rpc": "https://rpc-berberis.hedgeblock.io",
"rest": "https://lcd-berberis.hedgeblock.io",
"nodeProvider": {
"name": "Hedge",
"email": "[email protected]",
"website": "https://www.hedgeblock.io/"
},
"chainId": "berberis-1",
"chainName": "Hedge (Testnet)",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/berberis/chain.png",
"bech32Config": {
"bech32PrefixAccAddr": "hedge",
"bech32PrefixAccPub": "hedgepub",
"bech32PrefixValAddr": "hedgevaloper",
"bech32PrefixValPub": "hedgevaloperpub",
"bech32PrefixConsAddr": "hedgevalcons",
"bech32PrefixConsPub": "hedgevalconspub"
},
"bip44": {
"coinType": 118
},
"stakeCurrency": {
"coinDenom": "hedge",
"coinDecimals": 6,
"coinMinimalDenom": "uhedge",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/berberis/berberis.png"
},
"currencies": [
{
"coinDenom": "hedge",
"coinDecimals": 6,
"coinMinimalDenom": "uhedge",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/berberis/berberis.png"
}
],
"feeCurrencies": [
{
"coinDenom": "hedge",
"coinDecimals": 6,
"coinMinimalDenom": "uhedge",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/berberis/berberis.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"features": ["cosmwasm"]
}
6 changes: 3 additions & 3 deletions cosmos/carbon.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
"coinDecimals": 8,
"coinGeckoId": "switcheo",
"gasPriceStep": {
"low": 33.3333333333334,
"average": 33.3333333333334,
"high": 33.3333333333334
"low": 100,
"average": 100,
"high": 100
}
},
{
Expand Down
163 changes: 80 additions & 83 deletions cosmos/chihuahua.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,86 @@
{
"chainId": "chihuahua-1",
"chainName": "Chihuahua v1.2",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/chain.png",
"rpc": "https://rpc.chihuahua.wtf:443/",
"rest": "https://api.chihuahua.wtf:443/",
"nodeProvider": {
"name": "Chihuahua Node",
"email": "[email protected]",
"website":"https://www.chihuahua.wtf"
"chainId": "chihuahua-1",
"chainName": "Chihuahua",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/chain.png",
"rpc": "https://rpc-chihuahua.keplr.app",
"rest": "https://lcd-chihuahua.keplr.app",
"stakeCurrency": {
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/chain.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "chihuahua",
"bech32PrefixAccPub": "chihuahuapub",
"bech32PrefixValAddr": "chihuahuavaloper",
"bech32PrefixValPub": "chihuahuavaloperpub",
"bech32PrefixConsAddr": "chihuahuavalcons",
"bech32PrefixConsPub": "chihuahuavalconspub"
},
"currencies": [
{
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/chain.png"
},
"stakeCurrency": {
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token"
{
"coinDenom": "BADDOG",
"coinMinimalDenom": "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat.png"
},
"bip44": {
"coinType": 118
{
"coinDenom": "WOOF",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/woof.png"
},
"bech32Config": {
"bech32PrefixAccAddr": "chihuahua",
"bech32PrefixAccPub": "chihuahuapub",
"bech32PrefixValAddr": "chihuahuavaloper",
"bech32PrefixValPub": "chihuahuavaloperpub",
"bech32PrefixConsAddr": "chihuahuavalcons",
"bech32PrefixConsPub": "chihuahuavalconspub"
{
"coinDenom": "TACOS",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/tacos.png"
},
"currencies": [
{
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/chain.png"
},
{
"coinDenom": "BADDOG",
"coinMinimalDenom": "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat.png"
},
{
"coinDenom": "WOOF",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/woof.png"
},
{
"coinDenom": "TACOS",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/tacos.png"
},
{
"coinDenom": "WEED",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/weed.png"
},
{
"coinDenom": "BDOG",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/bdog.png"
},
{
"coinDenom": "CORSO",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/corso.png"
}
],
"feeCurrencies": [{
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token",
"gasPriceStep": {
"low": 500,
"average": 1250,
"high": 2000
}
}],
"features": [
"cosmwasm"
],
"walletUrlForStaking": "https://chihuahua.omniflix.co/stake"
{
"coinDenom": "WEED",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/weed.png"
},
{
"coinDenom": "BDOG",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/bdog.png"
},
{
"coinDenom": "CORSO",
"coinMinimalDenom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/corso.png"
}
],
"feeCurrencies": [
{
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/chihuahua/chain.png",
"gasPriceStep": {
"low": 500,
"average": 1250,
"high": 2000
}
}
],
"features": ["cosmwasm"],
"walletUrlForStaking": "https://wallet.keplr.app/chains/chihuahua"
}
Loading

0 comments on commit f1e0e9d

Please sign in to comment.