Skip to content

Commit 07426fd

Browse files
authored
Merge pull request #17 from Stacktical/dev/fix-allowances
New task: set-contracts-allowance
2 parents f6eed85 + 4db630f commit 07426fd

12 files changed

+64
-1
lines changed

networks/avalanche.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ export const avalanche: NetworkUserConfig = {
102102
token: CONTRACT_NAMES.LinkToken,
103103
allowance: '10',
104104
},
105+
{
106+
contract: CONTRACT_NAMES.SEAMessenger,
107+
token: CONTRACT_NAMES.LinkToken,
108+
allowance: '10',
109+
},
105110
],
106111
registry: {
107112
periods: [

networks/bsc.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ export const bsc: NetworkUserConfig = {
9090
token: CONTRACT_NAMES.LinkToken,
9191
allowance: '10',
9292
},
93+
{
94+
contract: CONTRACT_NAMES.SEAMessenger,
95+
token: CONTRACT_NAMES.LinkToken,
96+
allowance: '10',
97+
},
9398
],
9499
registry: {
95100
periods: [

networks/ethereum.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ export const ethereum: NetworkUserConfig = {
102102
token: CONTRACT_NAMES.LinkToken,
103103
allowance: '10',
104104
},
105+
{
106+
contract: CONTRACT_NAMES.SEAMessenger,
107+
token: CONTRACT_NAMES.LinkToken,
108+
allowance: '10',
109+
},
105110
],
106111
registry: {
107112
periods: [

networks/fantom.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ export const fantom: NetworkUserConfig = {
8888
token: CONTRACT_NAMES.LinkToken,
8989
allowance: '10',
9090
},
91+
{
92+
contract: CONTRACT_NAMES.SEAMessenger,
93+
token: CONTRACT_NAMES.LinkToken,
94+
allowance: '10',
95+
},
9196
],
9297
registry: {
9398
periods: [

networks/fuji.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ export const fuji: NetworkUserConfig = {
9292
token: CONTRACT_NAMES.LinkToken,
9393
allowance: '10',
9494
},
95+
{
96+
contract: CONTRACT_NAMES.SEAMessenger,
97+
token: CONTRACT_NAMES.LinkToken,
98+
allowance: '10',
99+
},
95100
],
96101
registry: {
97102
periods: [

networks/harmony.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ export const harmony: NetworkUserConfig = {
9999
token: CONTRACT_NAMES.LinkToken,
100100
allowance: '100',
101101
},
102+
{
103+
contract: CONTRACT_NAMES.SEAMessenger,
104+
token: CONTRACT_NAMES.LinkToken,
105+
allowance: '10',
106+
},
102107
],
103108
registry: {
104109
periods: [

networks/harmonytestnet.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ export const harmonytestnet: NetworkUserConfig = {
8888
token: CONTRACT_NAMES.LinkToken,
8989
allowance: '10',
9090
},
91+
{
92+
contract: CONTRACT_NAMES.SEAMessenger,
93+
token: CONTRACT_NAMES.LinkToken,
94+
allowance: '10',
95+
},
9196
],
9297
registry: {
9398
periods: [

networks/kovan.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ export const kovan: NetworkUserConfig = {
9292
token: CONTRACT_NAMES.LinkToken,
9393
allowance: '10',
9494
},
95+
{
96+
contract: CONTRACT_NAMES.SEAMessenger,
97+
token: CONTRACT_NAMES.LinkToken,
98+
allowance: '10',
99+
},
95100
],
96101
registry: {
97102
periods: [

networks/mumbai.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ export const mumbai: NetworkUserConfig = {
8484
token: CONTRACT_NAMES.LinkToken,
8585
allowance: '10',
8686
},
87+
{
88+
contract: CONTRACT_NAMES.SEAMessenger,
89+
token: CONTRACT_NAMES.LinkToken,
90+
allowance: '10',
91+
},
8792
],
8893
registry: {
8994
periods: [

networks/polygon.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ export const polygon: NetworkUserConfig = {
106106
token: CONTRACT_NAMES.LinkToken,
107107
allowance: '10',
108108
},
109+
{
110+
contract: CONTRACT_NAMES.SEAMessenger,
111+
token: CONTRACT_NAMES.LinkToken,
112+
allowance: '10',
113+
},
109114
],
110115
registry: {
111116
periods: [

0 commit comments

Comments
 (0)