@hyperlane-xyz/registry 13.11.0 → 13.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/deployments/warp_routes/MILK/bsc-milkyway-config.d.ts +2 -0
- package/dist/deployments/warp_routes/MILK/bsc-milkyway-config.js +32 -0
- package/dist/deployments/warp_routes/MILK/bsc-milkyway-config.json +32 -0
- package/dist/deployments/warp_routes/MILK/bsc-milkyway-config.yaml +20 -0
- package/dist/warpRouteConfigs.js +32 -0
- package/package.json +1 -1
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const warpRouteConfig = {
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0x726f757465725f61707000000000000000000000000000010000000000000000",
|
|
5
|
+
"chainName": "milkyway",
|
|
6
|
+
"connections": [
|
|
7
|
+
{
|
|
8
|
+
"token": "ethereum|bsc|0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"decimals": 6,
|
|
12
|
+
"logoURI": "/deployments/warp_routes/MILK/logo.svg",
|
|
13
|
+
"name": "MilkyWay",
|
|
14
|
+
"standard": "CosmosNativeHypCollateral",
|
|
15
|
+
"symbol": "MILK"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"addressOrDenom": "0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD",
|
|
19
|
+
"chainName": "bsc",
|
|
20
|
+
"connections": [
|
|
21
|
+
{
|
|
22
|
+
"token": "cosmosnative|milkyway|0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"decimals": 6,
|
|
26
|
+
"logoURI": "/deployments/warp_routes/MILK/logo.svg",
|
|
27
|
+
"name": "MilkyWay",
|
|
28
|
+
"standard": "EvmHypSynthetic",
|
|
29
|
+
"symbol": "MILK"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0x726f757465725f61707000000000000000000000000000010000000000000000",
|
|
5
|
+
"chainName": "milkyway",
|
|
6
|
+
"connections": [
|
|
7
|
+
{
|
|
8
|
+
"token": "ethereum|bsc|0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"decimals": 6,
|
|
12
|
+
"logoURI": "/deployments/warp_routes/MILK/logo.svg",
|
|
13
|
+
"name": "MilkyWay",
|
|
14
|
+
"standard": "CosmosNativeHypCollateral",
|
|
15
|
+
"symbol": "MILK"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"addressOrDenom": "0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD",
|
|
19
|
+
"chainName": "bsc",
|
|
20
|
+
"connections": [
|
|
21
|
+
{
|
|
22
|
+
"token": "cosmosnative|milkyway|0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"decimals": 6,
|
|
26
|
+
"logoURI": "/deployments/warp_routes/MILK/logo.svg",
|
|
27
|
+
"name": "MilkyWay",
|
|
28
|
+
"standard": "EvmHypSynthetic",
|
|
29
|
+
"symbol": "MILK"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
tokens:
|
|
3
|
+
- addressOrDenom: "0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
4
|
+
chainName: milkyway
|
|
5
|
+
connections:
|
|
6
|
+
- token: ethereum|bsc|0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD
|
|
7
|
+
decimals: 6
|
|
8
|
+
logoURI: /deployments/warp_routes/MILK/logo.svg
|
|
9
|
+
name: MilkyWay
|
|
10
|
+
standard: CosmosNativeHypCollateral
|
|
11
|
+
symbol: MILK
|
|
12
|
+
- addressOrDenom: "0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD"
|
|
13
|
+
chainName: bsc
|
|
14
|
+
connections:
|
|
15
|
+
- token: cosmosnative|milkyway|0x726f757465725f61707000000000000000000000000000010000000000000000
|
|
16
|
+
decimals: 6
|
|
17
|
+
logoURI: /deployments/warp_routes/MILK/logo.svg
|
|
18
|
+
name: MilkyWay
|
|
19
|
+
standard: EvmHypSynthetic
|
|
20
|
+
symbol: MILK
|
package/dist/warpRouteConfigs.js
CHANGED
|
@@ -4736,6 +4736,38 @@ export const warpRouteConfigs = {
|
|
|
4736
4736
|
}
|
|
4737
4737
|
]
|
|
4738
4738
|
},
|
|
4739
|
+
"MILK/bsc-milkyway": {
|
|
4740
|
+
"tokens": [
|
|
4741
|
+
{
|
|
4742
|
+
"addressOrDenom": "0x726f757465725f61707000000000000000000000000000010000000000000000",
|
|
4743
|
+
"chainName": "milkyway",
|
|
4744
|
+
"connections": [
|
|
4745
|
+
{
|
|
4746
|
+
"token": "ethereum|bsc|0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD"
|
|
4747
|
+
}
|
|
4748
|
+
],
|
|
4749
|
+
"decimals": 6,
|
|
4750
|
+
"logoURI": "/deployments/warp_routes/MILK/logo.svg",
|
|
4751
|
+
"name": "MilkyWay",
|
|
4752
|
+
"standard": "CosmosNativeHypCollateral",
|
|
4753
|
+
"symbol": "MILK"
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"addressOrDenom": "0x7b4Bf9fEcCfF207eF2CB7101Ceb15b8516021AcD",
|
|
4757
|
+
"chainName": "bsc",
|
|
4758
|
+
"connections": [
|
|
4759
|
+
{
|
|
4760
|
+
"token": "cosmosnative|milkyway|0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
4761
|
+
}
|
|
4762
|
+
],
|
|
4763
|
+
"decimals": 6,
|
|
4764
|
+
"logoURI": "/deployments/warp_routes/MILK/logo.svg",
|
|
4765
|
+
"name": "MilkyWay",
|
|
4766
|
+
"standard": "EvmHypSynthetic",
|
|
4767
|
+
"symbol": "MILK"
|
|
4768
|
+
}
|
|
4769
|
+
]
|
|
4770
|
+
},
|
|
4739
4771
|
"MINT/mint-solanamainnet": {
|
|
4740
4772
|
"tokens": [
|
|
4741
4773
|
{
|