Skip to content

Commit 6657e48

Browse files
feat: add USDGLO to busyContracts
1 parent b4a5d09 commit 6657e48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/handler/within_network.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ var busyContracts = map[string]bool{
1313
"0x456a3D042C0DbD3db53D5489e98dFb038553B0d0": true,
1414
// USDC
1515
"0xcebA9300f2b948710d2653dD7B07f33A8B32118C": true,
16+
// USDGLO
17+
"0x4F604735c1cF31399C6E711D5962b2B3E0225AD3": true,
1618
}
1719

1820
func (hc *HandlerContainer) checkWithinNetwork(ctx context.Context, contractAddress string, from string, to string) (bool, error) {

0 commit comments

Comments
 (0)