Skip to content

Commit

Permalink
fix: update coinMinimalDenom values for consistency and clarity; bump…
Browse files Browse the repository at this point in the history
… version to 1.2.1-beta6
  • Loading branch information
trungbach committed Nov 29, 2024
1 parent b1cd1e4 commit a04e41d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@
"bech32PrefixConsAddr": "oraivalcons",
"bech32PrefixConsPub": "oraivalconspub"
},
"features": [
"stargate",
"ibc-transfer",
"cosmwasm",
"wasmd_0.24+",
"no-legacy-stdTx"
],
"features": ["stargate", "ibc-transfer", "cosmwasm", "wasmd_0.24+", "no-legacy-stdTx"],
"txExplorer": {
"name": "Oraiscan",
"txUrl": "https://scan.orai.io/txs/{txHash}",
Expand Down Expand Up @@ -76,7 +70,7 @@
{
"coinDenom": "AIRI",
"coinGeckoId": "airight",
"coinMinimalDenom": "cw20:orai10ldgzued6zjp0mkqwsv2mux3ml50l97c74x8sg:aiRight Token",
"coinMinimalDenom": "airi",
"type": "cw20",
"contractAddress": "orai10ldgzued6zjp0mkqwsv2mux3ml50l97c74x8sg",
"bridgeTo": ["0x38"],
Expand All @@ -86,7 +80,7 @@
{
"coinDenom": "USDT",
"coinGeckoId": "tether",
"coinMinimalDenom": "cw20:orai12hzjxfh77wl572gdzct2fxv2arxcwh6gykc7qh:Tether",
"coinMinimalDenom": "usdt",
"type": "cw20",
"contractAddress": "orai12hzjxfh77wl572gdzct2fxv2arxcwh6gykc7qh",
"bridgeTo": ["0x38", "0x2b6653dc", "0x01"],
Expand Down Expand Up @@ -121,7 +115,7 @@
{
"coinDenom": "KWT",
"coinGeckoId": "kawaii-islands",
"coinMinimalDenom": "cw20:orai1nd4r053e3kgedgld2ymen8l9yrw8xpjyaal7j5:KWT",
"coinMinimalDenom": "kwt",
"type": "cw20",
"contractAddress": "orai1nd4r053e3kgedgld2ymen8l9yrw8xpjyaal7j5",
"bridgeTo": ["kawaii_6886-1", "0x38"],
Expand All @@ -138,7 +132,7 @@
{
"coinDenom": "MILKY",
"coinGeckoId": "milky-token",
"coinMinimalDenom": "cw20:orai1gzvndtzceqwfymu2kqhta2jn6gmzxvzqwdgvjw:MILKY",
"coinMinimalDenom": "milky",
"type": "cw20",
"contractAddress": "orai1gzvndtzceqwfymu2kqhta2jn6gmzxvzqwdgvjw",
"bridgeTo": ["kawaii_6886-1", "0x38"],
Expand Down Expand Up @@ -191,7 +185,7 @@
{
"coinDenom": "INJ",
"coinGeckoId": "injective-protocol",
"coinMinimalDenom": "cw20:orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49:INJ",
"coinMinimalDenom": "injective",
"contractAddress": "orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49",
"bridgeTo": ["injective-1"],
"type": "cw20",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/common",
"version": "1.2.1-beta5",
"version": "1.2.1-beta6",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a04e41d

Please sign in to comment.