Deployments
This file is the source of truth for deployed addresses and environment constants.
Do not commit deployer secrets here. First-run scripts store generated Fuel wallet secrets under .secrets/fuel-credit/*.json, which is gitignored. Back up seed phrases offline.
Networks
| Env | Chain | Chain ID | GraphQL RPC | App |
|---|---|---|---|---|
| local | local Fuel node | local | local | local |
| testnet | Fuel testnet | 0 | https://testnet.fuel.network/v1/graphql | Cloudflare preview |
| mainnet | Fuel Ignition | 9889 | https://mainnet.fuel.network/v1/graphql | https://fuel.credit |
Fuel testnet faucet: https://faucet-testnet.fuel.network/
Verified mainnet assets
From Fuel verified addresses docs: https://docs.fuel.network/docs/verified-addresses/assets/
| Asset | Asset ID | Decimals |
|---|---|---|
| FUEL | 0x1d5d97005e41cae2187a895fd8eab0506111e0e2f3331cd3912c15c24e3c1d82 | 9 |
| USDC | 0x286c479da40dc953bddc3bb4c453b608bba2e0ac483b077bd475174115395e6b | 6 |
| USDT | 0xa0265fb5c32f6e8db3197af3c7eb05c48ae373605b8165b6f4a51c5b0ba4812e | 6 |
Testnet assets
Confirm during implementation from current Fuel verified docs and deployment/faucet assets.
| Asset | Asset ID | Decimals | Notes |
|---|---|---|---|
| FUEL | TBD | 9 | testnet collateral |
| USDC | TBD | 6 | testnet/mock loan asset if no canonical test USDC exists |
Contract deployments
| Env | Contract | Address/ID | Deployment block | Owner | Guardian/Keeper | ABI |
|---|---|---|---|---|---|---|
| local | FuelCredit | TBD | TBD | TBD | TBD | contracts/fuel-credit/out/debug/*.json |
| testnet | FuelCredit | TBD | TBD | TBD | TBD | contracts/fuel-credit/out/debug/*.json |
| mainnet | FuelCredit | TBD | TBD | TBD | TBD | contracts/fuel-credit/out/release/*.json |
Cloudflare resources
| Env | Pages project | Worker | D1 database | Durable Object | Domain |
|---|---|---|---|---|---|
| local | local | local wrangler | local | local | localhost |
| testnet | fuel-credit-testnet | fuel-credit-stats-testnet | fuel_credit_testnet | StatsAggregator | preview URL |
| mainnet | fuel-credit | fuel-credit-stats | fuel_credit_mainnet | StatsAggregator | fuel.credit |