Skip to content

Commit

Permalink
build 🛠 build-20250109-023943
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 9, 2025
1 parent c449992 commit 9123aba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion repos/chain-registry
30 changes: 30 additions & 0 deletions v2/packages/chain-registry/src/mainnet/terra2/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,36 @@ const info: AssetList = {
primaryColorHex: '#1c1c1c'
}
}]
},
{
description: 'ERIS Arbitrage LUNA',
typeAsset: 'cw20',
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
denomUnits: [{
denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
exponent: 0
}, {
denom: 'arbLUNA',
exponent: 6
}],
base: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
name: 'ERIS Arb LUNA',
display: 'arbLUNA',
symbol: 'arbLUNA',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
}],
traces: [{
type: 'synthetic',
counterparty: {
chainName: 'terra2',
baseDenom: 'uluna'
},
provider: 'ERIS Protocol'
}]
}
]
};
Expand Down

0 comments on commit 9123aba

Please sign in to comment.