@artblocks/abx-sdk 0.1.0-alpha.34 → 0.1.0-alpha.36
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/CHANGELOG.md +19 -0
- package/dist/abi/generated.js +19 -19
- package/dist/anchors.d.ts +2 -2
- package/dist/anchors.d.ts.map +1 -1
- package/dist/anchors.js +15 -1
- package/dist/anchors.js.map +1 -1
- package/dist/chain-support.d.ts +28 -0
- package/dist/chain-support.d.ts.map +1 -0
- package/dist/chain-support.js +65 -0
- package/dist/chain-support.js.map +1 -0
- package/dist/chain-support.json +60 -0
- package/dist/chains.d.ts +6 -2
- package/dist/chains.d.ts.map +1 -1
- package/dist/chains.js +20 -4
- package/dist/chains.js.map +1 -1
- package/dist/contract-generations.json +25 -3
- package/dist/deployments.d.ts +4 -2
- package/dist/deployments.d.ts.map +1 -1
- package/dist/deployments.js +38 -24
- package/dist/deployments.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @artblocks/abx-sdk
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.36
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5522192: Record the source-verified Base production contract deployment while keeping Base disabled for CLI
|
|
8
|
+
use until the separate beta-enablement release.
|
|
9
|
+
|
|
10
|
+
## 0.1.0-alpha.35
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 21e3d6c: Drop-in for existing v2 integrations; new deployments use the v3 production-candidate contracts.
|
|
15
|
+
Record the synchronized v3 factory generation and testnet deployments, retain full v2 service
|
|
16
|
+
compatibility (including already-assigned v2 sale minters), and update the renderer scaffold to
|
|
17
|
+
`abx-contracts` 3.0.0.
|
|
18
|
+
- a73922c: Add a typed, machine-readable chain-support registry. Deploy and record canonical contracts for
|
|
19
|
+
explicit Arbitrum Sepolia qualification while keeping Base, Arbitrum One, and Ethereum disabled until
|
|
20
|
+
production launch gates are complete.
|
|
21
|
+
|
|
3
22
|
## 0.1.0-alpha.34
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|