• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

GoodDollar / GoodServer / 17411668733

01 Sep 2025 09:03AM UTC coverage: 49.555%. Remained the same
17411668733

push

github

web-flow
Xdc update (#503)

* add: xdc wallet support

* add: make verifyIdentifier uses correct chainid to support smartwallets

* add: xdc bridge fees, small chains refactoring

* fix: missing network configs

---------

Co-authored-by: LewisB <lewis@gooddollar.org>

617 of 1518 branches covered (40.65%)

Branch coverage included in aggregate %.

22 of 51 new or added lines in 7 files covered. (43.14%)

392 existing lines in 5 files now uncovered.

1888 of 3537 relevant lines covered (53.38%)

7.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/server/blockchain/XdcAdminWallet.js
1
import { Web3Wallet } from './Web3Wallet'
2
import conf from '../server.config'
3

4
const { xdc, env } = conf
5✔
5
const options = {
5✔
6
  ethereum: xdc,
7
  network: `${env}-xdc`,
8
  gasPrice: 12.5e9,
9
  fetchGasPrice: false,
10
  faucetTxCost: 250000
11
}
12

13
export function XdcAdminWallet(opts = {}) {
×
NEW
14
  return new Web3Wallet('XdcAdminWallet', conf, { ...options, ...opts })
×
15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc