@agoric/orchestration 0.1.1-dev-4fdf6ef.0 → 0.1.1-dev-91c9e91.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/package.json +2 -2
- package/src/cctp-chain-info.d.ts +0 -103
- package/src/cctp-chain-info.d.ts.map +1 -1
- package/src/cctp-chain-info.js +0 -96
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/orchestration",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-91c9e91.0+91c9e91",
|
|
4
4
|
"description": "Chain abstraction for Agoric's orchestration clients",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"typeCoverage": {
|
|
106
106
|
"atLeast": 97.7
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "91c9e91fe9e3b387b86dc6c6ca5d0f75a01f7948"
|
|
109
109
|
}
|
package/src/cctp-chain-info.d.ts
CHANGED
|
@@ -62,107 +62,4 @@ declare namespace _default {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
export default _default;
|
|
65
|
-
export namespace axelarCCTPConfig {
|
|
66
|
-
export namespace Ethereum {
|
|
67
|
-
let namespace_8: "eip155";
|
|
68
|
-
export { namespace_8 as namespace };
|
|
69
|
-
let reference_8: string;
|
|
70
|
-
export { reference_8 as reference };
|
|
71
|
-
let cctpDestinationDomain_8: number;
|
|
72
|
-
export { cctpDestinationDomain_8 as cctpDestinationDomain };
|
|
73
|
-
}
|
|
74
|
-
export namespace Avalanche {
|
|
75
|
-
let namespace_9: "eip155";
|
|
76
|
-
export { namespace_9 as namespace };
|
|
77
|
-
let reference_9: string;
|
|
78
|
-
export { reference_9 as reference };
|
|
79
|
-
let cctpDestinationDomain_9: number;
|
|
80
|
-
export { cctpDestinationDomain_9 as cctpDestinationDomain };
|
|
81
|
-
}
|
|
82
|
-
export namespace optimism_1 {
|
|
83
|
-
let namespace_10: "eip155";
|
|
84
|
-
export { namespace_10 as namespace };
|
|
85
|
-
let reference_10: string;
|
|
86
|
-
export { reference_10 as reference };
|
|
87
|
-
let cctpDestinationDomain_10: number;
|
|
88
|
-
export { cctpDestinationDomain_10 as cctpDestinationDomain };
|
|
89
|
-
}
|
|
90
|
-
export { optimism_1 as optimism };
|
|
91
|
-
export namespace arbitrum_1 {
|
|
92
|
-
let namespace_11: "eip155";
|
|
93
|
-
export { namespace_11 as namespace };
|
|
94
|
-
let reference_11: string;
|
|
95
|
-
export { reference_11 as reference };
|
|
96
|
-
let cctpDestinationDomain_11: number;
|
|
97
|
-
export { cctpDestinationDomain_11 as cctpDestinationDomain };
|
|
98
|
-
}
|
|
99
|
-
export { arbitrum_1 as arbitrum };
|
|
100
|
-
export namespace Polygon {
|
|
101
|
-
let namespace_12: "eip155";
|
|
102
|
-
export { namespace_12 as namespace };
|
|
103
|
-
let reference_12: string;
|
|
104
|
-
export { reference_12 as reference };
|
|
105
|
-
let cctpDestinationDomain_12: number;
|
|
106
|
-
export { cctpDestinationDomain_12 as cctpDestinationDomain };
|
|
107
|
-
}
|
|
108
|
-
export namespace Fantom {
|
|
109
|
-
let namespace_13: "eip155";
|
|
110
|
-
export { namespace_13 as namespace };
|
|
111
|
-
let reference_13: string;
|
|
112
|
-
export { reference_13 as reference };
|
|
113
|
-
}
|
|
114
|
-
export namespace binance {
|
|
115
|
-
let namespace_14: "eip155";
|
|
116
|
-
export { namespace_14 as namespace };
|
|
117
|
-
let reference_14: string;
|
|
118
|
-
export { reference_14 as reference };
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* Testnet chains only.
|
|
123
|
-
*
|
|
124
|
-
* Sourced from:
|
|
125
|
-
*
|
|
126
|
-
* - https://developers.circle.com/stablecoins/supported-domains
|
|
127
|
-
* - https://chainlist.org/
|
|
128
|
-
* - https://docs.simplehash.com/reference/supported-chains-testnets (accessed on
|
|
129
|
-
* 4 July 2025)
|
|
130
|
-
*
|
|
131
|
-
* @satisfies {Record<string, import('./orchestration-api').BaseChainInfo>}
|
|
132
|
-
*/
|
|
133
|
-
export const axelarCCTPConfigTestnet: {
|
|
134
|
-
'ethereum-sepolia': {
|
|
135
|
-
namespace: "eip155";
|
|
136
|
-
reference: string;
|
|
137
|
-
cctpDestinationDomain: number;
|
|
138
|
-
};
|
|
139
|
-
Avalanche: {
|
|
140
|
-
namespace: "eip155";
|
|
141
|
-
reference: string;
|
|
142
|
-
cctpDestinationDomain: number;
|
|
143
|
-
};
|
|
144
|
-
'optimism-sepolia': {
|
|
145
|
-
namespace: "eip155";
|
|
146
|
-
reference: string;
|
|
147
|
-
cctpDestinationDomain: number;
|
|
148
|
-
};
|
|
149
|
-
'arbitrum-sepolia': {
|
|
150
|
-
namespace: "eip155";
|
|
151
|
-
reference: string;
|
|
152
|
-
cctpDestinationDomain: number;
|
|
153
|
-
};
|
|
154
|
-
'polygon-sepolia': {
|
|
155
|
-
namespace: "eip155";
|
|
156
|
-
reference: string;
|
|
157
|
-
cctpDestinationDomain: number;
|
|
158
|
-
};
|
|
159
|
-
Fantom: {
|
|
160
|
-
namespace: "eip155";
|
|
161
|
-
reference: string;
|
|
162
|
-
};
|
|
163
|
-
binance: {
|
|
164
|
-
namespace: "eip155";
|
|
165
|
-
reference: string;
|
|
166
|
-
};
|
|
167
|
-
};
|
|
168
65
|
//# sourceMappingURL=cctp-chain-info.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cctp-chain-info.d.ts","sourceRoot":"","sources":["cctp-chain-info.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cctp-chain-info.d.ts","sourceRoot":"","sources":["cctp-chain-info.js"],"names":[],"mappings":""}
|
package/src/cctp-chain-info.js
CHANGED
|
@@ -50,99 +50,3 @@ export default /** @type {const} } */ ({
|
|
|
50
50
|
cctpDestinationDomain: 7,
|
|
51
51
|
},
|
|
52
52
|
});
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Mainnet chains only.
|
|
56
|
-
*
|
|
57
|
-
* Sourced from:
|
|
58
|
-
*
|
|
59
|
-
* - https://developers.circle.com/stablecoins/supported-domains
|
|
60
|
-
* - https://chainlist.org/
|
|
61
|
-
* - https://docs.simplehash.com/reference/supported-chains-testnets (accessed on
|
|
62
|
-
* 4 July 2025)
|
|
63
|
-
*
|
|
64
|
-
* @satisfies {Record<string, import('./orchestration-api').BaseChainInfo>}
|
|
65
|
-
*/
|
|
66
|
-
export const axelarCCTPConfig = {
|
|
67
|
-
Ethereum: {
|
|
68
|
-
namespace: 'eip155',
|
|
69
|
-
reference: '1',
|
|
70
|
-
cctpDestinationDomain: 0,
|
|
71
|
-
},
|
|
72
|
-
Avalanche: {
|
|
73
|
-
namespace: 'eip155',
|
|
74
|
-
reference: '43114',
|
|
75
|
-
cctpDestinationDomain: 1,
|
|
76
|
-
},
|
|
77
|
-
optimism: {
|
|
78
|
-
namespace: 'eip155',
|
|
79
|
-
reference: '10',
|
|
80
|
-
cctpDestinationDomain: 2,
|
|
81
|
-
},
|
|
82
|
-
arbitrum: {
|
|
83
|
-
namespace: 'eip155',
|
|
84
|
-
reference: '42161',
|
|
85
|
-
cctpDestinationDomain: 3,
|
|
86
|
-
},
|
|
87
|
-
Polygon: {
|
|
88
|
-
namespace: 'eip155',
|
|
89
|
-
reference: '137',
|
|
90
|
-
cctpDestinationDomain: 7,
|
|
91
|
-
},
|
|
92
|
-
Fantom: {
|
|
93
|
-
namespace: 'eip155',
|
|
94
|
-
reference: '250',
|
|
95
|
-
},
|
|
96
|
-
binance: {
|
|
97
|
-
namespace: 'eip155',
|
|
98
|
-
reference: '56',
|
|
99
|
-
},
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Testnet chains only.
|
|
104
|
-
*
|
|
105
|
-
* Sourced from:
|
|
106
|
-
*
|
|
107
|
-
* - https://developers.circle.com/stablecoins/supported-domains
|
|
108
|
-
* - https://chainlist.org/
|
|
109
|
-
* - https://docs.simplehash.com/reference/supported-chains-testnets (accessed on
|
|
110
|
-
* 4 July 2025)
|
|
111
|
-
*
|
|
112
|
-
* @satisfies {Record<string, import('./orchestration-api').BaseChainInfo>}
|
|
113
|
-
*/
|
|
114
|
-
export const axelarCCTPConfigTestnet = {
|
|
115
|
-
'ethereum-sepolia': {
|
|
116
|
-
namespace: 'eip155',
|
|
117
|
-
reference: '11155111',
|
|
118
|
-
cctpDestinationDomain: 0,
|
|
119
|
-
},
|
|
120
|
-
Avalanche: {
|
|
121
|
-
namespace: 'eip155',
|
|
122
|
-
reference: '43113',
|
|
123
|
-
cctpDestinationDomain: 1,
|
|
124
|
-
},
|
|
125
|
-
'optimism-sepolia': {
|
|
126
|
-
namespace: 'eip155',
|
|
127
|
-
reference: '11155420',
|
|
128
|
-
cctpDestinationDomain: 2,
|
|
129
|
-
},
|
|
130
|
-
'arbitrum-sepolia': {
|
|
131
|
-
namespace: 'eip155',
|
|
132
|
-
reference: '421614',
|
|
133
|
-
cctpDestinationDomain: 3,
|
|
134
|
-
},
|
|
135
|
-
'polygon-sepolia': {
|
|
136
|
-
namespace: 'eip155',
|
|
137
|
-
reference: '80002',
|
|
138
|
-
cctpDestinationDomain: 7,
|
|
139
|
-
},
|
|
140
|
-
Fantom: {
|
|
141
|
-
namespace: 'eip155',
|
|
142
|
-
reference: '4002', // XXX: confirm this ID
|
|
143
|
-
},
|
|
144
|
-
binance: {
|
|
145
|
-
namespace: 'eip155',
|
|
146
|
-
reference: '97',
|
|
147
|
-
},
|
|
148
|
-
};
|