Skip to content

Commit

Permalink
use simple repo
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Apr 3, 2023
1 parent 52de377 commit 671050f
Show file tree
Hide file tree
Showing 1,157 changed files with 33,885 additions and 159,174 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

741 changes: 741 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# framework

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Type Support for `.vue` Imports in TS

TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:

1. Disable the built-in TypeScript Extension
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```
604 changes: 604 additions & 0 deletions auto-imports.d.ts

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions chains/mainnet/8ball.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"chain_name": "8ball",
"coingecko": "",
"api": [
"https://rest.8ball.info",
"https://api-8ball.nodeist.net"

],
"rpc": [
"https://rpc.8ball.info",
"https://rpc-8ball.nodeist.net"
],
"snapshot_provider": "",
"coin_type": "118",
"sdk_version": "0.46.8",
"addr_prefix": "8ball",
"logo": "/logos/8ball.png",
"assets": [
{
"base": "uebl",
"symbol": "EBL",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/8ball.png"
}
]
}
34 changes: 34 additions & 0 deletions chains/mainnet/agoric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"chain_name": "agoric",
"api": [
"https://agoric-api.polkachu.com",
"https://api-agoric.nodes.guru",
"https://agoric.stakesystems.io",
"https://agoric-lcd.stakely.io",
"https://api.agoric.nodestake.top",
"https://agoric.api.kjnodes.com"
],
"rpc": ["https://main.rpc.agoric.net:443", "https://main.rpc.agoric.net:443", "https://rpc.agoric.nodestake.top", "https://agoric.rpc.kjnodes.com:443"],
"snapshot_provider": "",
"sdk_version": "0.45.4",
"coin_type": "564",
"min_tx_fee": "8000",
"assets": [
{
"base": "ubld",
"symbol": "BLD",
"exponent": "6",
"coingecko_id": "agoric",
"logo": "/logos/agoric-bld.svg"
},
{
"base": "uist",
"symbol": "IST",
"exponent": "6",
"coingecko_id": "",
"logo": ""
}
],
"addr_prefix": "agoric",
"logo": "/logos/agoric.png"
}
19 changes: 19 additions & 0 deletions chains/mainnet/akash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "akash",
"alias": "akash-network",
"api": ["https://api-akash-ia.cosmosia.notional.ventures/", "https://akash-api.polkachu.com", "https://akash.c29r3.xyz:443/api", "https://akash.api.ping.pub"],
"rpc": ["https://rpc-akash-ia.cosmosia.notional.ventures/", "https://akash-rpc.polkachu.com/", "http://rpc.akash.forbole.com:80", "http://akashsentry01.skynetvalidators.com:26657"],
"snapshot_provider": "",
"sdk_version": "0.45.4",
"coin_type": "118",
"min_tx_fee": "8000",
"assets": [{
"base": "uakt",
"symbol": "AKT",
"exponent": "6",
"coingecko_id": "akash-network",
"logo": "/logos/akash-network.png"
}],
"addr_prefix": "akash",
"logo": "/logos/akash-network.png"
}
19 changes: 19 additions & 0 deletions chains/mainnet/aura.json.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "aura",
"coingecko": "aura-network",
"api": ["https://lcd.euphoria.aura.network"],
"rpc": ["https://snapshot-1.euphoria.aura.network:443","https://snapshot-2.euphoria.aura.network:443"],
"snapshot_provider": "[email protected]:26656,[email protected]:26656",
"sdk_version": "0.45.6",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "eaura",
"logo": "/logos/aura.png",
"assets": [{
"base": "ueaura",
"symbol": "AURA",
"exponent": "6",
"coingecko_id": "aura-network",
"logo": "/logos/aura.png"
}]
}
60 changes: 60 additions & 0 deletions chains/mainnet/axelar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"chain_name": "axelar",
"api": ["https://api-axelar-ia.cosmosia.notional.ventures", "https://lcd-axelar.imperator.co", "https://axelar-lcd.quickapi.com", "https://axelar-api.polkachu.com", "https://axelar-lcd.qubelabs.io", "https://axelar-rest.chainode.tech", "https://axelar-lcd.quantnode.tech", "https://api-1.axelar.nodes.guru:443"],
"rpc": ["https://rpc-axelar-ia.cosmosia.notional.ventures:443", "https://rpc-axelar.imperator.co:443", "https://axelar-rpc.quickapi.com:443", "https://axelar-rpc.pops.one:443", "https://axelar-rpc.chainode.tech:443", "https://axelar-rpc.polkachu.com:443"],
"snapshot_provider": "",
"sdk_version": "0.45.6",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "axelar",
"logo": "/logos/axelar.svg",
"assets": [{
"base": "uaxl",
"symbol": "AXL",
"exponent": "6",
"coingecko_id": "axelar",
"logo": "/logos/axelar.svg"
}, {
"base": "uusdc",
"symbol": "axlUSDC",
"exponent": "6",
"coingecko_id": "usd-coin",
"logo": "/logos/usdc.svg"
}, {
"base": "uusdt",
"symbol": "axlUSDT",
"exponent": "6",
"coingecko_id": "tether",
"logo": "/logos/usdt.svg"
}, {
"base": "dai-wei",
"symbol": "axlDAI",
"exponent": "18",
"coingecko_id": "dai",
"logo": "/logos/dai.svg"
}, {
"base": "weth-wei",
"symbol": "axlWETH",
"exponent": "18",
"coingecko_id": "ethereum",
"logo": "/logos/weth.svg"
}, {
"base": "wmatic-wei",
"symbol": "axlWMATIC",
"exponent": "18",
"coingecko_id": "matic-network",
"logo": "/logos/wmatic.svg"
}, {
"base": "wavax-wei",
"symbol": "axlWAVAX",
"exponent": "18",
"coingecko_id": "avalanche-2",
"logo": "/logos/wavax.svg"
}, {
"base": "dot-planck",
"symbol": "axlDOT",
"exponent": "10",
"coingecko_id": "polkadot",
"logo": "/logos/dot.svg"
}]
}
19 changes: 19 additions & 0 deletions chains/mainnet/band.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "band",
"alias": "band-protocol",
"api": "https://laozi1.bandchain.org/api",
"rpc": ["http://rpc.laozi1.bandchain.org:80", "http://rpc.laozi1.bandchain.org:80"],
"snapshot_provider": "",
"addr_prefix": "band",
"coin_type": "494",
"min_tx_fee": "8000",
"assets": [{
"base": "uband",
"symbol": "BAND",
"exponent": "6",
"coingecko_id": "band-protocol",
"logo": "/logos/band-protocol.svg"
}],
"logo": "/logos/band-protocol.svg",
"sdk_version": "0.45.8"
}
19 changes: 19 additions & 0 deletions chains/mainnet/beezee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "beezee",
"coingecko": "bzedge",
"api": ["https://rest.getbze.com"],
"rpc": ["https://rpc-1.getbze.com:443","https://rpc-2.getbze.com:443"],
"snapshot_provider": ["[email protected]:26656"],
"sdk_version": "0.45.9",
"coin_type": "370",
"min_tx_fee": "8000",
"addr_prefix": "bze",
"logo": "/logos/beezee.png",
"assets": [{
"base": "ubze",
"symbol": "BZE",
"exponent": "6",
"coingecko_id": "bzedge",
"logo": "/logos/beezee.png"
}]
}
19 changes: 19 additions & 0 deletions chains/mainnet/bitcanna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "bitcanna",
"coingecko": "bitcanna",
"api": ["https://api-bitcanna-ia.cosmosia.notional.ventures", "https://bitcanna-api.polkachu.com", "https://lcd.bitcanna.io"],
"rpc": ["https://rpc-bitcanna-ia.cosmosia.notional.ventures:443", "https://bitcanna-rpc.polkachu.com:443", "https://rpc.bitcanna.io:443"],
"snapshot_provider": "[email protected]:26656",
"sdk_version": "0.45.10",
"coin_type": "118",
"min_tx_fee": "420",
"assets": [{
"base": "ubcna",
"symbol": "BCNA",
"exponent": "6",
"coingecko_id": "bitcanna",
"logo": "/logos/bitcanna.svg"
}],
"addr_prefix": "bcna",
"logo": "/logos/bitcanna.svg"
}
18 changes: 18 additions & 0 deletions chains/mainnet/bitsong.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain_name": "bitsong",
"coingecko": "bitsong",
"api": ["https://api-bitsong-ia.cosmosia.notional.ventures", "https://lcd.explorebitsong.com"],
"rpc": ["https://rpc-bitsong-ia.cosmosia.notional.ventures:443", "https://rpc-bitsong.itastakers.com:443","https://rpc-bitsong.itastakers.com:443"],
"addr_prefix": "bitsong",
"coin_type": "639",
"min_tx_fee": "5000",
"logo": "/logos/bitsong.svg",
"sdk_version": "0.45.6",
"assets": [{
"base": "ubtsg",
"symbol": "BTSG",
"exponent": "6",
"coingecko_id": "bitsong",
"logo": "/logos/bitsong.svg"
}]
}
19 changes: 19 additions & 0 deletions chains/mainnet/bostrom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "bostrom",
"coingecko": "",
"api": "https://lcd.bostrom.cybernode.ai",
"rpc": ["https://rpc.bostrom.cybernode.ai:443", "https://rpc.bostrom.cybernode.ai:443"],
"snapshot_provider": "",
"sdk_version": "0.44.3",
"coin_type": "118",
"min_tx_fee": "5000",
"addr_prefix": "bostrom",
"logo": "/logos/bostrom.png",
"assets": [{
"base": "boot",
"symbol": "BOOT",
"exponent": "0",
"coingecko_id": "",
"logo": "/logos/bostrom.png"
}]
}
18 changes: 18 additions & 0 deletions chains/mainnet/canto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain_name": "canto",
"api": ["https://canto-api.polkachu.com","https://api.canto.nodestake.top"],
"rpc": ["https://canto-rpc.polkachu.com:443","https://rpc.canto.nodestake.top"],
"snapshot_provider": "",
"sdk_version": "0.45.6",
"coin_type": "60",
"min_tx_fee": "800",
"addr_prefix": "canto",
"logo": "/logos/canto.png",
"assets": [
{
"base": "acanto",
"symbol": "CANTO",
"exponent": "18"
}
]
}
24 changes: 24 additions & 0 deletions chains/mainnet/carbon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"chain_name": "carbon",
"coingecko": "switcheo",
"api": "https://api.carbon.network",
"rpc": ["https://tm-api.carbon.network"],
"snapshot_provider": "",
"sdk_version": "0.45.2",
"coin_type": "118",
"min_tx_fee": "100000000",
"addr_prefix": "swth",
"logo": "/logos/carbon.svg",
"sign_opts": {
"keplr": {
"preferNoSetFee": true
}
},
"assets": [{
"base": "swth",
"symbol": "SWTH",
"exponent": "8",
"coingecko_id": "switcheo",
"logo": "/logos/carbon.svg"
}]
}
19 changes: 19 additions & 0 deletions chains/mainnet/celestia.json.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "celestia",
"coingecko": "",
"api": "https://celestia-api.skynetvalidators.com",
"rpc": [],
"snapshot_provider": "",
"sdk_version": "0.44.0",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "celestia",
"logo": "/logos/celestia.png",
"assets": [{
"base": "celes",
"symbol": "CELES",
"exponent": "0",
"coingecko_id": "",
"logo": "/logos/celestia.png"
}]
}
Loading

0 comments on commit 671050f

Please sign in to comment.