Skip to content

Commit

Permalink
feat: gas token (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 authored May 30, 2024
1 parent 4d424c5 commit 2c3f02f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
28 changes: 28 additions & 0 deletions testnets/initia/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,34 @@
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.svg"
}
},
{
"description": "Testnet Gas Token",
"denom_units": [
{
"denom": "move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff",
"exponent": 0
},
{
"denom": "GAS",
"exponent": 6
}
],
"base": "move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff",
"display": "GAS",
"name": "GAS Token",
"symbol": "GAS",
"coingecko_id": "",
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.svg"
}
}
]
}
8 changes: 1 addition & 7 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@
"fees": {
"fee_tokens": [
{
"denom": "uinit",
"denom": "move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.15,
"average_gas_price": 0.15,
"high_gas_price": 0.4
},
{
"denom": "ueth"
},
{
"denom": "uusdc"
}
]
},
Expand Down
Binary file added testnets/initia/images/GAS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions testnets/initia/images/GAS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c3f02f

Please sign in to comment.