diff --git a/.github/workflows/validate_assets.yml b/.github/workflows/validate_assets.yml new file mode 100644 index 0000000..c9f5425 --- /dev/null +++ b/.github/workflows/validate_assets.yml @@ -0,0 +1,15 @@ +on: + pull_request: + branches: + - main +name: Pull request workflow +jobs: + validate_assetlists: + name: Validate Assets + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Validate assets + run: ./validate-assets.sh diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index f19d679..3ac1ad6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Evmos Chain and Token Registry -Welcome to Evmos Chain and Token Registry. Here you will find the requirements for submitting chain network and token registration. Please insure the Pull Request has chainConfig file and any token(s). The token contract will not be available until the governance passes. Please query this field on `https://api.evmos.org/#/Query/TokenPairs` and match the IBC fields. +Welcome to Evmos Chain and Token Registry. Here you will find the requirements for submitting chain network and token registration. Please insure the Pull Request has chainConfig file and any token(s). The token contract will not be available until the governance passes. Please query this field on `https://api.evmos.org/#/Query/TokenPairs` and match the IBC fields. -There are two folders: `tokens` and `chainConfig`. Inside `chainConfig`, network details should be filled out for mainnet and testnet (if available). We will be pulling from the Cosmos Chain Config repo for the RPC, REST, and GRPC/JSON-RPC located [here](https://github.com/cosmos/chain-registry). Please make sure the listings on the Cosmos Chain Registry is up to date. Additionally, if there are any fields (rpc, etc.) has high reliability, please feel free to list them as the first element in the array. Be advise that certain field do have minimums, like RESTs. Feel free to reach out to let us know if certain endpoint has no indexer or other restrictions. +There are two folders: `tokens` and `chainConfig`. Inside `chainConfig`, network details should be filled out for mainnet and testnet (if available). We will be pulling from the Cosmos Chain Config repo for the RPC, REST, and GRPC/JSON-RPC located [here](https://github.com/cosmos/chain-registry). Please make sure the listings on the Cosmos Chain Registry is up to date. Additionally, if there are any fields (rpc, etc.) has high reliability, please feel free to list them as the first element in the array. Be advise that certain field do have minimums, like RESTs. Feel free to reach out to let us know if certain endpoint has no indexer or other restrictions. -To query for `clientId` field for `chainConfig` take a look at the IBC Relayer page on [Mintscan](https://www.mintscan.io/evmos/relayers) Evmos. +To query for `clientId` field for `chainConfig` take a look at the IBC Relayer page on [Mintscan](https://www.mintscan.io/evmos/relayers) Evmos. As for the `tokens` folder, each token should have its own JSON file and governance proposal. All fields should be filled. Once the governance proposal passes, the PR will be merged to `main` around one business day. diff --git a/assets/chainConfig/axelar.png b/assets/chainConfig/axelar.png new file mode 100644 index 0000000..1664e1f Binary files /dev/null and b/assets/chainConfig/axelar.png differ diff --git a/assets/chainConfig/axelar.svg b/assets/chainConfig/axelar.svg new file mode 100644 index 0000000..6ab79b7 --- /dev/null +++ b/assets/chainConfig/axelar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/chainConfig/comdex.png b/assets/chainConfig/comdex.png new file mode 100644 index 0000000..bc3f777 Binary files /dev/null and b/assets/chainConfig/comdex.png differ diff --git a/assets/chainConfig/comdex.svg b/assets/chainConfig/comdex.svg new file mode 100644 index 0000000..7e7f0fb --- /dev/null +++ b/assets/chainConfig/comdex.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/chainConfig/cosmoshub.png b/assets/chainConfig/cosmoshub.png new file mode 100644 index 0000000..54e15f0 Binary files /dev/null and b/assets/chainConfig/cosmoshub.png differ diff --git a/assets/chainConfig/cosmoshub.svg b/assets/chainConfig/cosmoshub.svg new file mode 100644 index 0000000..b1839a4 --- /dev/null +++ b/assets/chainConfig/cosmoshub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/chainConfig/crescent.png b/assets/chainConfig/crescent.png new file mode 100644 index 0000000..f8faffa Binary files /dev/null and b/assets/chainConfig/crescent.png differ diff --git a/assets/chainConfig/crescent.svg b/assets/chainConfig/crescent.svg new file mode 100644 index 0000000..8b23a29 --- /dev/null +++ b/assets/chainConfig/crescent.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/chainConfig/emoney.png b/assets/chainConfig/emoney.png new file mode 100644 index 0000000..17cc228 Binary files /dev/null and b/assets/chainConfig/emoney.png differ diff --git a/assets/chainConfig/emoney.svg b/assets/chainConfig/emoney.svg new file mode 100644 index 0000000..3273860 --- /dev/null +++ b/assets/chainConfig/emoney.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/chainConfig/evmos.png b/assets/chainConfig/evmos.png new file mode 100644 index 0000000..859715a Binary files /dev/null and b/assets/chainConfig/evmos.png differ diff --git a/assets/chainConfig/evmos.svg b/assets/chainConfig/evmos.svg new file mode 100644 index 0000000..71fb149 --- /dev/null +++ b/assets/chainConfig/evmos.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/chainConfig/gravitybridge.png b/assets/chainConfig/gravitybridge.png new file mode 100644 index 0000000..5a9b50e Binary files /dev/null and b/assets/chainConfig/gravitybridge.png differ diff --git a/assets/chainConfig/gravitybridge.svg b/assets/chainConfig/gravitybridge.svg new file mode 100644 index 0000000..1174cd4 --- /dev/null +++ b/assets/chainConfig/gravitybridge.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/chainConfig/injective.png b/assets/chainConfig/injective.png new file mode 100644 index 0000000..d385d84 Binary files /dev/null and b/assets/chainConfig/injective.png differ diff --git a/assets/chainConfig/injective.svg b/assets/chainConfig/injective.svg new file mode 100644 index 0000000..41daa25 --- /dev/null +++ b/assets/chainConfig/injective.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/chainConfig/juno.png b/assets/chainConfig/juno.png new file mode 100644 index 0000000..c5deb63 Binary files /dev/null and b/assets/chainConfig/juno.png differ diff --git a/assets/chainConfig/juno.svg b/assets/chainConfig/juno.svg new file mode 100644 index 0000000..9a3c803 --- /dev/null +++ b/assets/chainConfig/juno.svg @@ -0,0 +1,43 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/assets/chainConfig/kava.png b/assets/chainConfig/kava.png new file mode 100644 index 0000000..0651020 Binary files /dev/null and b/assets/chainConfig/kava.png differ diff --git a/assets/chainConfig/kava.svg b/assets/chainConfig/kava.svg new file mode 100644 index 0000000..6033073 --- /dev/null +++ b/assets/chainConfig/kava.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/assets/chainConfig/kujira.png b/assets/chainConfig/kujira.png new file mode 100644 index 0000000..3f73ff1 Binary files /dev/null and b/assets/chainConfig/kujira.png differ diff --git a/assets/chainConfig/kujira.svg b/assets/chainConfig/kujira.svg new file mode 100644 index 0000000..10e815b --- /dev/null +++ b/assets/chainConfig/kujira.svg @@ -0,0 +1,9 @@ + + + kuji + + + + + + \ No newline at end of file diff --git a/assets/chainConfig/noble.png b/assets/chainConfig/noble.png new file mode 100644 index 0000000..be3d3a0 Binary files /dev/null and b/assets/chainConfig/noble.png differ diff --git a/assets/chainConfig/noble.svg b/assets/chainConfig/noble.svg new file mode 100644 index 0000000..d4e4dc2 --- /dev/null +++ b/assets/chainConfig/noble.svg @@ -0,0 +1 @@ + diff --git a/assets/chainConfig/osmosis.png b/assets/chainConfig/osmosis.png new file mode 100644 index 0000000..532464e Binary files /dev/null and b/assets/chainConfig/osmosis.png differ diff --git a/assets/chainConfig/quicksilver.png b/assets/chainConfig/quicksilver.png new file mode 100644 index 0000000..274788e Binary files /dev/null and b/assets/chainConfig/quicksilver.png differ diff --git a/assets/chainConfig/quicksilver.svg b/assets/chainConfig/quicksilver.svg new file mode 100644 index 0000000..abb740f --- /dev/null +++ b/assets/chainConfig/quicksilver.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/chainConfig/regen.png b/assets/chainConfig/regen.png new file mode 100644 index 0000000..7374751 Binary files /dev/null and b/assets/chainConfig/regen.png differ diff --git a/assets/chainConfig/regen.svg b/assets/chainConfig/regen.svg new file mode 100644 index 0000000..0158c1d --- /dev/null +++ b/assets/chainConfig/regen.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/chainConfig/stargaze.png b/assets/chainConfig/stargaze.png new file mode 100644 index 0000000..2d6a4b7 Binary files /dev/null and b/assets/chainConfig/stargaze.png differ diff --git a/assets/chainConfig/stargaze.svg b/assets/chainConfig/stargaze.svg new file mode 100644 index 0000000..c5940bc --- /dev/null +++ b/assets/chainConfig/stargaze.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/chainConfig/stride.png b/assets/chainConfig/stride.png new file mode 100644 index 0000000..c52d3f8 Binary files /dev/null and b/assets/chainConfig/stride.png differ diff --git a/assets/chainConfig/stride.svg b/assets/chainConfig/stride.svg new file mode 100644 index 0000000..68d1e18 --- /dev/null +++ b/assets/chainConfig/stride.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/chainConfig/teritori.png b/assets/chainConfig/teritori.png new file mode 100644 index 0000000..ddd363c Binary files /dev/null and b/assets/chainConfig/teritori.png differ diff --git a/assets/chainConfig/teritori.svg b/assets/chainConfig/teritori.svg new file mode 100644 index 0000000..13b6e8a --- /dev/null +++ b/assets/chainConfig/teritori.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/chainConfig/wormhole.png b/assets/chainConfig/wormhole.png new file mode 100644 index 0000000..24eebe4 Binary files /dev/null and b/assets/chainConfig/wormhole.png differ diff --git a/assets/chainConfig/wormhole.svg b/assets/chainConfig/wormhole.svg new file mode 100644 index 0000000..2233feb --- /dev/null +++ b/assets/chainConfig/wormhole.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/tokens/ATOM.png b/assets/tokens/ATOM.png new file mode 100644 index 0000000..54e15f0 Binary files /dev/null and b/assets/tokens/ATOM.png differ diff --git a/assets/tokens/ATOM.svg b/assets/tokens/ATOM.svg new file mode 100644 index 0000000..b1839a4 --- /dev/null +++ b/assets/tokens/ATOM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/tokens/AXL.png b/assets/tokens/AXL.png new file mode 100644 index 0000000..f26e966 Binary files /dev/null and b/assets/tokens/AXL.png differ diff --git a/assets/tokens/AXL.svg b/assets/tokens/AXL.svg new file mode 100644 index 0000000..c3e8d0b --- /dev/null +++ b/assets/tokens/AXL.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/tokens/CMDX.png b/assets/tokens/CMDX.png new file mode 100644 index 0000000..bc3f777 Binary files /dev/null and b/assets/tokens/CMDX.png differ diff --git a/assets/tokens/CMDX.svg b/assets/tokens/CMDX.svg new file mode 100644 index 0000000..7e7f0fb --- /dev/null +++ b/assets/tokens/CMDX.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/tokens/CMST.png b/assets/tokens/CMST.png new file mode 100644 index 0000000..d029666 Binary files /dev/null and b/assets/tokens/CMST.png differ diff --git a/assets/tokens/CMST.svg b/assets/tokens/CMST.svg new file mode 100644 index 0000000..0799fa4 --- /dev/null +++ b/assets/tokens/CMST.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/tokens/CRE.png b/assets/tokens/CRE.png new file mode 100644 index 0000000..f8faffa Binary files /dev/null and b/assets/tokens/CRE.png differ diff --git a/assets/tokens/CRE.svg b/assets/tokens/CRE.svg new file mode 100644 index 0000000..8b23a29 --- /dev/null +++ b/assets/tokens/CRE.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/tokens/EEUR.png b/assets/tokens/EEUR.png new file mode 100644 index 0000000..352521b Binary files /dev/null and b/assets/tokens/EEUR.png differ diff --git a/assets/tokens/EEUR.svg b/assets/tokens/EEUR.svg new file mode 100644 index 0000000..d869054 --- /dev/null +++ b/assets/tokens/EEUR.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/tokens/EVMOS.png b/assets/tokens/EVMOS.png new file mode 100644 index 0000000..859715a Binary files /dev/null and b/assets/tokens/EVMOS.png differ diff --git a/assets/tokens/EVMOS.svg b/assets/tokens/EVMOS.svg new file mode 100644 index 0000000..71fb149 --- /dev/null +++ b/assets/tokens/EVMOS.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/tokens/GRAV.png b/assets/tokens/GRAV.png new file mode 100644 index 0000000..5a9b50e Binary files /dev/null and b/assets/tokens/GRAV.png differ diff --git a/assets/tokens/GRAV.svg b/assets/tokens/GRAV.svg new file mode 100644 index 0000000..1174cd4 --- /dev/null +++ b/assets/tokens/GRAV.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/tokens/INJ.png b/assets/tokens/INJ.png new file mode 100644 index 0000000..ca93d26 Binary files /dev/null and b/assets/tokens/INJ.png differ diff --git a/assets/tokens/JUNO.png b/assets/tokens/JUNO.png new file mode 100644 index 0000000..c5deb63 Binary files /dev/null and b/assets/tokens/JUNO.png differ diff --git a/assets/tokens/JUNO.svg b/assets/tokens/JUNO.svg new file mode 100644 index 0000000..9a3c803 --- /dev/null +++ b/assets/tokens/JUNO.svg @@ -0,0 +1,43 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/assets/tokens/KAVA.png b/assets/tokens/KAVA.png new file mode 100644 index 0000000..0651020 Binary files /dev/null and b/assets/tokens/KAVA.png differ diff --git a/assets/tokens/KAVA.svg b/assets/tokens/KAVA.svg new file mode 100644 index 0000000..6033073 --- /dev/null +++ b/assets/tokens/KAVA.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/assets/tokens/NEOK.png b/assets/tokens/NEOK.png new file mode 100644 index 0000000..5d72235 Binary files /dev/null and b/assets/tokens/NEOK.png differ diff --git a/assets/tokens/OSMO.png b/assets/tokens/OSMO.png new file mode 100644 index 0000000..5d8603c Binary files /dev/null and b/assets/tokens/OSMO.png differ diff --git a/assets/tokens/OSMO.svg b/assets/tokens/OSMO.svg new file mode 100644 index 0000000..395eadd --- /dev/null +++ b/assets/tokens/OSMO.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/tokens/QCK.png b/assets/tokens/QCK.png new file mode 100644 index 0000000..274788e Binary files /dev/null and b/assets/tokens/QCK.png differ diff --git a/assets/tokens/QCK.svg b/assets/tokens/QCK.svg new file mode 100644 index 0000000..abb740f --- /dev/null +++ b/assets/tokens/QCK.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/tokens/REGEN.png b/assets/tokens/REGEN.png new file mode 100644 index 0000000..b6edc43 Binary files /dev/null and b/assets/tokens/REGEN.png differ diff --git a/assets/tokens/STARS.png b/assets/tokens/STARS.png new file mode 100644 index 0000000..c496c8b Binary files /dev/null and b/assets/tokens/STARS.png differ diff --git a/assets/tokens/STRD.png b/assets/tokens/STRD.png new file mode 100644 index 0000000..c52d3f8 Binary files /dev/null and b/assets/tokens/STRD.png differ diff --git a/assets/tokens/STRD.svg b/assets/tokens/STRD.svg new file mode 100644 index 0000000..68d1e18 --- /dev/null +++ b/assets/tokens/STRD.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/tokens/TASHI.png b/assets/tokens/TASHI.png new file mode 100644 index 0000000..b47037c Binary files /dev/null and b/assets/tokens/TASHI.png differ diff --git a/assets/tokens/TASHI.svg b/assets/tokens/TASHI.svg new file mode 100644 index 0000000..4d1c2f3 --- /dev/null +++ b/assets/tokens/TASHI.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/tokens/TORI.png b/assets/tokens/TORI.png new file mode 100644 index 0000000..6bae8e8 Binary files /dev/null and b/assets/tokens/TORI.png differ diff --git a/assets/tokens/USDC.png b/assets/tokens/USDC.png new file mode 100644 index 0000000..c48486e Binary files /dev/null and b/assets/tokens/USDC.png differ diff --git a/assets/tokens/USDC.svg b/assets/tokens/USDC.svg new file mode 100644 index 0000000..bcec782 --- /dev/null +++ b/assets/tokens/USDC.svg @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/assets/tokens/axlDAI.png b/assets/tokens/axlDAI.png new file mode 100644 index 0000000..6e3510c Binary files /dev/null and b/assets/tokens/axlDAI.png differ diff --git a/assets/tokens/axlDAI.svg b/assets/tokens/axlDAI.svg new file mode 100644 index 0000000..75de373 --- /dev/null +++ b/assets/tokens/axlDAI.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/assets/tokens/axlPEPE.png b/assets/tokens/axlPEPE.png new file mode 100644 index 0000000..eaa5fb3 Binary files /dev/null and b/assets/tokens/axlPEPE.png differ diff --git a/assets/tokens/axlPEPE.svg b/assets/tokens/axlPEPE.svg new file mode 100644 index 0000000..34307de --- /dev/null +++ b/assets/tokens/axlPEPE.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/tokens/axlRETH.png b/assets/tokens/axlRETH.png new file mode 100644 index 0000000..d40c78e Binary files /dev/null and b/assets/tokens/axlRETH.png differ diff --git a/assets/tokens/axlUSDC.png b/assets/tokens/axlUSDC.png new file mode 100644 index 0000000..c48486e Binary files /dev/null and b/assets/tokens/axlUSDC.png differ diff --git a/assets/tokens/axlUSDC.svg b/assets/tokens/axlUSDC.svg new file mode 100644 index 0000000..bcec782 --- /dev/null +++ b/assets/tokens/axlUSDC.svg @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/assets/tokens/axlUSDT.png b/assets/tokens/axlUSDT.png new file mode 100644 index 0000000..fdc6f8c Binary files /dev/null and b/assets/tokens/axlUSDT.png differ diff --git a/assets/tokens/axlUSDT.svg b/assets/tokens/axlUSDT.svg new file mode 100644 index 0000000..e530822 --- /dev/null +++ b/assets/tokens/axlUSDT.svg @@ -0,0 +1 @@ +tether-usdt-logo \ No newline at end of file diff --git a/assets/tokens/axlWBTC.png b/assets/tokens/axlWBTC.png new file mode 100644 index 0000000..7410f61 Binary files /dev/null and b/assets/tokens/axlWBTC.png differ diff --git a/assets/tokens/axlWETH.png b/assets/tokens/axlWETH.png new file mode 100644 index 0000000..79096d2 Binary files /dev/null and b/assets/tokens/axlWETH.png differ diff --git a/assets/tokens/axlWSTETH.png b/assets/tokens/axlWSTETH.png new file mode 100644 index 0000000..bfb171a Binary files /dev/null and b/assets/tokens/axlWSTETH.png differ diff --git a/assets/tokens/gDAI.png b/assets/tokens/gDAI.png new file mode 100644 index 0000000..40e4ac9 Binary files /dev/null and b/assets/tokens/gDAI.png differ diff --git a/assets/tokens/gUSDC.png b/assets/tokens/gUSDC.png new file mode 100644 index 0000000..27255ed Binary files /dev/null and b/assets/tokens/gUSDC.png differ diff --git a/assets/tokens/gUSDT.png b/assets/tokens/gUSDT.png new file mode 100644 index 0000000..7367031 Binary files /dev/null and b/assets/tokens/gUSDT.png differ diff --git a/assets/tokens/gWBTC.png b/assets/tokens/gWBTC.png new file mode 100644 index 0000000..21f5eae Binary files /dev/null and b/assets/tokens/gWBTC.png differ diff --git a/assets/tokens/gWETH.png b/assets/tokens/gWETH.png new file mode 100644 index 0000000..4bbaa18 Binary files /dev/null and b/assets/tokens/gWETH.png differ diff --git a/assets/tokens/kavaUSDT.png b/assets/tokens/kavaUSDT.png new file mode 100644 index 0000000..36ff999 Binary files /dev/null and b/assets/tokens/kavaUSDT.png differ diff --git a/assets/tokens/qATOM.png b/assets/tokens/qATOM.png new file mode 100644 index 0000000..81372d9 Binary files /dev/null and b/assets/tokens/qATOM.png differ diff --git a/assets/tokens/qATOM.svg b/assets/tokens/qATOM.svg new file mode 100644 index 0000000..447dc1a --- /dev/null +++ b/assets/tokens/qATOM.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/tokens/qOSMO.png b/assets/tokens/qOSMO.png new file mode 100644 index 0000000..accffe0 Binary files /dev/null and b/assets/tokens/qOSMO.png differ diff --git a/assets/tokens/qOSMO.svg b/assets/tokens/qOSMO.svg new file mode 100644 index 0000000..01320f2 --- /dev/null +++ b/assets/tokens/qOSMO.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/tokens/stATOM.png b/assets/tokens/stATOM.png new file mode 100644 index 0000000..353240c Binary files /dev/null and b/assets/tokens/stATOM.png differ diff --git a/assets/tokens/stATOM.svg b/assets/tokens/stATOM.svg new file mode 100644 index 0000000..d5c56bf --- /dev/null +++ b/assets/tokens/stATOM.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/assets/tokens/stEVMOS.png b/assets/tokens/stEVMOS.png new file mode 100644 index 0000000..803e6a2 Binary files /dev/null and b/assets/tokens/stEVMOS.png differ diff --git a/assets/tokens/stEVMOS.svg b/assets/tokens/stEVMOS.svg new file mode 100644 index 0000000..d76d2c3 --- /dev/null +++ b/assets/tokens/stEVMOS.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/assets/tokens/stINJ.png b/assets/tokens/stINJ.png new file mode 100644 index 0000000..8485f57 Binary files /dev/null and b/assets/tokens/stINJ.png differ diff --git a/assets/tokens/stINJ.svg b/assets/tokens/stINJ.svg new file mode 100644 index 0000000..fa0d4c0 --- /dev/null +++ b/assets/tokens/stINJ.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/tokens/stJUNO.png b/assets/tokens/stJUNO.png new file mode 100644 index 0000000..12ed5f7 Binary files /dev/null and b/assets/tokens/stJUNO.png differ diff --git a/assets/tokens/stJUNO.svg b/assets/tokens/stJUNO.svg new file mode 100644 index 0000000..610c3c6 --- /dev/null +++ b/assets/tokens/stJUNO.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/tokens/stOSMO.png b/assets/tokens/stOSMO.png new file mode 100644 index 0000000..76bf867 Binary files /dev/null and b/assets/tokens/stOSMO.png differ diff --git a/assets/tokens/stOSMO.svg b/assets/tokens/stOSMO.svg new file mode 100644 index 0000000..cd1ed2d --- /dev/null +++ b/assets/tokens/stOSMO.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/tokens/stSTARS.png b/assets/tokens/stSTARS.png new file mode 100644 index 0000000..ed7d048 Binary files /dev/null and b/assets/tokens/stSTARS.png differ diff --git a/assets/tokens/stSTARS.svg b/assets/tokens/stSTARS.svg new file mode 100644 index 0000000..1e508d6 --- /dev/null +++ b/assets/tokens/stSTARS.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/assets/tokens/wormBTC.png b/assets/tokens/wormBTC.png new file mode 100644 index 0000000..3b118fb Binary files /dev/null and b/assets/tokens/wormBTC.png differ diff --git a/assets/tokens/wormETH.png b/assets/tokens/wormETH.png new file mode 100644 index 0000000..ed71697 Binary files /dev/null and b/assets/tokens/wormETH.png differ diff --git a/assets/tokens/wormSOL.png b/assets/tokens/wormSOL.png new file mode 100644 index 0000000..b5266a5 Binary files /dev/null and b/assets/tokens/wormSOL.png differ diff --git a/assets/tokens/wormUSDC.png b/assets/tokens/wormUSDC.png new file mode 100644 index 0000000..37f7eb8 Binary files /dev/null and b/assets/tokens/wormUSDC.png differ diff --git a/assets/tokens/wormUSDT.png b/assets/tokens/wormUSDT.png new file mode 100644 index 0000000..836a274 Binary files /dev/null and b/assets/tokens/wormUSDT.png differ diff --git a/chainConfig/axelar.json b/chainConfig/axelar.json index ffbd7ff..0a9deda 100644 --- a/chainConfig/axelar.json +++ b/chainConfig/axelar.json @@ -12,7 +12,7 @@ "configurations": [ { "chainId": "axelar-dojo-1", - "identifier": "Axelar", + "identifier": "axelar", "chainName": "Axelar", "clientId": "07-tendermint-69", "rest": [ @@ -49,7 +49,12 @@ "jsonRPC": ["https://axelar-mainnet-rpc.allthatnode.com:26657"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/axelar/txs" + "explorerTxUrl": "https://www.mintscan.io/axelar/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/axelar.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/axelar.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/chain.json" } ] } diff --git a/chainConfig/comdex.json b/chainConfig/comdex.json index a954c1a..1cf9e29 100644 --- a/chainConfig/comdex.json +++ b/chainConfig/comdex.json @@ -13,7 +13,7 @@ { "chainId": "comdex-1", "chainName": "Comdex", - "identifier": "Comdex", + "identifier": "comdex", "clientId": "07-tendermint-79", "rest": [ "https://rest.comdex.one", @@ -47,7 +47,12 @@ "jsonRPC": ["https://rpc.comdex.one"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/comdex/txs" + "explorerTxUrl": "https://www.mintscan.io/comdex/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/comdex.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/comdex.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/chain.json" } ] } diff --git a/chainConfig/cosmoshub.json b/chainConfig/cosmoshub.json index 9880cec..ef90a83 100644 --- a/chainConfig/cosmoshub.json +++ b/chainConfig/cosmoshub.json @@ -52,7 +52,12 @@ "jsonRPC": ["https://cosmoshub-rpc.stakely.io/"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/cosmos/txs" + "explorerTxUrl": "https://www.mintscan.io/cosmos/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/cosmoshub.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/cosmoshub.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/chain.json" } ] } diff --git a/chainConfig/crescent.json b/chainConfig/crescent.json index 5b11e1f..b019dad 100644 --- a/chainConfig/crescent.json +++ b/chainConfig/crescent.json @@ -13,7 +13,7 @@ { "chainId": "crescent-1", "chainName": "Crescent Network", - "identifier": "Crescent", + "identifier": "crescent", "clientId": "07-tendermint-38", "rest": [ "https://mainnet.crescent.network:1317", @@ -44,7 +44,12 @@ "jsonRPC": ["https://mainnet.crescent.network:26657/"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/crescent/txs" + "explorerTxUrl": "https://www.mintscan.io/crescent/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/crescent.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/crescent.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/chain.json" } ] } diff --git a/chainConfig/emoney.json b/chainConfig/emoney.json index cb3e27b..98d0070 100644 --- a/chainConfig/emoney.json +++ b/chainConfig/emoney.json @@ -13,7 +13,7 @@ { "chainId": "emoney-3", "chainName": "EMoney", - "identifier": "Emoney", + "identifier": "emoney", "clientId": "07-tendermint-75", "rest": [ "https://lcd-emoney.keplr.app", @@ -48,7 +48,12 @@ "jsonRPC": ["https://rpc-emoney.keplr.app"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/emoney/txs" + "explorerTxUrl": "https://www.mintscan.io/emoney/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/emoney.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/emoney.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/chain.json" } ] } diff --git a/chainConfig/evmos.json b/chainConfig/evmos.json index 0793b4c..d94d065 100644 --- a/chainConfig/evmos.json +++ b/chainConfig/evmos.json @@ -18,7 +18,7 @@ { "chainId": "evmos_9001-2", "chainName": "Evmos", - "identifier": "Evmos", + "identifier": "evmos", "clientId": "", "rest": [ "https://api-evmos-ia.cosmosia.notional.ventures", @@ -67,7 +67,12 @@ } ], "configurationType": "mainnet", - "explorerTxUrl": "https://escan.live/tx" + "explorerTxUrl": "https://escan.live/tx", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/evmos.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/evmos.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/chain.json" } ] } diff --git a/chainConfig/gravity.json b/chainConfig/gravitybridge.json similarity index 77% rename from chainConfig/gravity.json rename to chainConfig/gravitybridge.json index 0c62f5a..9f97fd9 100644 --- a/chainConfig/gravity.json +++ b/chainConfig/gravitybridge.json @@ -13,7 +13,7 @@ { "chainId": "gravity-bridge-3", "chainName": "Gravity Bridge", - "identifier": "Gravity", + "identifier": "gravitybridge", "clientId": "07-tendermint-3", "rest": [ "https://gravitychain.io:1317", @@ -44,7 +44,12 @@ "jsonRPC": ["https://gravitychain.io:26657/"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/gravity-bridge/txs" + "explorerTxUrl": "https://www.mintscan.io/gravity-bridge/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/gravitybridge.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/gravitybridge.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/chain.json" } ] } diff --git a/chainConfig/injective.json b/chainConfig/injective.json index 5391906..eba809e 100644 --- a/chainConfig/injective.json +++ b/chainConfig/injective.json @@ -40,7 +40,12 @@ "jsonRPC": ["https://tm.injective.network"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/injective/txs" + "explorerTxUrl": "https://www.mintscan.io/injective/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/injective.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/injective.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/chain.json" } ] } diff --git a/chainConfig/juno.json b/chainConfig/juno.json index fb4deac..a87f888 100644 --- a/chainConfig/juno.json +++ b/chainConfig/juno.json @@ -13,7 +13,7 @@ { "chainId": "juno-1", "chainName": "Juno", - "identifier": "Juno", + "identifier": "juno", "clientId": "07-tendermint-14", "rest": [ "https://lcd-juno.itastakers.com", @@ -47,7 +47,12 @@ "jsonRPC": ["https://rpc-juno.whispernode.com"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/juno/txs" + "explorerTxUrl": "https://www.mintscan.io/juno/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/juno.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/juno.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/chain.json" } ] } diff --git a/chainConfig/kava.json b/chainConfig/kava.json index 8c25f3d..1c70934 100644 --- a/chainConfig/kava.json +++ b/chainConfig/kava.json @@ -13,7 +13,7 @@ { "chainId": "kava_2222-10", "chainName": "Kava", - "identifier": "Kava", + "identifier": "kava", "clientId": "07-tendermint-113", "rest": [ "https://api-kava-ia.cosmosia.notional.ventures/", @@ -40,7 +40,12 @@ "jsonRPC": ["https://rpc.kava.io:443"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/kava/txs" + "explorerTxUrl": "https://www.mintscan.io/kava/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/kava.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/kava.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/chain.json" } ] } diff --git a/chainConfig/kujira.json b/chainConfig/kujira.json index de0ac34..eef3c34 100644 --- a/chainConfig/kujira.json +++ b/chainConfig/kujira.json @@ -13,7 +13,7 @@ { "chainId": "kaiyo-1", "chainName": "Kujira", - "identifier": "Kujira", + "identifier": "kujira", "clientId": "07-tendermint-53", "rest": [ "https://lcd.kaiyo.kujira.setten.io", @@ -59,7 +59,12 @@ "jsonRPC": ["https://rpc.kaiyo.kujira.setten.io"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://finder.kujira.network/kaiyo-1/tx" + "explorerTxUrl": "https://finder.kujira.network/kaiyo-1/tx", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/kujira.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/kujira.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/chain.json" } ] } diff --git a/chainConfig/noble.json b/chainConfig/noble.json index c004f91..ef074d5 100644 --- a/chainConfig/noble.json +++ b/chainConfig/noble.json @@ -38,7 +38,12 @@ "jsonRPC": ["https://noble-rpc.polkachu.com:443"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/noble/txs" + "explorerTxUrl": "https://www.mintscan.io/noble/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/noble.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/noble.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/chain.json" } ] } diff --git a/chainConfig/osmosis.json b/chainConfig/osmosis.json index bbc529a..4b245a6 100644 --- a/chainConfig/osmosis.json +++ b/chainConfig/osmosis.json @@ -13,7 +13,7 @@ { "chainId": "osmosis-1", "chainName": "Osmosis", - "identifier": "Osmosis", + "identifier": "osmosis", "clientId": "07-tendermint-0", "rest": [ "https://osmosis-lcd.quickapi.com:443", @@ -50,7 +50,11 @@ "jsonRPC": ["https://rpc-osmosis.blockapsis.com/"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/osmosis/txs" + "explorerTxUrl": "https://www.mintscan.io/osmosis/txs", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/osmosis.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/chain.json" } ] } diff --git a/chainConfig/quicksilver.json b/chainConfig/quicksilver.json index aa85d61..33881a5 100644 --- a/chainConfig/quicksilver.json +++ b/chainConfig/quicksilver.json @@ -13,7 +13,7 @@ { "chainId": "quicksilver-2", "chainName": "Quicksilver", - "identifier": "Quicksilver", + "identifier": "quicksilver", "rpc": ["https://quicksilver-rpc.polkachu.com:443"], "rest": [ "https://quicksilver-api.polkachu.com", @@ -40,7 +40,12 @@ "jsonRPC": ["https://quicksilver-rpc.polkachu.com:443"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/quicksilver/txs" + "explorerTxUrl": "https://www.mintscan.io/quicksilver/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/quicksilver.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/quicksilver.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/chain.json" } ] } diff --git a/chainConfig/regen.json b/chainConfig/regen.json index 608abb4..fd218a4 100644 --- a/chainConfig/regen.json +++ b/chainConfig/regen.json @@ -13,7 +13,7 @@ { "chainId": "regen-1", "chainName": "Regen Network", - "identifier": "Regen", + "identifier": "regen", "clientId": "07-tendermint-67", "rest": [ "https://rest-regen.ecostake.com", @@ -43,7 +43,12 @@ "jsonRPC": ["https://rpc-regen.ecostake.com"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/regen/txs" + "explorerTxUrl": "https://www.mintscan.io/regen/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/regen.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/regen.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/chain.json" } ] } diff --git a/chainConfig/stargaze.json b/chainConfig/stargaze.json index ea6804f..aba9f26 100644 --- a/chainConfig/stargaze.json +++ b/chainConfig/stargaze.json @@ -13,7 +13,7 @@ { "chainId": "stargaze-1", "chainName": "Stargaze", - "identifier": "Stargaze", + "identifier": "stargaze", "clientId": "07-tendermint-41", "rest": [ "https://rest.stargaze-apis.com", @@ -50,7 +50,12 @@ "jsonRPC": ["stargaze-grpc.polkachu.com:13790"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/stargaze/txs" + "explorerTxUrl": "https://www.mintscan.io/stargaze/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/stargaze.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/stargaze.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/chain.json" } ] } diff --git a/chainConfig/stride.json b/chainConfig/stride.json index 07c101c..f5e9c07 100644 --- a/chainConfig/stride.json +++ b/chainConfig/stride.json @@ -13,7 +13,7 @@ { "chainId": "stride-1", "chainName": "Stride", - "identifier": "Stride", + "identifier": "stride", "rpc": ["https://stride-rpc.polkachu.com:443"], "rest": [ "https://stride-api.polkachu.com", @@ -52,7 +52,12 @@ "jsonRPC": ["https://stride-rpc.polkachu.com:443"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/stride/txs" + "explorerTxUrl": "https://www.mintscan.io/stride/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/stride.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/stride.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/chain.json" } ] } diff --git a/chainConfig/teritori.json b/chainConfig/teritori.json index e94c1dc..6f85b6b 100644 --- a/chainConfig/teritori.json +++ b/chainConfig/teritori.json @@ -13,7 +13,7 @@ { "chainId": "teritori-1", "chainName": "Teritori", - "identifier": "Teritori", + "identifier": "teritori", "clientId": "07-tendermint-89", "rest": [ "https://teritori-api.lavenderfive.com:443", @@ -44,7 +44,12 @@ "jsonRPC": ["https://rpc.mainnet.teritori.com"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://www.mintscan.io/teritori/txs" + "explorerTxUrl": "https://www.mintscan.io/teritori/txs", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/teritori.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/teritori.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/chain.json" } ] } diff --git a/chainConfig/wormhole.json b/chainConfig/wormhole.json index c8b3cf0..5e11e2c 100644 --- a/chainConfig/wormhole.json +++ b/chainConfig/wormhole.json @@ -39,7 +39,12 @@ "jsonRPC": ["https://wormchain-rpc.quickapi.com:443"] }, "configurationType": "mainnet", - "explorerTxUrl": "https://bigdipper.live/wormhole/transactions" + "explorerTxUrl": "https://bigdipper.live/wormhole/transactions", + "img": { + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/wormhole.svg", + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/chainConfig/wormhole.png" + }, + "cosmosRegistryUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/chain.json" } ] } diff --git a/schema.chain.json b/schema.chain.json index 65d0a2e..320ea20 100644 --- a/schema.chain.json +++ b/schema.chain.json @@ -69,7 +69,8 @@ "rpc", "currencies", "source", - "configurationType" + "configurationType", + "img" ], "properties": { "chainId": { @@ -80,6 +81,22 @@ "type": "string", "description": "Global identifier to be used by both client and backend as default reference for the chain" }, + "img": { + "type": "object", + "required": ["png"], + "properties": { + "png": { + "type": "string", + "description": "Link to the chain logo", + "pattern": "^https://raw\\.githubusercontent\\.com/evmos/chain-token-registry/main/assets/chainConfig/.+\\.png$" + }, + "svg": { + "type": "string", + "description": "Link to the chain logo", + "pattern": "^https://raw\\.githubusercontent\\.com/evmos/chain-token-registry/main/assets/chainConfig/.+\\.svg$" + } + } + }, "chainName": { "type": "string", "description": "Name of the chain specific to the environment, i.e. Evmos Testnet" @@ -187,6 +204,10 @@ } } }, + "cosmosRegistryUrl": { + "type": "string", + "description": "Link to the Cosmos Registry" + }, "configurationType": { "type": "string", "enum": ["mainnet", "testnet"], diff --git a/schema.token.json b/schema.token.json index e532dc1..2d643ad 100644 --- a/schema.token.json +++ b/schema.token.json @@ -12,15 +12,21 @@ "type": "string", "description": "Minimal coin denom, i.e. satoshi for Bitcoin" }, - "imgSrc": { - "type": "string", - "description": "Link must be SVG link only. If this image is coming from Github, make sure it has a pattern of 'https://raw.githubusercontent.com/cosmos/chain-registry/master/${chain}/images/${coin}.svg' and the link directly opens the image only and not the site of Github with the image.", - "pattern": "^https:\\/\\/.+\\.svg$" - }, - "pngSrc": { - "type": "string", - "description": "Link must be png source. If this image is coming from Github, make sure it has a pattern of 'https://raw.githubusercontent.com/cosmos/chain-registry/master/${chain}/images/${coin}.png' and the link directly opens the image only and not the site of Github with the image.", - "pattern": "^https:\\/\\/.+\\.png$" + "img": { + "type": "object", + "required": ["png"], + "properties": { + "png": { + "type": "string", + "description": "Link must be png source. If this image is coming from Github, make sure it has a pattern of 'https://raw.githubusercontent.com/cosmos/chain-registry/master/${chain}/images/${coin}.png' and the link directly opens the image only and not the site of Github with the image.", + "pattern": "^https://raw\\.githubusercontent\\.com/evmos/chain-token-registry/main/assets/tokens/.+\\.png$" + }, + "svg": { + "type": "string", + "description": "Link must be SVG link only. If this image is coming from Github, make sure it has a pattern of 'https://raw.githubusercontent.com/cosmos/chain-registry/master/${chain}/images/${coin}.svg' and the link directly opens the image only and not the site of Github with the image.", + "pattern": "^https://raw\\.githubusercontent\\.com/evmos/chain-token-registry/main/assets/tokens/.+\\.svg$" + } + } }, "type": { "type": "string", @@ -126,7 +132,6 @@ "required": [ "coinDenom", "minCoinDenom", - "pngSrc", "type", "exponent", "cosmosDenom", diff --git a/tokens/ATOM.json b/tokens/ATOM.json index 6d8d43f..55aa9ba 100644 --- a/tokens/ATOM.json +++ b/tokens/ATOM.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "ATOM", "minCoinDenom": "uatom", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "cosmos", "category": "cosmos", - "coinSourcePrefix": "cosmos" + "coinSourcePrefix": "cosmos", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/ATOM.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/ATOM.svg" + } } diff --git a/tokens/AXL.json b/tokens/AXL.json index b046bb6..3169197 100644 --- a/tokens/AXL.json +++ b/tokens/AXL.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "AXL", "minCoinDenom": "uaxl", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/473351B37CC9D7BA7B247800EF04D255E442C4C9C93976E3631B190A8F3C5570", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "axelar", "category": "cosmos", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/AXL.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/AXL.svg" + } } diff --git a/tokens/CMDX.json b/tokens/CMDX.json index e2d34e8..5322b62 100644 --- a/tokens/CMDX.json +++ b/tokens/CMDX.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "CMDX", "minCoinDenom": "ucmdx", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/61DF64ADF65230540C14C63D64897BE08A3DC9A516A91425913F01240E2F432F", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "comdex", "category": "cosmos", - "coinSourcePrefix": "comdex" + "coinSourcePrefix": "comdex", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/CMDX.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/CMDX.svg" + } } diff --git a/tokens/CMST.json b/tokens/CMST.json index 2d99889..bc9c0f7 100644 --- a/tokens/CMST.json +++ b/tokens/CMST.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "CMST", "minCoinDenom": "ucmst", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/9EC8A1701813BB7B73BFED2496009ABB2C8BF187E6CDFA788D77F68E08BC05CD", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "composite", "category": "stablecoin", - "coinSourcePrefix": "comdex" + "coinSourcePrefix": "comdex", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/CMST.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/CMST.svg" + } } diff --git a/tokens/CRE.json b/tokens/CRE.json index c6e8f1c..4331780 100644 --- a/tokens/CRE.json +++ b/tokens/CRE.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "CRE", "minCoinDenom": "ucre", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/B5AB26FB63C08E1C14B91B4DDC15CA4FE59737052B4432D8A3B328B66F6FE7A1", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "crescent-network", "category": "cosmos", - "coinSourcePrefix": "cre" + "coinSourcePrefix": "cre", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/CRE.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/CRE.svg" + } } diff --git a/tokens/EEUR.json b/tokens/EEUR.json index f63b853..11aa322 100644 --- a/tokens/EEUR.json +++ b/tokens/EEUR.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "EEUR", "minCoinDenom": "eeur", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/AB40F54CC4BAF9C4FDB5CB5BDFC4D6CDB475BFE84BCEAF4F72F02EDAEED60F05", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "e-money-eur", "category": "stablecoin", - "coinSourcePrefix": "emoney" + "coinSourcePrefix": "emoney", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/EEUR.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/EEUR.svg" + } } diff --git a/tokens/EVMOS.json b/tokens/EVMOS.json index 633e617..922cbe3 100644 --- a/tokens/EVMOS.json +++ b/tokens/EVMOS.json @@ -1,9 +1,7 @@ { "$schema": "../schema.token.json", "coinDenom": "EVMOS", - "minCoinDenom": "EVMOS", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png", + "minCoinDenom": "aevmos", "type": "IBC", "exponent": "18", "cosmosDenom": "aevmos", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "evmos", "category": "cosmos", - "coinSourcePrefix": "evmos" + "coinSourcePrefix": "evmos", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/EVMOS.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/EVMOS.svg" + } } diff --git a/tokens/GRAV.json b/tokens/GRAV.json index 7512caa..f6b1504 100644 --- a/tokens/GRAV.json +++ b/tokens/GRAV.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "GRAV", "minCoinDenom": "ugraviton", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/7F0C2CB6E79CC36D29DA7592899F98E3BEFD2CF77A94340C317032A78812393D", @@ -20,5 +18,9 @@ "hideFromTestnet": true, "coingeckoId": "graviton", "category": "cosmos", - "coinSourcePrefix": "gravity" + "coinSourcePrefix": "gravity", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/GRAV.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/GRAV.svg" + } } diff --git a/tokens/INJ.json b/tokens/INJ.json index 9549f8e..b81f4fb 100644 --- a/tokens/INJ.json +++ b/tokens/INJ.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "INJ", "minCoinDenom": "inj", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/ADF401C952ADD9EE232D52C8303B8BE17FE7953C8D420F20769AF77240BD0C58", @@ -19,5 +18,8 @@ "hideFromTestnet": false, "coingeckoId": "injective-protocol", "category": "cosmos", - "coinSourcePrefix": "inj" + "coinSourcePrefix": "inj", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/INJ.png" + } } diff --git a/tokens/JUNO.json b/tokens/JUNO.json index 15e0363..09b37c8 100644 --- a/tokens/JUNO.json +++ b/tokens/JUNO.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "JUNO", "minCoinDenom": "ujuno", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/448C1061CE97D86CC5E86374CD914870FB8EBA16C58661B5F1D3F46729A2422D", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "juno-network", "category": "cosmos", - "coinSourcePrefix": "juno" + "coinSourcePrefix": "juno", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/JUNO.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/JUNO.svg" + } } diff --git a/tokens/KAVA.json b/tokens/KAVA.json index 4a8599d..664245c 100644 --- a/tokens/KAVA.json +++ b/tokens/KAVA.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "KAVA", "minCoinDenom": "ukava", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/A724CE2BEAEBE04851510EEA6DC436ED3A824D1681AF14E7A706C66E9F39D741", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "kava", "category": "cosmos", - "coinSourcePrefix": "kava" + "coinSourcePrefix": "kava", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/KAVA.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/KAVA.svg" + } } diff --git a/tokens/NEOK.json b/tokens/NEOK.json index aaa8741..b06dd32 100644 --- a/tokens/NEOK.json +++ b/tokens/NEOK.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "NEOK", "minCoinDenom": "neok", - "pngSrc": "https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/evmos/asset/neok.png", "type": "IBC", "exponent": "18", "cosmosDenom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9", @@ -19,5 +18,8 @@ "hideFromTestnet": false, "coingeckoId": "", "category": "cosmos", - "coinSourcePrefix": "evmos" + "coinSourcePrefix": "evmos", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/NEOK.png" + } } diff --git a/tokens/OSMO.json b/tokens/OSMO.json index 86f7ea1..06ff3b6 100644 --- a/tokens/OSMO.json +++ b/tokens/OSMO.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "OSMO", "minCoinDenom": "uosmo", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "osmosis", "category": "cosmos", - "coinSourcePrefix": "osmo" + "coinSourcePrefix": "osmo", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/OSMO.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/OSMO.svg" + } } diff --git a/tokens/QCK.json b/tokens/QCK.json index c556395..e7625f7 100644 --- a/tokens/QCK.json +++ b/tokens/QCK.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "QCK", "minCoinDenom": "uqck", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/FCA18B0C0D1236E203D1AE09634A3F33E8AC31707CD59A74A437A903231C653C", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "quicksilver", "category": "cosmos", - "coinSourcePrefix": "quick" + "coinSourcePrefix": "quick", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/QCK.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/QCK.svg" + } } diff --git a/tokens/REGEN.json b/tokens/REGEN.json index b93c8eb..069be12 100644 --- a/tokens/REGEN.json +++ b/tokens/REGEN.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "REGEN", "minCoinDenom": "uregen", - - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/36DCDCDFB1D0D723546878E241BC5800D27214E1E1DA31A4E424DE2280B0B0EE", @@ -20,5 +18,8 @@ "hideFromTestnet": false, "coingeckoId": "stargaze", "category": "cosmos", - "coinSourcePrefix": "regen" + "coinSourcePrefix": "regen", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/REGEN.png" + } } diff --git a/tokens/STARS.json b/tokens/STARS.json index 12c61c0..58ef9c0 100644 --- a/tokens/STARS.json +++ b/tokens/STARS.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "STARS", "minCoinDenom": "ustars", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/7564B7F838579DD4517A225978C623504F852A6D0FF7984AFB28F10D36022BE8", @@ -19,5 +18,8 @@ "hideFromTestnet": false, "coingeckoId": "stargaze", "category": "cosmos", - "coinSourcePrefix": "stars" + "coinSourcePrefix": "stars", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/STARS.png" + } } diff --git a/tokens/STRD.json b/tokens/STRD.json index 266e9a2..cb8b33c 100644 --- a/tokens/STRD.json +++ b/tokens/STRD.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "STRD", "minCoinDenom": "ustrd", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/21C0C3E238D48E370841635ADC3322F5D3D26342679102D5865DA8A56BD9524E", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "stride", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/STRD.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/STRD.svg" + } } diff --git a/tokens/TASHI.json b/tokens/TASHI.json index 54f47d3..40868f2 100644 --- a/tokens/TASHI.json +++ b/tokens/TASHI.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "TASHI", "minCoinDenom": "tashi", - "imgSrc": "https://app.tashi.finance/svgs/tashi-icon.svg", - "pngSrc": "https://app.tashi.finance/pngs/tashi-icon.png", "type": "IBC", "exponent": "18", "cosmosDenom": "erc20/0x98fAFD9F714CE0B4bB2870527076F2F314aAed82", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "", "category": "cosmos", - "coinSourcePrefix": "evmos" + "coinSourcePrefix": "evmos", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/TASHI.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/TASHI.svg" + } } diff --git a/tokens/TORI.json b/tokens/TORI.json index 20468ff..1487b92 100644 --- a/tokens/TORI.json +++ b/tokens/TORI.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "TORI", "minCoinDenom": "utori", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/tori.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/18D5C3CDDF1DEE108CE4BF0A7E0262D94D11AB06A37F68EA38F70CC92C5D894F", @@ -20,5 +18,8 @@ "hideFromTestnet": true, "coingeckoId": "teritori", "category": "cosmos", - "coinSourcePrefix": "tori" + "coinSourcePrefix": "tori", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/TORI.png" + } } diff --git a/tokens/USDC.json b/tokens/USDC.json index 421173e..2883f11 100644 --- a/tokens/USDC.json +++ b/tokens/USDC.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "USDC", "minCoinDenom": "uusdc", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/35357FE55D81D88054E135529BB2AEB1BB20D207292775A19BD82D83F27BE9B4", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "usd-coin", "category": "cosmos", - "coinSourcePrefix": "noble" + "coinSourcePrefix": "noble", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/USDC.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/USDC.svg" + } } diff --git a/tokens/axlDAI.json b/tokens/axlDAI.json index c261571..7b803ee 100644 --- a/tokens/axlDAI.json +++ b/tokens/axlDAI.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlDAI", "minCoinDenom": "dai-wei", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axldai.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axldai.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/CBA4784581AD4BEF308C536A3CD44D4A940A520E61B0D1E4FB115C539F61DEE5", @@ -26,5 +24,9 @@ ], "coingeckoId": "dai", "category": "stablecoin", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlDAI.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlDAI.svg" + } } diff --git a/tokens/axlPEPE.json b/tokens/axlPEPE.json index 9ff9899..418671f 100644 --- a/tokens/axlPEPE.json +++ b/tokens/axlPEPE.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlPEPE", "minCoinDenom": "pepe-wei", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/26E6508A1757E12B15A087E951F5D35E73CF036F0D97BC809E1598D1DD870BED", @@ -26,5 +24,9 @@ ], "coingeckoId": "pepe", "category": "ethereum", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlPEPE.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlPEPE.svg" + } } diff --git a/tokens/axlRETH.json b/tokens/axlRETH.json index 0624219..499c944 100644 --- a/tokens/axlRETH.json +++ b/tokens/axlRETH.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlRETH", "minCoinDenom": "reth-wei", - "pngSrc": "https://assets.coingecko.com/coins/images/20764/large/reth.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/6A3538834873D16F00D0268B295A8D6FD9B005952787AA14726D0013A51042AC", @@ -25,5 +24,8 @@ ], "coingeckoId": "rocket-pool-eth", "category": "ethereum", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlRETH.png" + } } diff --git a/tokens/axlUSDC.json b/tokens/axlUSDC.json index 20ee889..449c7bf 100644 --- a/tokens/axlUSDC.json +++ b/tokens/axlUSDC.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlUSDC", "minCoinDenom": "uusdc", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlusdc.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlusdc.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/63C53CBDF471D4E867366ABE2E631197257118D1B2BEAD1946C8A408F96464C3", @@ -26,5 +24,9 @@ ], "coingeckoId": "usd-coin", "category": "stablecoin", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlUSDC.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlUSDC.svg" + } } diff --git a/tokens/axlUSDT.json b/tokens/axlUSDT.json index 14678e3..7bf1761 100644 --- a/tokens/axlUSDT.json +++ b/tokens/axlUSDT.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlUSDT", "minCoinDenom": "uusdt", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlusdt.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlusdt.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/F11C8CB7743E4B5FDCEA7C97F3B2C115E1931C5614B84C183DAC439B4C919D94", @@ -26,5 +24,9 @@ ], "coingeckoId": "tether", "category": "stablecoin", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlUSDT.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlUSDT.svg" + } } diff --git a/tokens/axlWBTC.json b/tokens/axlWBTC.json index 3bb7513..3a73ef5 100644 --- a/tokens/axlWBTC.json +++ b/tokens/axlWBTC.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlWBTC", "minCoinDenom": "wbtc-satoshi", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlwbtc.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlwbtc.png", "type": "IBC", "exponent": "8", "cosmosDenom": "ibc/C834CD421B4FD910BBC97E06E86B5E6F64EA2FE36D6AE0E4304C2E1FB1E7333C", @@ -26,5 +24,8 @@ ], "coingeckoId": "wrapped-bitcoin", "category": "bitcoin", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlWBTC.png" + } } diff --git a/tokens/axlWETH.json b/tokens/axlWETH.json index b7071fa..127dfc8 100644 --- a/tokens/axlWETH.json +++ b/tokens/axlWETH.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlWETH", "minCoinDenom": "weth-wei", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlweth.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axlweth.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/356EDE917394B2AEF7F915EB24FA683A0CCB8D16DD4ECCEDC2AD0CEC6B66AC81", @@ -26,5 +24,8 @@ ], "coingeckoId": "weth", "category": "ethereum", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlWETH.png" + } } diff --git a/tokens/axlWSTETH.json b/tokens/axlWSTETH.json index 6ef2d5c..9451a55 100644 --- a/tokens/axlWSTETH.json +++ b/tokens/axlWSTETH.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "axlWSTETH", "minCoinDenom": "wsteth-wei", - "pngSrc": "https://assets.coingecko.com/coins/images/18834/large/wstETH.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/43BD3A576550CDCD183BC093AEB610B3C2057AD12BA3C27D67AE9F4BCA74F2C8", @@ -25,5 +24,8 @@ ], "coingeckoId": "wrapped-steth", "category": "ethereum", - "coinSourcePrefix": "axelar" + "coinSourcePrefix": "axelar", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/axlWSTETH.png" + } } diff --git a/tokens/gDAI.json b/tokens/gDAI.json index 7fb4b8a..0f407e2 100644 --- a/tokens/gDAI.json +++ b/tokens/gDAI.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "gDAI", "minCoinDenom": "dai-wei", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/gdai.png", "type": "ERC-20", "exponent": "18", "cosmosDenom": "ibc/F96A7F81E8F82E4EE81F94D507CD257319EFB70FE46E23B4953F63B62E855603", @@ -19,5 +18,8 @@ "hideFromTestnet": true, "coingeckoId": "dai", "category": "stablecoin", - "coinSourcePrefix": "gravity" + "coinSourcePrefix": "gravity", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/gDAI.png" + } } diff --git a/tokens/gUSDC.json b/tokens/gUSDC.json index 03d9182..fb1d1a0 100644 --- a/tokens/gUSDC.json +++ b/tokens/gUSDC.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "gUSDC", "minCoinDenom": "uusdc", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/gusdc.png", "type": "ERC-20", "exponent": "6", "cosmosDenom": "ibc/693989F95CF3279ADC113A6EF21B02A51EC054C95A9083F2E290126668149433", @@ -19,5 +18,8 @@ "hideFromTestnet": true, "coingeckoId": "usd-coin", "category": "stablecoin", - "coinSourcePrefix": "gravity" + "coinSourcePrefix": "gravity", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/gUSDC.png" + } } diff --git a/tokens/gUSDT.json b/tokens/gUSDT.json index 9f23319..ba05e0c 100644 --- a/tokens/gUSDT.json +++ b/tokens/gUSDT.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "gUSDT", "minCoinDenom": "uusdt", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/gusdt.png", "type": "ERC-20", "exponent": "6", "cosmosDenom": "ibc/DF63978F803A2E27CA5CC9B7631654CCF0BBC788B3B7F0A10200508E37C70992", @@ -19,5 +18,8 @@ "hideFromTestnet": true, "coingeckoId": "tether", "category": "stablecoin", - "coinSourcePrefix": "gravity" + "coinSourcePrefix": "gravity", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/gUSDT.png" + } } diff --git a/tokens/gWBTC.json b/tokens/gWBTC.json index 75f8909..cf645db 100644 --- a/tokens/gWBTC.json +++ b/tokens/gWBTC.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "gWBTC", "minCoinDenom": "satoshi", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/gwbtc.png", "type": "ERC-20", "exponent": "8", "cosmosDenom": "ibc/350B6DC0FF48E3BDB856F40A8259909E484259ED452B3F4F39A0FEF874F30F61", @@ -19,5 +18,8 @@ "hideFromTestnet": true, "coingeckoId": "wrapped-bitcoin", "category": "bitcoin", - "coinSourcePrefix": "gravity" + "coinSourcePrefix": "gravity", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/gWBTC.png" + } } diff --git a/tokens/gWETH.json b/tokens/gWETH.json index 5690176..0102e4e 100644 --- a/tokens/gWETH.json +++ b/tokens/gWETH.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "gWETH", "minCoinDenom": "wei", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/gweth.png", "type": "ERC-20", "exponent": "18", "cosmosDenom": "ibc/6B3FCE336C3465D3B72F7EFB4EB92FC521BC480FE9653F627A0BD0237DF213F3", @@ -19,5 +18,8 @@ "hideFromTestnet": true, "coingeckoId": "weth", "category": "ethereum", - "coinSourcePrefix": "gravity" + "coinSourcePrefix": "gravity", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/gWETH.png" + } } diff --git a/tokens/kavaUSDT.json b/tokens/kavaUSDT.json index 68eadae..72cc023 100644 --- a/tokens/kavaUSDT.json +++ b/tokens/kavaUSDT.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "kavaUSDT", "minCoinDenom": "erc20/tether/usdt", - "pngSrc": "https://assets.coingecko.com/coins/images/325/small/Tether.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5", @@ -19,5 +18,8 @@ "hideFromTestnet": false, "coingeckoId": "tether", "category": "stablecoin", - "coinSourcePrefix": "kava" + "coinSourcePrefix": "kava", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/kavaUSDT.png" + } } diff --git a/tokens/qATOM.json b/tokens/qATOM.json index 20d5a52..f094a74 100644 --- a/tokens/qATOM.json +++ b/tokens/qATOM.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "qATOM", "minCoinDenom": "uqatom", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/28F9F0420534AE42F7D220B04518A3A45A7F40A0855A1C353CB4BB7223A70F5A", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "", "category": "cosmos", - "coinSourcePrefix": "quick" + "coinSourcePrefix": "quick", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/qATOM.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/qATOM.svg" + } } diff --git a/tokens/qOSMO.json b/tokens/qOSMO.json index f055e75..c1e0deb 100644 --- a/tokens/qOSMO.json +++ b/tokens/qOSMO.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "qOSMO", "minCoinDenom": "uqosmo", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/6230C2923C20C318C1002CE04856118621FE2A220F99EBA0EC2066D5DDFF2152", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "", "category": "cosmos", - "coinSourcePrefix": "quick" + "coinSourcePrefix": "quick", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/qOSMO.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/qOSMO.svg" + } } diff --git a/tokens/stATOM.json b/tokens/stATOM.json index 88f1c86..92e8e33 100644 --- a/tokens/stATOM.json +++ b/tokens/stATOM.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "stATOM", "minCoinDenom": "stuatom", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/0830AFFC2F4F7CD24F9CEC07024FEA64CE3C5ABBC520DBD803BFA97BC3DCCA85", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "stride-staked-atom", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stATOM.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stATOM.svg" + } } diff --git a/tokens/stEVMOS.json b/tokens/stEVMOS.json index 9ab3e5a..5187825 100644 --- a/tokens/stEVMOS.json +++ b/tokens/stEVMOS.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "stEVMOS", "minCoinDenom": "staevmos", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/C49FDA9CB980D813492E2DFFF255B01C46E629C73B2B468131F6FE6E14F55754", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "stride-staked-evmos", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stEVMOS.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stEVMOS.svg" + } } diff --git a/tokens/stINJ.json b/tokens/stINJ.json index ea7cbbf..f667a5f 100644 --- a/tokens/stINJ.json +++ b/tokens/stINJ.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "stINJ", "minCoinDenom": "stinj", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png", "type": "IBC", "exponent": "18", "cosmosDenom": "ibc/4FCDD6D71CAB4F6BBEAB781D036977E1158075297671345055BC342D46819640", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stINJ.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stINJ.svg" + } } diff --git a/tokens/stJUNO.json b/tokens/stJUNO.json index 8f50694..1d13efe 100644 --- a/tokens/stJUNO.json +++ b/tokens/stJUNO.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "stJUNO", "minCoinDenom": "stujuno", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/D9C9DFD2B4021D16B01AC16ECD5A7933383C38F8331160583E0A5F34B30E1BA9", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "stride-staked-juno", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stJUNO.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stJUNO.svg" + } } diff --git a/tokens/stOSMO.json b/tokens/stOSMO.json index e00b469..4158344 100644 --- a/tokens/stOSMO.json +++ b/tokens/stOSMO.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "stOSMO", "minCoinDenom": "stuosmo", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/C9364B2C453F0428D04FD40B6CF486BA138FA462FE43A116268A7B695AFCFE7F", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "stride-staked-osmo", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stOSMO.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stOSMO.svg" + } } diff --git a/tokens/stSTARS.json b/tokens/stSTARS.json index 34ffb28..e789d56 100644 --- a/tokens/stSTARS.json +++ b/tokens/stSTARS.json @@ -2,8 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "stSTARS", "minCoinDenom": "stustars", - "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg", - "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/1464C6BD4C7ADB0A15BE85F48EE1E04A5371F4727F609FBAB788CF5137FDAAB7", @@ -20,5 +18,9 @@ "hideFromTestnet": false, "coingeckoId": "stride-staked-stars", "category": "cosmos", - "coinSourcePrefix": "stride" + "coinSourcePrefix": "stride", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stSTARS.png", + "svg": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/stSTARS.svg" + } } diff --git a/tokens/wormBTC.json b/tokens/wormBTC.json index dfda10d..ff68333 100644 --- a/tokens/wormBTC.json +++ b/tokens/wormBTC.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "wormBTC", "minCoinDenom": "nwbtc", - "pngSrc": "https://assets.coingecko.com/coins/images/7598/large/wrapped_bitcoin_wbtc.png", "type": "IBC", "exponent": "8", "cosmosDenom": "ibc/46C5DA1CB61C5BAA8730ABA467ADD58DE0333B075CACE28BC87E64AE8C9CA051", @@ -25,5 +24,8 @@ ], "coingeckoId": "wrapped-bitcoin", "category": "ethereum", - "coinSourcePrefix": "wormhole" + "coinSourcePrefix": "wormhole", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/wormBTC.png" + } } diff --git a/tokens/wormETH.json b/tokens/wormETH.json index 901ed92..50cf7cc 100644 --- a/tokens/wormETH.json +++ b/tokens/wormETH.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "wormETH", "minCoinDenom": "nweth", - "pngSrc": "https://assets.coingecko.com/coins/images/32882/large/WETH_%281%29.png", "type": "IBC", "exponent": "8", "cosmosDenom": "ibc/4442A8E0D487A49E76EA6606F5DADCF8D0DBDD8499112340C964970DB745EDA2", @@ -25,5 +24,8 @@ ], "coingeckoId": "weth", "category": "ethereum", - "coinSourcePrefix": "wormhole" + "coinSourcePrefix": "wormhole", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/wormETH.png" + } } diff --git a/tokens/wormSOL.json b/tokens/wormSOL.json index 96575e4..eaa7fd5 100644 --- a/tokens/wormSOL.json +++ b/tokens/wormSOL.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "wormSOL", "minCoinDenom": "nsol", - "pngSrc": "https://assets.coingecko.com/coins/images/4128/large/solana.png", "type": "IBC", "exponent": "8", "cosmosDenom": "ibc/4443218F584A7AB2DFBCF93872D6E5B6967A11C53515DDF45A2CF387C54BD73A", @@ -25,5 +24,8 @@ ], "coingeckoId": "solana", "category": "solana", - "coinSourcePrefix": "wormhole" + "coinSourcePrefix": "wormhole", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/wormSOL.png" + } } diff --git a/tokens/wormUSDC.json b/tokens/wormUSDC.json index a7870ca..bdd6ffc 100644 --- a/tokens/wormUSDC.json +++ b/tokens/wormUSDC.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "wormUSDC", "minCoinDenom": "uusdc", - "pngSrc": "https://assets.coingecko.com/coins/images/6319/large/usdc.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/0C19171CDC59451F91D2749CDEA63355532DCD5D8904CCBAC4953290E16AB8FD", @@ -25,5 +24,8 @@ ], "coingeckoId": "usdc", "category": "ethereum", - "coinSourcePrefix": "wormhole" + "coinSourcePrefix": "wormhole", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/wormUSDC.png" + } } diff --git a/tokens/wormUSDT.json b/tokens/wormUSDT.json index 96ccac5..47fdb49 100644 --- a/tokens/wormUSDT.json +++ b/tokens/wormUSDT.json @@ -2,7 +2,6 @@ "$schema": "../schema.token.json", "coinDenom": "wormUSDT", "minCoinDenom": "uusdt", - "pngSrc": "https://assets.coingecko.com/coins/images/17385/large/Tether_new.png", "type": "IBC", "exponent": "6", "cosmosDenom": "ibc/C9072A294F5649D64E87A6998DD750576881E454CACCDAF7376EFC0FA243808D", @@ -25,5 +24,8 @@ ], "coingeckoId": "tether", "category": "ethereum", - "coinSourcePrefix": "wormhole" + "coinSourcePrefix": "wormhole", + "img": { + "png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/wormUSDT.png" + } } diff --git a/validate-assets.sh b/validate-assets.sh new file mode 100755 index 0000000..e7cd40b --- /dev/null +++ b/validate-assets.sh @@ -0,0 +1,42 @@ +# validate that token images are present + +jq '.img.png, .img.svg' ./tokens/*.json | +while read -r FILE; do + if [[ $FILE == null ]]; then + continue + fi + # remove leading repo root + FILE=${FILE#*\/main\/} + + # removes trailing " + FILE=${FILE%\"} + + echo "Checking $FILE" + # check if image exists + if [[ ! -f "./$FILE" ]]; then + echo "$FILE does not exist" + exit 1 + fi +done + + +# validate that chain images are present +jq '.configurations[].img.png, .configurations[].img.svg' ./chainConfig/*.json | +while read -r FILE; do + if [[ $FILE == null ]]; then + continue + fi + # remove leading repo root + FILE=${FILE#*\/main\/} + + # removes trailing " + FILE=${FILE%\"} + + echo "Checking $FILE" + # check if image exists + if [[ ! -f "./$FILE" ]]; then + echo "$FILE does not exist" + exit 1 + fi +done + diff --git a/validate-tokens.sh b/validate-tokens.sh index 4885d31..cae3011 100755 --- a/validate-tokens.sh +++ b/validate-tokens.sh @@ -20,5 +20,6 @@ jq '.coinDenom' ./tokens/*.json | sort | uniq -c | while read count value do if [ "$count" -gt 1 ]; then echo "Duplicate found: $value" + exit 1 fi done \ No newline at end of file