Skip to content

Commit

Permalink
Fix source denom (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script authored Mar 5, 2024
1 parent 4679777 commit 35ddee0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion schema.token.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"ibc",
"coingeckoId",
"coinSourcePrefix",
"category"
"category",
"img"
]
}
2 changes: 1 addition & 1 deletion tokens/BERLIN.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"isEnabled": true,
"erc20Address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
"ibc": {
"sourceDenom": "berlin",
"sourceDenom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
"source": "evmos"
},
"hideFromTestnet": false,
Expand Down
2 changes: 1 addition & 1 deletion tokens/EVMOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"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"
}
}
}
4 changes: 2 additions & 2 deletions tokens/NEOK.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"isEnabled": true,
"erc20Address": "0x655ecB57432CC1370f65e5dc2309588b71b473A9",
"ibc": {
"sourceDenom": "neok",
"sourceDenom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
"source": "evmos"
},
"hideFromTestnet": false,
Expand All @@ -22,4 +22,4 @@
"img": {
"png": "https://raw.githubusercontent.com/evmos/chain-token-registry/main/assets/tokens/NEOK.png"
}
}
}
4 changes: 2 additions & 2 deletions tokens/TASHI.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"isEnabled": true,
"erc20Address": "0x98fAFD9F714CE0B4bB2870527076F2F314aAed82",
"ibc": {
"sourceDenom": "tashi",
"sourceDenom": "erc20/0x98fAFD9F714CE0B4bB2870527076F2F314aAed82",
"source": "evmos"
},
"hideFromTestnet": false,
Expand All @@ -23,4 +23,4 @@
"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"
}
}
}

0 comments on commit 35ddee0

Please sign in to comment.