Skip to content

Commit

Permalink
chore: update configs (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax authored Dec 7, 2023
1 parent d2bd3bd commit d9a081a
Show file tree
Hide file tree
Showing 4 changed files with 1,041 additions and 2 deletions.
12 changes: 12 additions & 0 deletions src/data/cosmos_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@
"network_id": "terra-2",
"image": "/images/chains/terra.svg"
},
{
"id": "terraclassic",
"name": "Terra Classic",
"network_id": "terra",
"image": "/images/chains/terraclassic.svg"
},
{
"id": "umee",
"name": "Umee",
Expand Down Expand Up @@ -284,6 +290,12 @@
"network_id": "odin",
"image": "/images/chains/odin.svg"
},
{
"id": "ojo",
"name": "Ojo",
"network_id": "ojo",
"image": "/images/chains/ojo.svg"
},
{
"id": "osmosis",
"name": "Osmosis",
Expand Down
26 changes: 25 additions & 1 deletion src/data/ibc_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
"decimals": 18,
"transfer_fee": 5.7e-05
},
{
"id": "wusdm-wei",
"name": "wUSDM - Wrapped Mountain Protocol USD",
"symbol": "wUSDM",
"image": "/images/assets/wusdm.svg",
"decimals": 18,
"transfer_fee": 0.1
},
{
"id": "ueuroc",
"name": "EUROC - Euro Coin",
Expand Down Expand Up @@ -142,7 +150,7 @@
"symbol": "KUJI",
"image": "/images/assets/kuji.svg",
"decimals": 6,
"transfer_fee": 0.2
"transfer_fee": 0.029
},
{
"id": "cbeth-wei",
Expand All @@ -160,6 +168,14 @@
"decimals": 18,
"transfer_fee": 5.7e-05
},
{
"id": "sfrax-wei",
"name": "sFRAX - Staked FRAX",
"symbol": "sFRAX",
"image": "/images/assets/sfrax.svg",
"decimals": 18,
"transfer_fee": 0.099
},
{
"id": "reth-wei",
"name": "rETH - Rocket Pool ETH",
Expand Down Expand Up @@ -400,6 +416,14 @@
"decimals": 6,
"transfer_fee": 0.67
},
{
"id": "utia",
"name": "TIA - Axelar Wrapped TIA",
"symbol": "TIA",
"image": "/images/assets/tia.svg",
"decimals": 6,
"transfer_fee": 0.05
},
{
"id": "pepe-wei",
"name": "PEPE - Pepe",
Expand Down
20 changes: 20 additions & 0 deletions src/data/ibc_channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,16 @@
"to": "terra",
"channel_id": "channel-11"
},
{
"from": "terraclassic",
"to": "axelarnet",
"channel_id": "channel-19"
},
{
"from": "axelarnet",
"to": "terraclassic",
"channel_id": "channel-0"
},
{
"from": "umee",
"to": "axelarnet",
Expand Down Expand Up @@ -452,6 +462,16 @@
"to": "odin",
"channel_id": "channel-162"
},
{
"from": "ojo",
"to": "axelarnet",
"channel_id": "channel-1"
},
{
"from": "axelarnet",
"to": "ojo",
"channel_id": "channel-355"
},
{
"from": "osmosis",
"to": "axelarnet",
Expand Down
Loading

1 comment on commit d9a081a

@vercel
Copy link

@vercel vercel bot commented on d9a081a Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.