-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add btc-ethereum route for prom token
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
deployments/warp_routes/PROM/bsc-ethereum-polygon-addresses.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
bsc: | ||
collateral: "0xA83e1e21e82038e425e7a47aD7c2e059D7F1cae6" | ||
ethereum: | ||
collateral: "0x25C147Bd61bdaB6ce5A1Ae4939d2765092e0e2F8" | ||
polygon: | ||
synthetic: "0x6539BB7b4533E5cc004CeD6429431b3594923650" |
31 changes: 31 additions & 0 deletions
31
deployments/warp_routes/PROM/bsc-ethereum-polygon-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0xA83e1e21e82038e425e7a47aD7c2e059D7F1cae6" | ||
chainName: bsc | ||
collateralAddressOrDenom: "0xaf53d56ff99f1322515e54fdde93ff8b3b7dafd5" | ||
connections: | ||
- token: ethereum|ethereum|0x25C147Bd61bdaB6ce5A1Ae4939d2765092e0e2F8 | ||
- token: ethereum|polygon|0x6539BB7b4533E5cc004CeD6429431b3594923650 | ||
decimals: 18 | ||
name: Prometeus | ||
standard: EvmHypCollateral | ||
symbol: PROM | ||
- addressOrDenom: "0x25C147Bd61bdaB6ce5A1Ae4939d2765092e0e2F8" | ||
chainName: ethereum | ||
collateralAddressOrDenom: "0xfc82bb4ba86045af6f327323a46e80412b91b27d" | ||
connections: | ||
- token: ethereum|bsc|0xA83e1e21e82038e425e7a47aD7c2e059D7F1cae6 | ||
- token: ethereum|polygon|0x6539BB7b4533E5cc004CeD6429431b3594923650 | ||
decimals: 18 | ||
name: Prometeus | ||
standard: EvmHypCollateral | ||
symbol: PROM | ||
- addressOrDenom: "0x6539BB7b4533E5cc004CeD6429431b3594923650" | ||
chainName: polygon | ||
connections: | ||
- token: ethereum|bsc|0xA83e1e21e82038e425e7a47aD7c2e059D7F1cae6 | ||
- token: ethereum|ethereum|0x25C147Bd61bdaB6ce5A1Ae4939d2765092e0e2F8 | ||
decimals: 18 | ||
name: Prometeus | ||
standard: EvmHypSynthetic | ||
symbol: PROM |