Skip to content

Commit 2871245

Browse files
committed
base decimal float
1 parent 08975a5 commit 2871245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subgraph/src/float.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function getDecimalFloatAddress(): Address {
1616
if (network == "flare") {
1717
return Address.fromString("0xDbcb964760d021e18A31C9A731d8589c361E0E20");
1818
} else if (network == "base") {
19-
return Address.fromString("0x83e4c7732e715b5E7310796A4A2a21d89f3FB59A");
19+
return Address.fromString("0x2F665EcE3345bF09197DAd22A50dFB623BD310A7");
2020
} else if (network == "bsc") {
2121
return Address.fromString("0xDbcb964760d021e18A31C9A731d8589c361E0E20");
2222
} else if (network == "arbitrum-one") {

0 commit comments

Comments
 (0)