Skip to content

Commit

Permalink
fix smart contracts and ui
Browse files Browse the repository at this point in the history
  • Loading branch information
iverc committed Sep 28, 2021
1 parent 4b6b890 commit d3a1c18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
30 changes: 15 additions & 15 deletions smart-contracts/data/tokenData.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"decimals": "18",
"denom": "cdon",
"base_denom": "cdon",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -25,7 +25,7 @@
"decimals": "18",
"denom": "cmetis",
"base_denom": "cmetis",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -46,7 +46,7 @@
"decimals": "18",
"denom": "czcx",
"base_denom": "czcx",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -67,7 +67,7 @@
"decimals": "18",
"denom": "cfxs",
"base_denom": "cfxs",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -88,7 +88,7 @@
"decimals": "18",
"denom": "cfrax",
"base_denom": "cfrax",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -109,7 +109,7 @@
"decimals": "18",
"denom": "ckft",
"base_denom": "ckft",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -130,7 +130,7 @@
"decimals": "10",
"denom": "czcn",
"base_denom": "czcn",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -151,7 +151,7 @@
"decimals": "18",
"denom": "csaito",
"base_denom": "csaito",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -172,7 +172,7 @@
"decimals": "18",
"denom": "cdfyn",
"base_denom": "cdfyn",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -193,7 +193,7 @@
"decimals": "18",
"denom": "cdnxc",
"base_denom": "cdnxc",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -214,7 +214,7 @@
"decimals": "18",
"denom": "cern",
"base_denom": "cern",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -235,7 +235,7 @@
"decimals": "18",
"denom": "cpols",
"base_denom": "cpols",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -256,7 +256,7 @@
"decimals": "18",
"denom": "caxs",
"base_denom": "caxs",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -277,7 +277,7 @@
"decimals": "18",
"denom": "cmatic",
"base_denom": "cmatic",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand All @@ -298,7 +298,7 @@
"decimals": "18",
"denom": "ctoke",
"base_denom": "ctoke",
"path": "",
"ibc_transfer_port": "",
"ibc_channel_id": "",
"ibc_counterparty_channel_id": "",
"display_name": "",
Expand Down
6 changes: 0 additions & 6 deletions ui/chains/sif/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d3a1c18

Please sign in to comment.