Skip to content

Commit

Permalink
Added Pryzm Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed May 15, 2024
1 parent 6d40bf7 commit bcedbd0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions chains/mainnet/pryzm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
module.exports = {
chainID: 'pryzm-1',
lcd: 'https://api.pryzm.zone',
gasAdjustment: 1.6,
gasPrices: { upryzm: 0.01 },
prefix: 'pryzm',
coinType: '118',
baseAsset: 'upryzm',
name: 'Pryzm',
icon: process.env.CF_PAGES_URL + '/img/chains/Pryzm.svg',
alliance: true,
explorer: {
address: 'https://chainsco.pe/pryzm/address/{}',
tx: 'https://chainsco.pe/pryzm/tx/{}',
validator: 'https://chainsco.pe/pryzm/validator/{}',
block: 'https://chainsco.pe/pryzm/block/{}',
},
channels: {
},
tokens: [
{
token: 'upryzm',
symbol: 'PRYZM',
name: 'Pryzm',
icon: process.env.CF_PAGES_URL + '/img/coins/Pryzm.svg',
decimals: 6,
},
{
token: 'factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu',
symbol: 'AUUU',
name: 'AUUU',
icon: process.env.CF_PAGES_URL + '/img/coins/AUUU.png',
decimals: 6,
},
],
}
Binary file added img/coins/AUUU.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 bcedbd0

Please sign in to comment.