Skip to content

Commit

Permalink
feat: add config for assets requested by osmosis (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy authored Oct 10, 2024
1 parent ee28a0b commit dc39dd6
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 0 deletions.
90 changes: 90 additions & 0 deletions src/data/evm_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6038,6 +6038,96 @@
"transfer_fee": 10.0
}
]
},
{
"id": "cbbtc-satoshi",
"name": "cbBTC - Coinbase Wrapped BTC",
"symbol": "cbBTC",
"image": "/images/assets/cbbtc.svg",
"contracts": [
{
"chain": "base",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"symbol": "cbBTC",
"decimals": 8,
"transfer_fee": 0.00017
}
]
},
{
"id": "fbtc-satoshi",
"name": "FBTC - Fire Bitcoin",
"symbol": "FBTC",
"image": "/images/assets/fbtc.svg",
"contracts": [
{
"chain": "mantle",
"address": "0xC96dE26018A54D51c097160568752c4E3BD6C364",
"symbol": "FBTC",
"decimals": 8,
"transfer_fee": 0.00017
}
]
},
{
"id": "lbtc-satoshi",
"name": "LBTC - Lombard Staked Bitcoin",
"symbol": "LBTC",
"image": "/images/assets/lbtc.svg",
"contracts": [
{
"chain": "ethereum",
"address": "0x8236a87084f8B84306f72007F36F2618A5634494",
"symbol": "LBTC",
"decimals": 8,
"transfer_fee": 0.001
}
]
},
{
"id": "arbitrum-uusdt",
"name": "USDT - Tether USD",
"symbol": "USDT",
"image": "/images/assets/usdt.svg",
"contracts": [
{
"chain": "arbitrum",
"address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
"symbol": "USDT",
"decimals": 6,
"transfer_fee": 10.0
}
]
},
{
"id": "polygon-uusdt",
"name": "USDT - (PoS) Tether USD",
"symbol": "USDT",
"image": "/images/assets/usdt.svg",
"contracts": [
{
"chain": "polygon",
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"symbol": "USDT",
"decimals": 6,
"transfer_fee": 1.5
}
]
},
{
"id": "optimism-uusdt",
"name": "USDT - Tether USD",
"symbol": "USDT",
"image": "/images/assets/usdt.svg",
"contracts": [
{
"chain": "optimism",
"address": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
"symbol": "USDT",
"decimals": 6,
"transfer_fee": 10.0
}
]
}
],
"testnet": [
Expand Down
48 changes: 48 additions & 0 deletions src/data/ibc_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,54 @@
"image": "/images/assets/lava.svg",
"decimals": 6,
"transfer_fee": 0.1
},
{
"id": "cbbtc-satoshi",
"name": "cbBTC - Coinbase Wrapped BTC",
"symbol": "cbBTC",
"image": "/images/assets/cbbtc.svg",
"decimals": 8,
"transfer_fee": 1.7e-06
},
{
"id": "fbtc-satoshi",
"name": "FBTC - Fire Bitcoin",
"symbol": "FBTC",
"image": "/images/assets/fbtc.svg",
"decimals": 8,
"transfer_fee": 1.7e-06
},
{
"id": "lbtc-satoshi",
"name": "LBTC - Lombard Staked Bitcoin",
"symbol": "LBTC",
"image": "/images/assets/lbtc.svg",
"decimals": 8,
"transfer_fee": 1.7e-06
},
{
"id": "arbitrum-uusdt",
"name": "USDT - Tether USD",
"symbol": "USDT",
"image": "/images/assets/usdt.svg",
"decimals": 6,
"transfer_fee": 0.1
},
{
"id": "polygon-uusdt",
"name": "USDT - (PoS) Tether USD",
"symbol": "USDT",
"image": "/images/assets/usdt.svg",
"decimals": 6,
"transfer_fee": 0.1
},
{
"id": "optimism-uusdt",
"name": "USDT - Tether USD",
"symbol": "USDT",
"image": "/images/assets/usdt.svg",
"decimals": 6,
"transfer_fee": 0.1
}
],
"testnet": [
Expand Down
84 changes: 84 additions & 0 deletions src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,13 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "0x11e969e9B3f89cB16D686a03Cd8508C9fC0361AF"
},
"arbitrum-uusdt": {
"symbol": "USDT",
"decimals": 6,
"name": "Tether USD",
"is_native": true,
"address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
}
},
"archway": {
Expand Down Expand Up @@ -2296,6 +2303,13 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "0x11e969e9B3f89cB16D686a03Cd8508C9fC0361AF"
},
"cbbtc-satoshi": {
"symbol": "cbBTC",
"decimals": 8,
"name": "Coinbase Wrapped BTC",
"is_native": true,
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
}
},
"binance": {
Expand Down Expand Up @@ -4275,6 +4289,13 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "0x8b21c0E5672F8937177d9a74B0d87AD7974BDA5D"
},
"lbtc-satoshi": {
"symbol": "LBTC",
"decimals": 8,
"name": "Lombard Staked Bitcoin",
"is_native": true,
"address": "0x8236a87084f8B84306f72007F36F2618A5634494"
}
},
"evmos": {
Expand Down Expand Up @@ -6767,6 +6788,13 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "0x11e969e9B3f89cB16D686a03Cd8508C9fC0361AF"
},
"fbtc-satoshi": {
"symbol": "FBTC",
"decimals": 8,
"name": "Fire Bitcoin",
"is_native": true,
"address": "0xC96dE26018A54D51c097160568752c4E3BD6C364"
}
},
"migaloo": {
Expand Down Expand Up @@ -7538,6 +7566,13 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "0x11e969e9B3f89cB16D686a03Cd8508C9fC0361AF"
},
"optimism-uusdt": {
"symbol": "USDT",
"decimals": 6,
"name": "Tether USD",
"is_native": true,
"address": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58"
}
},
"osmosis": {
Expand Down Expand Up @@ -7876,6 +7911,48 @@
"name": "Wrapped Ether",
"is_native": false,
"address": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E"
},
"cbbtc-satoshi": {
"symbol": "axl-cbBTC",
"decimals": 8,
"name": "Coinbase Wrapped BTC",
"is_native": false,
"address": "ibc/616C2EA69BC328F245CE449785CB0B526B462C48F19DCF9B3D30699579B4308A"
},
"fbtc-satoshi": {
"symbol": "axlFBTC",
"decimals": 8,
"name": "Fire Bitcoin",
"is_native": false,
"address": "ibc/22C342A34DD0189AC2B2697EE76C360A9FBA53748ABA76E12C3A9E9F5F1E130F"
},
"lbtc-satoshi": {
"symbol": "axlLBTC",
"decimals": 8,
"name": "Lombard Staked Bitcoin",
"is_native": false,
"address": "ibc/4AC81C97BBB5482536F6401328E0E10BCCD98F0F471DCF64319A811E25E53CAB"
},
"arbitrum-uusdt": {
"symbol": "axlArbitrumUSDT",
"decimals": 6,
"name": "Tether USD",
"is_native": false,
"address": "ibc/57B63A0795B6BC0AC4EFD0D4DEE9FE71FCC1D0FFA87F6280C9CDEF4F6727A173"
},
"polygon-uusdt": {
"symbol": "axlPolygonUSDT",
"decimals": 6,
"name": "(PoS) Tether USD",
"is_native": false,
"address": "ibc/2F6003A92088B989A159C593C551DF7B04FA0A0419CA3ED087E45E0006ECFF6E"
},
"optimism-uusdt": {
"symbol": "axlOptimismUSDT",
"decimals": 6,
"name": "Tether USD",
"is_native": false,
"address": "ibc/EEA21E12A250B7FBBCBBBD1F7AA78984F5C12D684B32EBEEFC585FF596A7BCDA"
}
},
"persistence": {
Expand Down Expand Up @@ -8363,6 +8440,13 @@
"name": "Axelar Wrapped LAVA",
"is_native": false,
"address": "0x1da37a2B6e275e05A16859A4C070E82428Ef9Da5"
},
"polygon-uusdt": {
"symbol": "USDT",
"decimals": 6,
"name": "(PoS) Tether USD",
"is_native": true,
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
}
},
"provenance": {
Expand Down

0 comments on commit dc39dd6

Please sign in to comment.