Skip to content

Commit 26cc5b0

Browse files
committed
Update GyroECLP factory to latest (longer pause window).
1 parent cc454d5 commit 26cc5b0

File tree

4 files changed

+167
-747
lines changed

4 files changed

+167
-747
lines changed

.changeset/early-weeks-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@balancer/sdk": patch
3+
---
4+
5+
Update GyroECLP factory to latest (longer pause window).

src/abi/v3/gyroECLPPoolFactory.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,17 @@ export const gyroECLPPoolFactoryAbi_V3 = [
3737
},
3838
{
3939
inputs: [],
40-
name: 'Create2FailedDeployment',
40+
name: 'Disabled',
41+
type: 'error',
42+
},
43+
{
44+
inputs: [],
45+
name: 'FailedDeployment',
46+
type: 'error',
47+
},
48+
{
49+
inputs: [],
50+
name: 'IndexOutOfBounds',
4151
type: 'error',
4252
},
4353
{
@@ -53,17 +63,7 @@ export const gyroECLPPoolFactoryAbi_V3 = [
5363
type: 'uint256',
5464
},
5565
],
56-
name: 'Create2InsufficientBalance',
57-
type: 'error',
58-
},
59-
{
60-
inputs: [],
61-
name: 'Disabled',
62-
type: 'error',
63-
},
64-
{
65-
inputs: [],
66-
name: 'IndexOutOfBounds',
66+
name: 'InsufficientBalance',
6767
type: 'error',
6868
},
6969
{
@@ -78,12 +78,12 @@ export const gyroECLPPoolFactoryAbi_V3 = [
7878
},
7979
{
8080
inputs: [],
81-
name: 'StandardPoolWithCreator',
81+
name: 'SupportsOnlyTwoTokens',
8282
type: 'error',
8383
},
8484
{
8585
inputs: [],
86-
name: 'SupportsOnlyTwoTokens',
86+
name: 'VaultNotSet',
8787
type: 'error',
8888
},
8989
{

0 commit comments

Comments
 (0)