forked from tornado-packages/tornado-core
Exclude new instances from schema checking
This commit is contained in:
parent
2337892195
commit
b35e53ebdb
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1061,6 +1061,7 @@ const defaultConfig = {
|
||||
gasLimit: 7e5
|
||||
}
|
||||
},
|
||||
optionalTokens: ["usdt", "btcb"],
|
||||
relayerEnsSubdomain: "bsc-tornado",
|
||||
pollInterval: 10,
|
||||
constants: {
|
||||
|
1
dist/index.mjs
vendored
1
dist/index.mjs
vendored
@ -1039,6 +1039,7 @@ const defaultConfig = {
|
||||
gasLimit: 7e5
|
||||
}
|
||||
},
|
||||
optionalTokens: ["usdt", "btcb"],
|
||||
relayerEnsSubdomain: "bsc-tornado",
|
||||
pollInterval: 10,
|
||||
constants: {
|
||||
|
1
dist/tornado.umd.js
vendored
1
dist/tornado.umd.js
vendored
@ -95094,6 +95094,7 @@ const defaultConfig = {
|
||||
gasLimit: 7e5
|
||||
}
|
||||
},
|
||||
optionalTokens: ["usdt", "btcb"],
|
||||
relayerEnsSubdomain: "bsc-tornado",
|
||||
pollInterval: 10,
|
||||
constants: {
|
||||
|
2
dist/tornado.umd.min.js
vendored
2
dist/tornado.umd.min.js
vendored
File diff suppressed because one or more lines are too long
@ -333,6 +333,7 @@ export const defaultConfig: networkConfig = {
|
||||
gasLimit: 700_000,
|
||||
},
|
||||
},
|
||||
optionalTokens: ['usdt', 'btcb'],
|
||||
relayerEnsSubdomain: 'bsc-tornado',
|
||||
pollInterval: 10,
|
||||
constants: {
|
||||
|
Loading…
Reference in New Issue
Block a user