@@ -45,7 +45,7 @@ describe('chains schema', () => {
45
45
'31337' : {
46
46
contracts : {
47
47
Api3ServerV1 : '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512' ,
48
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
48
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
49
49
} ,
50
50
providers : {
51
51
hardhat : {
@@ -62,7 +62,7 @@ describe('chains schema', () => {
62
62
63
63
expect ( parsed [ '31337' ] ! . contracts ) . toStrictEqual ( {
64
64
Api3ServerV1 : '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512' ,
65
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
65
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
66
66
} ) ;
67
67
} ) ;
68
68
@@ -78,7 +78,7 @@ describe('chains schema', () => {
78
78
dataFeedBatchSize : 10 ,
79
79
dataFeedUpdateInterval : 60 ,
80
80
contracts : {
81
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
81
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
82
82
} ,
83
83
} ,
84
84
} ;
@@ -87,7 +87,7 @@ describe('chains schema', () => {
87
87
88
88
expect ( parsed [ '1' ] ! . contracts ) . toStrictEqual ( {
89
89
Api3ServerV1 : '0x709944a48cAf83535e43471680fDA4905FB3920a' ,
90
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
90
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
91
91
} ) ;
92
92
} ) ;
93
93
@@ -100,7 +100,7 @@ describe('chains schema', () => {
100
100
} ,
101
101
} ,
102
102
contracts : {
103
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
103
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
104
104
} ,
105
105
gasSettings,
106
106
dataFeedBatchSize : 10 ,
@@ -124,7 +124,7 @@ describe('chains schema', () => {
124
124
'31337' : {
125
125
contracts : {
126
126
Api3ServerV1 : '0xInvalid' ,
127
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
127
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
128
128
} ,
129
129
providers : {
130
130
hardhat : {
@@ -168,7 +168,7 @@ describe('chains schema', () => {
168
168
'31337' : {
169
169
contracts : {
170
170
Api3ServerV1 : '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512' ,
171
- AirseekerRegistry : '0xDD78254f864F97f65e2d86541BdaEf88A504D2B2 ' ,
171
+ AirseekerRegistry : '0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0 ' ,
172
172
} ,
173
173
providers : { } ,
174
174
gasSettings,
0 commit comments