We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b3e0a commit 9f2c273Copy full SHA for 9f2c273
packages/sources/token-balance/src/config/index.ts
@@ -4,6 +4,7 @@ export const config = new AdapterConfig({
4
ARBITRUM_RPC_URL: {
5
description: 'RPC url of Arbitrum node',
6
type: 'string',
7
+ default: '',
8
},
9
ARBITRUM_RPC_CHAIN_ID: {
10
description: 'Arbitrum chain id',
@@ -13,6 +14,7 @@ export const config = new AdapterConfig({
13
14
SOLANA_RPC_URL: {
15
description: 'Solana Rpc Url',
16
17
18
19
SOLANA_COMMITMENT: {
20
description: 'Solana transaction commitment level',
0 commit comments