Skip to content

Commit

Permalink
disable slip-0173 check
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 19, 2024
1 parent e687e2e commit 9e4a8c4
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/utility/validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

rootdir = getcwd()

checkSlip173 = 1
checkSlip173 = 0
slipWebsites = {}
slipMainnetPrefixes = {}
slipTestnetPrefixes = {}
Expand Down
4 changes: 2 additions & 2 deletions devnets/mahalo/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"coingecko_id": "",
"images": [
{
"png": "https://raw.githubusercontent.com/initia/initia-registry/master/mahalo/images/wstETH-INIT.png",
"svg": "https://raw.githubusercontent.com/initia/initia-registry/master/mahalo/images/wstETH-INIT.svg"
"png": "https://raw.githubusercontent.com/initia/initia-registry/master/mahalo/images/ETH-INIT.png",
"svg": "https://raw.githubusercontent.com/initia/initia-registry/master/mahalo/images/ETH-INIT.svg"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion devnets/mahalo/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"daemon_name": "initiad",
"node_home": "$HOME/.initia",
"key_algos": ["secp256k1"],
"slip44": 1,
"slip44": 118,
"fees": {
"fee_tokens": [
{
Expand Down
Binary file added devnets/mahalo/images/ETH-INIT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions devnets/mahalo/images/ETH-INIT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed devnets/mahalo/images/wstETH-INIT.png
Binary file not shown.
25 changes: 0 additions & 25 deletions devnets/mahalo/images/wstETH-INIT.svg

This file was deleted.

2 changes: 1 addition & 1 deletion devnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"daemon_name": "minitiad",
"node_home": "$HOME/.minitia",
"key_algos": ["secp256k1"],
"slip44": 1,
"slip44": 118,
"fees": {
"fee_tokens": [
{
Expand Down
2 changes: 1 addition & 1 deletion devnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"daemon_name": "minitiad",
"node_home": "$HOME/.minitia",
"key_algos": ["secp256k1"],
"slip44": 1,
"slip44": 118,
"fees": {
"fee_tokens": [
{
Expand Down

0 comments on commit 9e4a8c4

Please sign in to comment.