Skip to content

Commit 9f2c273

Browse files
committed
Fix build
1 parent b3b3e0a commit 9f2c273

File tree

1 file changed

+2
-0
lines changed
  • packages/sources/token-balance/src/config

1 file changed

+2
-0
lines changed

packages/sources/token-balance/src/config/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const config = new AdapterConfig({
44
ARBITRUM_RPC_URL: {
55
description: 'RPC url of Arbitrum node',
66
type: 'string',
7+
default: '',
78
},
89
ARBITRUM_RPC_CHAIN_ID: {
910
description: 'Arbitrum chain id',
@@ -13,6 +14,7 @@ export const config = new AdapterConfig({
1314
SOLANA_RPC_URL: {
1415
description: 'Solana Rpc Url',
1516
type: 'string',
17+
default: '',
1618
},
1719
SOLANA_COMMITMENT: {
1820
description: 'Solana transaction commitment level',

0 commit comments

Comments
 (0)