@hyperlane-xyz/registry 13.16.0 → 13.16.1
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/wfragJTO/eclipsemainnet-solanamainnet-soon-config.d.ts +2 -0
- package/dist/deployments/warp_routes/wfragJTO/eclipsemainnet-solanamainnet-soon-config.js +59 -0
- package/dist/deployments/warp_routes/wfragJTO/eclipsemainnet-solanamainnet-soon-config.json +59 -0
- package/dist/deployments/warp_routes/wfragJTO/eclipsemainnet-solanamainnet-soon-config.yaml +36 -0
- package/dist/deployments/warp_routes/wfragSOL/eclipsemainnet-solanamainnet-soon-config.d.ts +2 -0
- package/dist/deployments/warp_routes/wfragSOL/eclipsemainnet-solanamainnet-soon-config.js +59 -0
- package/dist/deployments/warp_routes/wfragSOL/eclipsemainnet-solanamainnet-soon-config.json +59 -0
- package/dist/deployments/warp_routes/wfragSOL/eclipsemainnet-solanamainnet-soon-config.yaml +36 -0
- package/dist/warpRouteConfigs.js +118 -0
- package/package.json +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export const warpRouteConfig = {
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV",
|
|
5
|
+
"chainName": "solanamainnet",
|
|
6
|
+
"coinGeckoId": "wrapped-fragjto",
|
|
7
|
+
"collateralAddressOrDenom": "WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U",
|
|
8
|
+
"connections": [
|
|
9
|
+
{
|
|
10
|
+
"token": "sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"token": "sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"decimals": 9,
|
|
17
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
18
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
19
|
+
"standard": "SealevelHypCollateral",
|
|
20
|
+
"symbol": "wfragJTO"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"addressOrDenom": "4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD",
|
|
24
|
+
"chainName": "eclipsemainnet",
|
|
25
|
+
"collateralAddressOrDenom": "HqDHrCWhdELCf21AAzhpAYTtKLtkqVzGfHTz7fo1yNxy",
|
|
26
|
+
"connections": [
|
|
27
|
+
{
|
|
28
|
+
"token": "sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"token": "sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"decimals": 9,
|
|
35
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
36
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
37
|
+
"standard": "SealevelHypSynthetic",
|
|
38
|
+
"symbol": "wfragJTO"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"addressOrDenom": "A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8",
|
|
42
|
+
"chainName": "soon",
|
|
43
|
+
"collateralAddressOrDenom": "6vrMyHTVQvmGzCjphMZxnfYV7R8C9tDWAQsWDTgCq1mE",
|
|
44
|
+
"connections": [
|
|
45
|
+
{
|
|
46
|
+
"token": "sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"token": "sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"decimals": 9,
|
|
53
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
54
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
55
|
+
"standard": "SealevelHypSynthetic",
|
|
56
|
+
"symbol": "wfragJTO"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV",
|
|
5
|
+
"chainName": "solanamainnet",
|
|
6
|
+
"coinGeckoId": "wrapped-fragjto",
|
|
7
|
+
"collateralAddressOrDenom": "WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U",
|
|
8
|
+
"connections": [
|
|
9
|
+
{
|
|
10
|
+
"token": "sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"token": "sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"decimals": 9,
|
|
17
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
18
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
19
|
+
"standard": "SealevelHypCollateral",
|
|
20
|
+
"symbol": "wfragJTO"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"addressOrDenom": "4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD",
|
|
24
|
+
"chainName": "eclipsemainnet",
|
|
25
|
+
"collateralAddressOrDenom": "HqDHrCWhdELCf21AAzhpAYTtKLtkqVzGfHTz7fo1yNxy",
|
|
26
|
+
"connections": [
|
|
27
|
+
{
|
|
28
|
+
"token": "sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"token": "sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"decimals": 9,
|
|
35
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
36
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
37
|
+
"standard": "SealevelHypSynthetic",
|
|
38
|
+
"symbol": "wfragJTO"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"addressOrDenom": "A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8",
|
|
42
|
+
"chainName": "soon",
|
|
43
|
+
"collateralAddressOrDenom": "6vrMyHTVQvmGzCjphMZxnfYV7R8C9tDWAQsWDTgCq1mE",
|
|
44
|
+
"connections": [
|
|
45
|
+
{
|
|
46
|
+
"token": "sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"token": "sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"decimals": 9,
|
|
53
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
54
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
55
|
+
"standard": "SealevelHypSynthetic",
|
|
56
|
+
"symbol": "wfragJTO"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
tokens:
|
|
3
|
+
- addressOrDenom: 21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV
|
|
4
|
+
chainName: solanamainnet
|
|
5
|
+
coinGeckoId: wrapped-fragjto
|
|
6
|
+
collateralAddressOrDenom: WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U
|
|
7
|
+
connections:
|
|
8
|
+
- token: sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD
|
|
9
|
+
- token: sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8
|
|
10
|
+
decimals: 9
|
|
11
|
+
logoURI: /deployments/warp_routes/wfragJTO/logo.svg
|
|
12
|
+
name: Wrapped Fragmetric Restaked JTO
|
|
13
|
+
standard: SealevelHypCollateral
|
|
14
|
+
symbol: wfragJTO
|
|
15
|
+
- addressOrDenom: 4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD
|
|
16
|
+
chainName: eclipsemainnet
|
|
17
|
+
collateralAddressOrDenom: HqDHrCWhdELCf21AAzhpAYTtKLtkqVzGfHTz7fo1yNxy
|
|
18
|
+
connections:
|
|
19
|
+
- token: sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV
|
|
20
|
+
- token: sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8
|
|
21
|
+
decimals: 9
|
|
22
|
+
logoURI: /deployments/warp_routes/wfragJTO/logo.svg
|
|
23
|
+
name: Wrapped Fragmetric Restaked JTO
|
|
24
|
+
standard: SealevelHypSynthetic
|
|
25
|
+
symbol: wfragJTO
|
|
26
|
+
- addressOrDenom: A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8
|
|
27
|
+
chainName: soon
|
|
28
|
+
collateralAddressOrDenom: 6vrMyHTVQvmGzCjphMZxnfYV7R8C9tDWAQsWDTgCq1mE
|
|
29
|
+
connections:
|
|
30
|
+
- token: sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV
|
|
31
|
+
- token: sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD
|
|
32
|
+
decimals: 9
|
|
33
|
+
logoURI: /deployments/warp_routes/wfragJTO/logo.svg
|
|
34
|
+
name: Wrapped Fragmetric Restaked JTO
|
|
35
|
+
standard: SealevelHypSynthetic
|
|
36
|
+
symbol: wfragJTO
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export const warpRouteConfig = {
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ",
|
|
5
|
+
"chainName": "solanamainnet",
|
|
6
|
+
"coinGeckoId": "wrapped-fragsol",
|
|
7
|
+
"collateralAddressOrDenom": "WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U",
|
|
8
|
+
"connections": [
|
|
9
|
+
{
|
|
10
|
+
"token": "sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"token": "sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"decimals": 9,
|
|
17
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
18
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
19
|
+
"standard": "SealevelHypCollateral",
|
|
20
|
+
"symbol": "wfragSOL"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"addressOrDenom": "FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN",
|
|
24
|
+
"chainName": "eclipsemainnet",
|
|
25
|
+
"collateralAddressOrDenom": "97UNrMjduqbHhnZ5T5w3DifYnxwM2LAEpYxfoMcMjXK1",
|
|
26
|
+
"connections": [
|
|
27
|
+
{
|
|
28
|
+
"token": "sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"token": "sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"decimals": 9,
|
|
35
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
36
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
37
|
+
"standard": "SealevelHypSynthetic",
|
|
38
|
+
"symbol": "wfragSOL"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"addressOrDenom": "6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc",
|
|
42
|
+
"chainName": "soon",
|
|
43
|
+
"collateralAddressOrDenom": "7T9sawCGJAV4wC49CjHpw8TGL3ZuPAbZipNq86YXGecy",
|
|
44
|
+
"connections": [
|
|
45
|
+
{
|
|
46
|
+
"token": "sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"token": "sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"decimals": 9,
|
|
53
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
54
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
55
|
+
"standard": "SealevelHypSynthetic",
|
|
56
|
+
"symbol": "wfragSOL"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ",
|
|
5
|
+
"chainName": "solanamainnet",
|
|
6
|
+
"coinGeckoId": "wrapped-fragsol",
|
|
7
|
+
"collateralAddressOrDenom": "WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U",
|
|
8
|
+
"connections": [
|
|
9
|
+
{
|
|
10
|
+
"token": "sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"token": "sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"decimals": 9,
|
|
17
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
18
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
19
|
+
"standard": "SealevelHypCollateral",
|
|
20
|
+
"symbol": "wfragSOL"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"addressOrDenom": "FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN",
|
|
24
|
+
"chainName": "eclipsemainnet",
|
|
25
|
+
"collateralAddressOrDenom": "97UNrMjduqbHhnZ5T5w3DifYnxwM2LAEpYxfoMcMjXK1",
|
|
26
|
+
"connections": [
|
|
27
|
+
{
|
|
28
|
+
"token": "sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"token": "sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"decimals": 9,
|
|
35
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
36
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
37
|
+
"standard": "SealevelHypSynthetic",
|
|
38
|
+
"symbol": "wfragSOL"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"addressOrDenom": "6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc",
|
|
42
|
+
"chainName": "soon",
|
|
43
|
+
"collateralAddressOrDenom": "7T9sawCGJAV4wC49CjHpw8TGL3ZuPAbZipNq86YXGecy",
|
|
44
|
+
"connections": [
|
|
45
|
+
{
|
|
46
|
+
"token": "sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"token": "sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"decimals": 9,
|
|
53
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
54
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
55
|
+
"standard": "SealevelHypSynthetic",
|
|
56
|
+
"symbol": "wfragSOL"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
tokens:
|
|
3
|
+
- addressOrDenom: 22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ
|
|
4
|
+
chainName: solanamainnet
|
|
5
|
+
coinGeckoId: wrapped-fragsol
|
|
6
|
+
collateralAddressOrDenom: WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U
|
|
7
|
+
connections:
|
|
8
|
+
- token: sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN
|
|
9
|
+
- token: sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc
|
|
10
|
+
decimals: 9
|
|
11
|
+
logoURI: /deployments/warp_routes/wfragSOL/logo.svg
|
|
12
|
+
name: Wrapped Fragmetric Restaked SOL
|
|
13
|
+
standard: SealevelHypCollateral
|
|
14
|
+
symbol: wfragSOL
|
|
15
|
+
- addressOrDenom: FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN
|
|
16
|
+
chainName: eclipsemainnet
|
|
17
|
+
collateralAddressOrDenom: 97UNrMjduqbHhnZ5T5w3DifYnxwM2LAEpYxfoMcMjXK1
|
|
18
|
+
connections:
|
|
19
|
+
- token: sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ
|
|
20
|
+
- token: sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc
|
|
21
|
+
decimals: 9
|
|
22
|
+
logoURI: /deployments/warp_routes/wfragSOL/logo.svg
|
|
23
|
+
name: Wrapped Fragmetric Restaked SOL
|
|
24
|
+
standard: SealevelHypSynthetic
|
|
25
|
+
symbol: wfragSOL
|
|
26
|
+
- addressOrDenom: 6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc
|
|
27
|
+
chainName: soon
|
|
28
|
+
collateralAddressOrDenom: 7T9sawCGJAV4wC49CjHpw8TGL3ZuPAbZipNq86YXGecy
|
|
29
|
+
connections:
|
|
30
|
+
- token: sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ
|
|
31
|
+
- token: sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN
|
|
32
|
+
decimals: 9
|
|
33
|
+
logoURI: /deployments/warp_routes/wfragSOL/logo.svg
|
|
34
|
+
name: Wrapped Fragmetric Restaked SOL
|
|
35
|
+
standard: SealevelHypSynthetic
|
|
36
|
+
symbol: wfragSOL
|
package/dist/warpRouteConfigs.js
CHANGED
|
@@ -12106,5 +12106,123 @@ export const warpRouteConfigs = {
|
|
|
12106
12106
|
"symbol": "weETHs"
|
|
12107
12107
|
}
|
|
12108
12108
|
]
|
|
12109
|
+
},
|
|
12110
|
+
"wfragJTO/eclipsemainnet-solanamainnet-soon": {
|
|
12111
|
+
"tokens": [
|
|
12112
|
+
{
|
|
12113
|
+
"addressOrDenom": "21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV",
|
|
12114
|
+
"chainName": "solanamainnet",
|
|
12115
|
+
"coinGeckoId": "wrapped-fragjto",
|
|
12116
|
+
"collateralAddressOrDenom": "WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U",
|
|
12117
|
+
"connections": [
|
|
12118
|
+
{
|
|
12119
|
+
"token": "sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD"
|
|
12120
|
+
},
|
|
12121
|
+
{
|
|
12122
|
+
"token": "sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8"
|
|
12123
|
+
}
|
|
12124
|
+
],
|
|
12125
|
+
"decimals": 9,
|
|
12126
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
12127
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
12128
|
+
"standard": "SealevelHypCollateral",
|
|
12129
|
+
"symbol": "wfragJTO"
|
|
12130
|
+
},
|
|
12131
|
+
{
|
|
12132
|
+
"addressOrDenom": "4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD",
|
|
12133
|
+
"chainName": "eclipsemainnet",
|
|
12134
|
+
"collateralAddressOrDenom": "HqDHrCWhdELCf21AAzhpAYTtKLtkqVzGfHTz7fo1yNxy",
|
|
12135
|
+
"connections": [
|
|
12136
|
+
{
|
|
12137
|
+
"token": "sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV"
|
|
12138
|
+
},
|
|
12139
|
+
{
|
|
12140
|
+
"token": "sealevel|soon|A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8"
|
|
12141
|
+
}
|
|
12142
|
+
],
|
|
12143
|
+
"decimals": 9,
|
|
12144
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
12145
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
12146
|
+
"standard": "SealevelHypSynthetic",
|
|
12147
|
+
"symbol": "wfragJTO"
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"addressOrDenom": "A4UxZkWrEtfmhdtBE3VSS6n4E7Tnj7EMs5PA3hLgmFL8",
|
|
12151
|
+
"chainName": "soon",
|
|
12152
|
+
"collateralAddressOrDenom": "6vrMyHTVQvmGzCjphMZxnfYV7R8C9tDWAQsWDTgCq1mE",
|
|
12153
|
+
"connections": [
|
|
12154
|
+
{
|
|
12155
|
+
"token": "sealevel|solanamainnet|21dbSbBdoEqUtJcvBkvhjpEiqb3LTrUFGQxKHWjY3WwV"
|
|
12156
|
+
},
|
|
12157
|
+
{
|
|
12158
|
+
"token": "sealevel|eclipsemainnet|4dLFhsXeK6QPxV2HEbXsF6eSTZdTFaGcGY5eEj5c8CbD"
|
|
12159
|
+
}
|
|
12160
|
+
],
|
|
12161
|
+
"decimals": 9,
|
|
12162
|
+
"logoURI": "/deployments/warp_routes/wfragJTO/logo.svg",
|
|
12163
|
+
"name": "Wrapped Fragmetric Restaked JTO",
|
|
12164
|
+
"standard": "SealevelHypSynthetic",
|
|
12165
|
+
"symbol": "wfragJTO"
|
|
12166
|
+
}
|
|
12167
|
+
]
|
|
12168
|
+
},
|
|
12169
|
+
"wfragSOL/eclipsemainnet-solanamainnet-soon": {
|
|
12170
|
+
"tokens": [
|
|
12171
|
+
{
|
|
12172
|
+
"addressOrDenom": "22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ",
|
|
12173
|
+
"chainName": "solanamainnet",
|
|
12174
|
+
"coinGeckoId": "wrapped-fragsol",
|
|
12175
|
+
"collateralAddressOrDenom": "WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U",
|
|
12176
|
+
"connections": [
|
|
12177
|
+
{
|
|
12178
|
+
"token": "sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN"
|
|
12179
|
+
},
|
|
12180
|
+
{
|
|
12181
|
+
"token": "sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc"
|
|
12182
|
+
}
|
|
12183
|
+
],
|
|
12184
|
+
"decimals": 9,
|
|
12185
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
12186
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
12187
|
+
"standard": "SealevelHypCollateral",
|
|
12188
|
+
"symbol": "wfragSOL"
|
|
12189
|
+
},
|
|
12190
|
+
{
|
|
12191
|
+
"addressOrDenom": "FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN",
|
|
12192
|
+
"chainName": "eclipsemainnet",
|
|
12193
|
+
"collateralAddressOrDenom": "97UNrMjduqbHhnZ5T5w3DifYnxwM2LAEpYxfoMcMjXK1",
|
|
12194
|
+
"connections": [
|
|
12195
|
+
{
|
|
12196
|
+
"token": "sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ"
|
|
12197
|
+
},
|
|
12198
|
+
{
|
|
12199
|
+
"token": "sealevel|soon|6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc"
|
|
12200
|
+
}
|
|
12201
|
+
],
|
|
12202
|
+
"decimals": 9,
|
|
12203
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
12204
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
12205
|
+
"standard": "SealevelHypSynthetic",
|
|
12206
|
+
"symbol": "wfragSOL"
|
|
12207
|
+
},
|
|
12208
|
+
{
|
|
12209
|
+
"addressOrDenom": "6trL4uE7KANMqrPT5rw4uiN6TSTw7c5Ssv4GdAkhTzVc",
|
|
12210
|
+
"chainName": "soon",
|
|
12211
|
+
"collateralAddressOrDenom": "7T9sawCGJAV4wC49CjHpw8TGL3ZuPAbZipNq86YXGecy",
|
|
12212
|
+
"connections": [
|
|
12213
|
+
{
|
|
12214
|
+
"token": "sealevel|solanamainnet|22z73A4E7QjwjTsHGJptnALgBGuovEabCcQtPdBaQPpJ"
|
|
12215
|
+
},
|
|
12216
|
+
{
|
|
12217
|
+
"token": "sealevel|eclipsemainnet|FF6PWPjiY1hwy3Kt5qTDoqhZ3PbmaXKYPzADEjZbK9iN"
|
|
12218
|
+
}
|
|
12219
|
+
],
|
|
12220
|
+
"decimals": 9,
|
|
12221
|
+
"logoURI": "/deployments/warp_routes/wfragSOL/logo.svg",
|
|
12222
|
+
"name": "Wrapped Fragmetric Restaked SOL",
|
|
12223
|
+
"standard": "SealevelHypSynthetic",
|
|
12224
|
+
"symbol": "wfragSOL"
|
|
12225
|
+
}
|
|
12226
|
+
]
|
|
12109
12227
|
}
|
|
12110
12228
|
};
|