Skip to content

Commit

Permalink
feat: add btc-ethereum route for prom token
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgyskr committed Nov 19, 2024
1 parent bf6e7bc commit ec9bbc2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
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 deployments/warp_routes/PROM/bsc-ethereum-polygon-config.yaml
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

0 comments on commit ec9bbc2

Please sign in to comment.