diff --git a/src/config/coinGecko.ts b/src/config/coinGecko.ts index 02d9770..9b4b93b 100644 --- a/src/config/coinGecko.ts +++ b/src/config/coinGecko.ts @@ -39,10 +39,6 @@ import { CoinGeckoAsset } from './types'; "name": "KUJI", "id": "kujira" }, - { - "name": "USDT Kusama", - "id": "tether" - }, { "name": "QCK", "id": "quicksilver" @@ -426,6 +422,14 @@ import { CoinGeckoAsset } from './types'; { "name": "stATOM", "id": "stride-staked-atom" + }, + { + "name": "USDT Kusama", + "id": "tether" + }, + { + "name": "KSM", + "id": "kusama" } ] ; diff --git a/src/config/crossChainAssets.ts b/src/config/crossChainAssets.ts index 925ff03..302cc86 100644 --- a/src/config/crossChainAssets.ts +++ b/src/config/crossChainAssets.ts @@ -551,7 +551,7 @@ export const crossChainAssets :CrossChainAssets= { "currentChainId": "solana" }, "9m8kq5qhocfckRkRnhbAroPmR8zYaXugpyinpkpLnv12": { - "chainId": "2087", + "chainId": "1000", "decimals": 9, "minimalDenom": "transfer/channel-1/transfer/channel-2/4", "denom": "KSM", @@ -1056,7 +1056,7 @@ export const crossChainAssets :CrossChainAssets= { "currentChainId": "ethereum" }, "0xB44D6C324A6c15127F1451465f1E1DbC39142A60": { - "chainId": "2087", + "chainId": "1000", "decimals": 12, "minimalDenom": "transfer/channel-2/transfer/channel-2/4", "denom": "KSM", @@ -1458,7 +1458,7 @@ export const crossChainAssets :CrossChainAssets= { "currentChainId": "2087" }, "4": { - "chainId": "2087", + "chainId": "1000", "decimals": 12, "minimalDenom": "4", "denom": "KSM", @@ -1818,15 +1818,11 @@ export const crossChainAssets :CrossChainAssets= { "currentChainId": "2087" }, "130": { - "chainId": "2087", + "chainId": "1000", "decimals": 6, "minimalDenom": "130", "denom": "USDT Kusama", - "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/USDT.svg", - "ratio": { - "n": "2", - "d": "10000000" - }, + "imageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/USDTkusama.svg", "currentChainId": "2087" }, "149": { diff --git a/src/config/json/kusamaassethub.json b/src/config/json/kusamaassethub.json index a40d35c..696da40 100644 --- a/src/config/json/kusamaassethub.json +++ b/src/config/json/kusamaassethub.json @@ -23,7 +23,7 @@ { "coinDenom": "USDT Kusama", "coinDecimals": 6, - "isCoin": true, + "isCoin": false, "coinImageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/USDTkusama.svg", "coinGeckoId": "tether", @@ -33,6 +33,34 @@ }, "ethereum": {}, "solana": {} + }, + { + "coinDenom": "KSM", + "isCoin": true, + + "coinDecimals": 12, + "coinImageUrl": "https://raw.githubusercontent.com/ComposableFi/FE-assets/main/assets%20/tokens/KSM.svg", + "coinGeckoId": "kusama", + "cosmos": {}, + "polkadot": { + "picassoAssetId": "4", + "composableAssetId": "", + "ratio": { "n": "70", "d": "10000" }, + "existentialDeposit": "375000000" + }, + "ethereum": { + "minimalDenom": "transfer/channel-2/transfer/channel-2/4", + "erc20Address": "0xB44D6C324A6c15127F1451465f1E1DbC39142A60", + "fromCosmosFee": 0.6, + "minimumTransfer": 1 + }, + "solana": { + "mintAddress": "9m8kq5qhocfckRkRnhbAroPmR8zYaXugpyinpkpLnv12", + "minimalDenom": "transfer/channel-1/transfer/channel-2/4", + "minimumTransfer": 1, + "fromCosmosFee": 0.3, + "displayDecimals": 9 + } } ], "explorer": [ diff --git a/src/config/networks.ts b/src/config/networks.ts index cdfe2f0..e55c87a 100644 --- a/src/config/networks.ts +++ b/src/config/networks.ts @@ -9,7 +9,7 @@ import { NetworkInfo } from './types'; "rest": "", "chainType": "polkadot", "chainId": "1000", - "feeAssetId": "130", + "feeAssetId": "4", "polkadot": { "ss58Format": 2, "isParachain": true, diff --git a/src/config/solanaAssets.ts b/src/config/solanaAssets.ts index ee8c39b..17e1ccb 100644 --- a/src/config/solanaAssets.ts +++ b/src/config/solanaAssets.ts @@ -10,7 +10,7 @@ export const solanaAssets:Record = { }, "KSM": { "mintAddress": "9m8kq5qhocfckRkRnhbAroPmR8zYaXugpyinpkpLnv12", - "minimumTransfer": 0.7, + "minimumTransfer": 1, "fromCosmosFee": 0.3 }, "ARCH": {