Skip to content

Commit

Permalink
fix: add osmosis requested assets on axelar (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy authored Oct 16, 2024
1 parent fa06def commit c850bf2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,48 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "ibc/2C675DF5F8A49C2685775C6A692015A3B059FA6656B4DBB4DF4052F84F7DEDEA"
},
"cbbtc-satoshi": {
"symbol": "axl-cbBTC",
"decimals": 8,
"name": "Coinbase Wrapped BTC",
"is_native": false,
"address": "cbbtc-satoshi"
},
"fbtc-satoshi": {
"symbol": "axlFBTC",
"decimals": 8,
"name": "Fire Bitcoin",
"is_native": false,
"address": "fbtc-satoshi"
},
"lbtc-satoshi": {
"symbol": "axlLBTC",
"decimals": 8,
"name": "Lombard Staked Bitcoin",
"is_native": false,
"address": "lbtc-satoshi"
},
"arbitrum-uusdt": {
"symbol": "axlArbitrumUSDT",
"decimals": 6,
"name": "Tether USD",
"is_native": false,
"address": "arbitrum-uusdt"
},
"polygon-uusdt": {
"symbol": "axlPolygonUSDT",
"decimals": 6,
"name": "(PoS) Tether USD",
"is_native": false,
"address": "polygon-uusdt"
},
"optimism-uusdt": {
"symbol": "axlOptimismUSDT",
"decimals": 6,
"name": "Tether USD",
"is_native": false,
"address": "optimism-uusdt"
}
},
"base": {
Expand Down

0 comments on commit c850bf2

Please sign in to comment.