Skip to content

Commit

Permalink
update super token devnet id
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Feb 20, 2022
1 parent 5a9250e commit 4fd34a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ final class Token
{
const SuperTokenId = 'SUPER-507aa6';
const SuperTokenIdTestnet = 'XSUPER-4abae3';
const SuperTokenIdDevnet = 'XSUPER-d0da40';
const SuperTokenIdDevnet = 'XSUPER-5ef129';

public function __construct(
public string $identifier,
Expand Down

0 comments on commit 4fd34a2

Please sign in to comment.