diff --git a/smart-contracts/data/tokenData.json b/smart-contracts/data/tokenData.json index 2393a541e5..eafff7ee8a 100644 --- a/smart-contracts/data/tokenData.json +++ b/smart-contracts/data/tokenData.json @@ -4,7 +4,7 @@ "decimals": "18", "denom": "cdon", "base_denom": "cdon", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -25,7 +25,7 @@ "decimals": "18", "denom": "cmetis", "base_denom": "cmetis", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -46,7 +46,7 @@ "decimals": "18", "denom": "czcx", "base_denom": "czcx", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -67,7 +67,7 @@ "decimals": "18", "denom": "cfxs", "base_denom": "cfxs", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -88,7 +88,7 @@ "decimals": "18", "denom": "cfrax", "base_denom": "cfrax", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -109,7 +109,7 @@ "decimals": "18", "denom": "ckft", "base_denom": "ckft", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -130,7 +130,7 @@ "decimals": "10", "denom": "czcn", "base_denom": "czcn", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -151,7 +151,7 @@ "decimals": "18", "denom": "csaito", "base_denom": "csaito", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -172,7 +172,7 @@ "decimals": "18", "denom": "cdfyn", "base_denom": "cdfyn", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -193,7 +193,7 @@ "decimals": "18", "denom": "cdnxc", "base_denom": "cdnxc", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -214,7 +214,7 @@ "decimals": "18", "denom": "cern", "base_denom": "cern", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -235,7 +235,7 @@ "decimals": "18", "denom": "cpols", "base_denom": "cpols", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -256,7 +256,7 @@ "decimals": "18", "denom": "caxs", "base_denom": "caxs", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -277,7 +277,7 @@ "decimals": "18", "denom": "cmatic", "base_denom": "cmatic", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", @@ -298,7 +298,7 @@ "decimals": "18", "denom": "ctoke", "base_denom": "ctoke", - "path": "", + "ibc_transfer_port": "", "ibc_channel_id": "", "ibc_counterparty_channel_id": "", "display_name": "", diff --git a/ui/chains/sif/launch.sh b/ui/chains/sif/launch.sh index e29abbb8e4..d690403581 100755 --- a/ui/chains/sif/launch.sh +++ b/ui/chains/sif/launch.sh @@ -7,12 +7,6 @@ rm -rf ~/.sifnoded sifnoded init test --chain-id=sifchain-local cp ./app.toml ~/.sifnoded/config -#sifnoded config output json -#sifnoded config indent true -#sifnoded config trust-node true -#sifnoded config chain-id sifchain-local -#sifnoded config keyring-backend test - echo "Generating deterministic account - ${SHADOWFIEND_NAME}" echo "${SHADOWFIEND_MNEMONIC}" | sifnoded keys add ${SHADOWFIEND_NAME} --keyring-backend=test --recover