Skip to content

Commit 65dd46d

Browse files
committed
Update to abstract 0.26
1 parent b85f459 commit 65dd46d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/core/abstract.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ import { registry, vanilla } from '@abstract-money/cli/plugins'
44
const contractsConfig = [
55
{
66
name: 'account',
7-
version: '0.25.0',
7+
version: '0.26.0',
88
},
99
{
1010
name: 'registry',
11-
version: '0.25.0',
11+
version: '0.26.0',
1212
},
1313
{
1414
name: 'ans-host',
15-
version: '0.25.0',
15+
version: '0.26.0',
1616
},
1717
{
1818
name: 'ibc-client',
19-
version: '0.25.0',
19+
version: '0.26.0',
2020
},
2121
{
2222
name: 'ica-client',
23-
version: '0.25.0',
23+
version: '0.26.0',
2424
},
2525
]
2626

packages/core/src/utils/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ export * from './events'
1212
export * from './authz'
1313
export * from './cosmwasm'
1414
export * from './modules'
15+
export * from './polytone'
16+
1517
export { ABSTRACT_NAMESPACE } from './modules/abstract-module-id'

0 commit comments

Comments
 (0)