Skip to content

Commit

Permalink
feat: test enable noble.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Jan 10, 2024
1 parent 8a6cba6 commit 1419a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/mainnet/noble.js.disabled → chains/mainnet/noble.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
chainID: 'noble-1',
lcd: 'https://noble-api.polkachu.com',
lcd: 'https://lcd-noble.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: {
uusdc: 0,
'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0': 0.001,
uusdc: 0.1,
'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0': 0.01,
},
prefix: 'noble',
coinType: '118',
Expand Down

0 comments on commit 1419a0d

Please sign in to comment.