Skip to content

Commit f6ac179

Browse files
committed
chore: update AssetManager address references from Songbird Testnet to Flare Testnet Coston2
1 parent 0a61400 commit f6ac179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/developer-hub-javascript/fassetsExecuteMinting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
const { COSTON2_DA_LAYER_URL, VERIFIER_URL_TESTNET, VERIFIER_API_KEY_TESTNET } =
1111
process.env;
1212

13-
// 2. AssetManager address on Songbird Testnet Coston2 network
13+
// 2. AssetManager address on Flare Testnet Coston2 network
1414
const ASSET_MANAGER_ADDRESS = "0xDeD50DA9C3492Bee44560a4B35cFe0e778F41eC5";
1515

1616
// 3. Collateral reservation ID

examples/developer-hub-javascript/fassetsReserveCollateral.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77

88
// 1. Define constants
99

10-
// AssetManager address on Songbird Testnet Coston2 network
10+
// AssetManager address on Flare Testnet Coston2 network
1111
const ASSET_MANAGER_ADDRESS = "0xDeD50DA9C3492Bee44560a4B35cFe0e778F41eC5";
1212
// Number of lots to reserve
1313
const LOTS_TO_MINT = 1;

0 commit comments

Comments
 (0)