Skip to content

Commit

Permalink
feat: add xion testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Apr 27, 2024
1 parent 8d033ec commit bec1684
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions chains/testnet/xion.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
chainID: 'xion-testnet-1',
lcd: 'https://api.xion-testnet-1.burnt.com',
gasAdjustment: 2,
gasPrices: { uxion: 0.015 },
prefix: 'xion',
coinType: '118',
baseAsset: 'uxion',
name: 'XION',
icon: process.env.CF_PAGES_URL + '/img/chains/Juno.svg',
explorer: {
address: 'https://explorer.burnt.com/xion-testnet-1/account/{}',
tx: 'https://explorer.burnt.com/xion-testnet-1/transaction/{}',
validator: 'https://explorer.burnt.com/xion-testnet-1/validator/{}',
block: 'https://explorer.burnt.com/xion-testnet-1/block/{}',
},
tokens: [
{
token: 'uxion',
symbol: 'XION',
name: 'XION',
icon: process.env.CF_PAGES_URL + '/img/coins/XION.png',
decimals: 6,
},
],
}
Binary file added img/coins/XION.png
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 bec1684

Please sign in to comment.